Skip to content

Commit

Permalink
fix: add config before bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
willemneal committed Nov 1, 2023
1 parent 5db33be commit 6a95a58
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,15 @@ soroban := 'target/bin/soroban'

@setup:
echo {{ if path_exists(soroban) == "true" { "" } else { `cargo install_soroban` } }}


soroban config network add testnet \
--network-passphrase "Test SDF Network ; September 2015" \
--rpc-url "https://soroban-testnet.stellar.org:443"

generate:
npm run bindings

@setup-node:
npm i
soroban config network add testnet \
--network-passphrase "Test SDF Network ; September 2015" \
--rpc-url "https://soroban-testnet.stellar.org:443"

dev:
npm run dev
Expand Down

0 comments on commit 6a95a58

Please sign in to comment.