Skip to content

Commit

Permalink
Merge pull request #1 from vana-com/volod/vanacli
Browse files Browse the repository at this point in the history
Volod/vanacli
  • Loading branch information
volod-vana authored Jun 10, 2024
2 parents 913b576 + e2fd4da commit 5be1206
Showing 1 changed file with 9 additions and 17 deletions.
26 changes: 9 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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)

Expand Down

0 comments on commit 5be1206

Please sign in to comment.