Tranfer ERC20 token from one account to other using web3.js and ethereum testnet
- YouTube Video
- Install node.js
- Setup metamask and create a wallet
- Create react app project
npx create-react-app 03_erc20-transfer
- Update package.json with provided libraries
- Run
npm install
- Setup variables into .env file
- Read variables from .env file
- Connect to the ethereum testnet blockchain using web3
- Write transfer function (refer
main.component.js
)