-
Notifications
You must be signed in to change notification settings - Fork 30
Home
aion-6368726973 edited this page Feb 1, 2018
·
15 revisions
- nodejs
git clone https://github.com/aionnetwork/aion_web3
go to download folder then enter "npm install"
gulp build
- npm install {path-to-aion-web3-folder}
Set a provider (HttpProvider)
web3.setProvider(new web3.providers.HttpProvider('http://localhost:8545'));
var coinbase = web3.eth.coinbase;
var balance = web3.eth.getBalance(coinbase);