Collection of some sample scripts using web3.js and ethereumjs libraries, used for IBL Blockathon 2017 contest
/token: Session #3 - Ethereum & Smart contract programming /ethereum_integration: Session #5 - Smart contract integration
-
Install Nodejs
-
Install truffle framework
npm install -g truffle
-
Install testrpc
npm install -g ethereumjs-testrpc
or you can use Truffle Ganache
- Check
config.js
and modify the parameters to match your environment configuration - Run testrpc
- node ./<script_name>
- GLHF