Skip to content

Commit

Permalink
adding information to readme about cli docs on the website (iron-fish…
Browse files Browse the repository at this point in the history
…#4177)

Co-authored-by: Rahul Patni <[email protected]>
  • Loading branch information
patnir and Rahul Patni authored Aug 15, 2023
1 parent 6414403 commit 932ffaa
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions ironfish-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,26 @@ yarn start start --datadir ~/.ironfish2 --port 9034 --bootstrap ws://localhost:9
# in tab 4
yarn start miners:start --datadir ~/.ironfish2
```

**Running a Development Node**

```bash
# in tab 1
yarn start start --networkId=2 --datadir ~/.ironfish-dev

# in tab 2
yarn start miners:start --datadir ~/.ironfish-dev

# in tab 3, to check the status of the node
yarn start status --datadir ~/.ironfish-dev

# in tab 3, to check the wallet balance
yarn start wallet:balance --datadir ~/.ironfish-dev
```

[More information on local mining and testing](https://ironfish.network/developers/documentation/integration_local)


## Documentation

[CLI Commands](https://ironfish.network/use/get-started/cli-commands)

0 comments on commit 932ffaa

Please sign in to comment.