Skip to content

Commit

Permalink
readme network setup
Browse files Browse the repository at this point in the history
  • Loading branch information
canguruhh committed Mar 25, 2021
1 parent 0408e5c commit 4f045fc
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,23 +34,24 @@ GLOBAL OPTIONS:

## Quickstart

If you just plan to read from the blockchain, you do not need any GO tokens and you do not need to set your `MVS_PRIVATE_KEY`. If you plan to deploy contracts or write anything to the blockchain, you'll need tokens and you'll need to set your `MVS_PRIVATE_KEY` for the account that has those tokens.
If you just plan to read from the blockchain, you do not need any ETP and you do not need to set your `MVS_PRIVATE_KEY`. If you plan to deploy contracts or write anything to the blockchain, you'll need ETP and you'll need to set your `MVS_PRIVATE_KEY` for the account that has those tokens.

### Pick a network to use

#### a) Run a local node
#### a) Hyperspace mainnet

Run this command to start a local node. It will print 10 addresses with keys upon starting that you can use to deploy and interact.
By default the cli will connect to the hyperspace mainnet.

#### b) Use the Andromeda testnet

```sh
web3 start
export MVS_NETWORK=localhost
export MVS_NETWORK=testnet
```

#### b) Use the Andromeda testnet
#### c) Run a local node

```sh
export MVS_NETWORK=testnet
export MVS_NETWORK=localhost
```

### Set Private Key (optional)
Expand Down

0 comments on commit 4f045fc

Please sign in to comment.