Commit 122dbc5c authored by SilentCicero's avatar SilentCicero

readme fix

parent 379e41e1
......@@ -51,7 +51,7 @@ npm install --save ethjs-provider-signer
const SignerProvider = require('ethjs-provider-signer');
const sign = require('ethjs-signer').sign;
const Eth = require('ethjs-query');
const provider = new SignerProvider('http://ropsten.infura.io', {
const provider = new SignerProvider('https://ropsten.infura.io', {
signTransaction: (rawTx, cb) => cb(null, sign(rawTx, '0x...privateKey...')),
});
const eth = new Eth(provider);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment