Skip to content

Commit 4f045fc

Browse files
committed
readme network setup
1 parent 0408e5c commit 4f045fc

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,23 +34,24 @@ GLOBAL OPTIONS:
3434

3535
## Quickstart
3636

37-
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.
37+
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.
3838

3939
### Pick a network to use
4040

41-
#### a) Run a local node
41+
#### a) Hyperspace mainnet
4242

43-
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.
43+
By default the cli will connect to the hyperspace mainnet.
44+
45+
#### b) Use the Andromeda testnet
4446

4547
```sh
46-
web3 start
47-
export MVS_NETWORK=localhost
48+
export MVS_NETWORK=testnet
4849
```
4950

50-
#### b) Use the Andromeda testnet
51+
#### c) Run a local node
5152

5253
```sh
53-
export MVS_NETWORK=testnet
54+
export MVS_NETWORK=localhost
5455
```
5556

5657
### Set Private Key (optional)

0 commit comments

Comments
 (0)