Add more detailed info on Infura signup.

This commit is contained in:
Vitaliy Vlasov 2018-02-16 19:15:58 +02:00 committed by Tetiana Churikova
parent ad7e3554d1
commit 3eb0e255ef
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ geth --fast --testnet --cache=1024 --datadir=$HOME/.ropsten --verbosity 4 --port
```
#### Remote
Specify Infura URL in `config.edn` under `:eth-rpc-url` key, and set `:offline-signing?` to true.
Register at [Infura](https://infura.io/signup). You will receive an email with provider URLs. Paste an URL for the network you're connecting to (Mainnet/Ropsten) into `config.edn` under `:eth-rpc-url` key, and set `:offline-signing?` to true.
### CSS auto-compilation