Skip to content

Commit

Permalink
use soroban serve instead of soroban-cli serve (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
esteblock authored Nov 29, 2022
1 parent f274304 commit 2418531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ backed by smart contracts on Stellar.

### Backend (Local Sandbox)

1. Run the backend with `soroban-cli serve`
1. Run the backend with `soroban serve`
2. Run `./initialize.sh sandbox` to load the contracts and initialize it.
- Note: this will create a `.soroban` sub-directory, to contain the sandbox
network data.
Expand Down

0 comments on commit 2418531

Please sign in to comment.