Skip to content

Instantly share code, notes, and snippets.

@shaikkhajaibrahim
Last active February 18, 2018 05:52
Show Gist options
  • Save shaikkhajaibrahim/424a3a39bd280c88b8d7bad58d2fd5a1 to your computer and use it in GitHub Desktop.
Save shaikkhajaibrahim/424a3a39bd280c88b8d7bad58d2fd5a1 to your computer and use it in GitHub Desktop.
https://github.com/ethereum/go-ethereum/wiki/geth
https://github.com/ethereum/go-ethereum/wiki/Command-Line-Options
npm install -g yo
npm install -g generator-webapp
npm install -g gulp
npm install -g bower
create folder
yo webapp
bower install web3 --save
geth --testnet --syncmode "fast" --datadir "/home/ubuntu/.ethereum" --rpccorsdomain "*"
admin.startRPC(<privateipofec2>, 8545)
https://github.com/ethereum/wiki/wiki/JavaScript-API#adding-web3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment