We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48ee4ac commit 17fce44Copy full SHA for 17fce44
README.md
@@ -63,8 +63,7 @@ npm install keychain.js
63
```javascript
64
const { Keychain, KeychainWeb3 } = require('keychain.js');
65
const Web3 = require('web3');
66
-const API_URL = 'YOUR_API_URL'; // https://ropsten.infura.io/v3/046804e3dd3240b09834531326f310cf
67
-const web3 = new Web3(API_URL);
+const web3 = new Web3('YOUR_API_URL'); // https://ropsten.infura.io/v3/046804e3dd3240b09834531326f310cf
68
const transactionParams = {
69
to: '0xE8899BA12578d60e4D0683a596EDaCbC85eC18CC',
70
value: 100,
0 commit comments