Merge pull request #814 from nspcc-dev/docs/cli-wallet

docs: update wallet operations examples in cli documentation
This commit is contained in:
Roman Khimov 2020-04-01 19:03:46 +03:00 committed by GitHub
commit b502210ade
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -184,6 +184,6 @@ There is a small subset of commands:
## Wallet operations
- `./bin/neo-go wallet create -p newWallet` to create new wallet in the path `newWallet`
- `./bin/neo-go wallet open -p newWallet` to open created wallet in the path `newWallet`
- `./bin/neo-go wallet create -p newWallet -a` to create new account
- `./bin/neo-go wallet init -p newWallet` to create new wallet in the path `newWallet`
- `./bin/neo-go wallet dump -p newWallet` to open created wallet in the path `newWallet`
- `./bin/neo-go wallet init -p newWallet -a` to create new account