- install dependencies with
npm install - run
cp .env.example .env - in the
.envfile fill the key with your infura api key
For Providers:
- run
node day1/provider.jsto run provider example scripts
For Wallets:
- run
node day1/wallets.jsto run wallet example scripts
For SendETH:
- run
node day2/sendETH.jsto run send ETH script
For Contract Read:
- run
node day2/contract_read.jsto run contract read script
For Contract Write:
- run
node day2/contract_write.jsto run contract write script
For Contract Calldata:
- run
node day2/contract_calldata.jsto run contract calldata script