Skip to content

Commit

Permalink
contract: Update README for new substrate-contracts-node
Browse files Browse the repository at this point in the history
  • Loading branch information
forbesus committed Aug 27, 2022
1 parent 5b90f14 commit 59393ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contract/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1. Install cargo-contract: https://github.com/paritytech/cargo-contract
2. Install node: https://github.com/paritytech/substrate-contracts-node
3. Run node: `substrate-contracts-node --dev --base-path=./node-data -lerror,runtime::contracts=debug --ws-port 9988`
3. Run node: `substrate-contracts-node --base-path=./node-data --ws-port 9988`
4. Deploy: `cd deploy && ./dev.sh`

0 comments on commit 59393ac

Please sign in to comment.