more info on the accounts

This commit is contained in:
Jonathan Rainville 2019-10-03 10:39:11 -04:00
parent 4f4eea465c
commit 453c1d3aa2
1 changed files with 12 additions and 0 deletions

View File

@ -5,6 +5,8 @@ Plugin for [Embark](https://github.com/embark-framework/embark) to compile [Nim
## Installation
### Plugin
In your embark dapp directory:
```npm install embark-nim-compiler --save```
@ -29,6 +31,16 @@ then add embark-nim-compiler to the plugins section in `embark.json`:
Since you need to have Geth+Hera installed, make sure that the built Geth is in your Path or change `ethereumClientBin` in you blockchain config to point to the Geth executable (absolute path).
### Configs
If you plan to use the eWasm testnet, you will need to have an account with tesnet Ether.
You can find the testnet faucet here: http://ewasm.ethereum.org/faucet/
You will need to connect your Metamask extension to the testnet. To do so, either connect it to you local Geth instance or to a hosted node.
Once you have ETH in your account, add it to the `accounts` section in the blockchain config. You can find information on how to do it here: https://embark.status.im/docs/blockchain_accounts_configuration.html
### Temporary endpoint
You can use our temporary endpoint available at `http://159.65.52.177:8545/`.