-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from vana-com/volod/vanacli
Volod/vanacli
- Loading branch information
Showing
1 changed file
with
9 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
|
||
### The first decentralized network for user-owned data <!-- omit in toc --> | ||
|
||
[Discord](https://discord.gg/xx98TSE8) • [Network](https://satori.vanascan.io) | ||
[Documentation](https://docs.vana.org/vana/quick-start-guide/satori-testnet) • [Discord](https://discord.gg/xx98TSE8) • [Network](https://satori.vanascan.io) | ||
|
||
</div> | ||
|
||
|
@@ -45,23 +45,8 @@ The Vana command line interface (`vanacli`) is the primary command line tool for | |
It can be used to deploy nodes, manage wallets, stake/unstake, nominate, transfer tokens, and more. | ||
|
||
### Setup vanacli | ||
Clone and set up the [vana-framework](https://github.com/vana-com/vana-framework) repository to use the `vanacli` to generate keys | ||
|
||
```bash | ||
git clone [email protected]:vana-com/vana-framework.git | ||
cd vana-framework | ||
poetry install | ||
python setup_vanacli.py | ||
> vanacli command set up successfully! | ||
|
||
# Restart CLI to use `vanacli` command | ||
``` | ||
|
||
## Run Tests | ||
To run the tests, you can use the following command. This is especially useful for local development. | ||
|
||
```bash | ||
pytest | ||
pip install vana | ||
``` | ||
|
||
### Basic Usage | ||
|
@@ -135,6 +120,13 @@ If you lose your password to your wallet, or the access to the machine where the | |
$ vanacli wallet regen_coldkey --mnemonic **** *** **** **** ***** **** *** **** **** **** ***** ***** | ||
``` | ||
|
||
## Run Tests | ||
To run the tests, you can use the following command. This is especially useful for local development. | ||
|
||
```bash | ||
pytest | ||
``` | ||
|
||
## License | ||
The MIT License (MIT) | ||
|
||
|