From 3eb0e255efc00ba4fe72a2171494a67a4d92c96a Mon Sep 17 00:00:00 2001 From: Vitaliy Vlasov Date: Fri, 16 Feb 2018 19:15:58 +0200 Subject: [PATCH] Add more detailed info on Infura signup. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 364ead4..a8b8e3d 100644 --- a/README.md +++ b/README.md @@ -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