Skip to content

Commit fa0dd3a

Browse files
authored
[Docs] Update to new testnet RPC url and also provide link to testnet faucet. (#122)
1 parent 821b1f6 commit fa0dd3a

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ Then exit SOLL container goto next step.
178178
- Attach to testnet
179179

180180
```bash
181-
> docker run -it secondstate/devchain:devchain attach http://devchain-ewasm.secondstate.io:8545
181+
> docker run -it secondstate/devchain:devchain attach https://rpc.parastate.io:8545
182182

183183
Welcome to the Travis JavaScript console!
184184

@@ -194,6 +194,14 @@ at block: 1115129 (Tue, 07 Apr 2020 06:51:46 UTC)
194194
> personal.unlockAccount(cmt.accounts[0], '1234', 9999999)
195195
```
196196

197+
---
198+
199+
***Please note:*** You can obtain network tokens (STATE tokens) for the aforementioned ParaState Testnet by visiting the testnet's faucet at [https://testnet.faucet.parastate.io:8001/faucet](https://testnet.faucet.parastate.io:8001/faucet).
200+
201+
There is also [a YouTube Video which demonstrates how to use the faucet](https://youtu.be/_xrHCE0qlrM).
202+
203+
---
204+
197205
### 3.4.4 Deploy and execute Ewasm
198206

199207
#### 3.4.4-1 Solidity: 0-0-3.wasm

0 commit comments

Comments
 (0)