Skip to content
Prev Previous commit
Next Next commit
updated README
  • Loading branch information
PierreOssun committed Oct 19, 2022
commit 0797c7de243729b6272d34ecc755a11ca45d80ac
6 changes: 3 additions & 3 deletions flipper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ Install swanky cli https://github.com/AstarNetwork/swanky-cli
- `$ npm install -g @astar-network/swanky-cli`

##### Deploy flipper contract
in the root workspace `Cargo.toml` uncomment the line `"flipper/flipper/contracts/*"`

in `./flipper` folder run `swanky init flipper` and chose `flipper` as template and as contract name. Chose `Y` when asking to download swanky node.
0. Init \
In the root workspace `Cargo.toml` uncomment the line `"flipper/flipper/contracts/*"` \
In `./flipper` folder run `swanky init flipper` and chose `flipper` as template and as contract name. Chose `Y` when asking to download swanky node.

1. Start the local node

Expand Down