- Create new token
- Create Smart contract
- Connect UI with Hashpack wallet
- Execute smart contract
- Get user's balance
- create testnet account from hedera and get account id and pvt key
- Install packages:
cd server
npm i
- Update .env file with your account id and private key
- To compile solidity smart contract:
npm run build
- To create new token and deploy smart contract on hedera test network:
npm run start
- Install packages:
cd client
npm i
- Update constant.js file with your contract id and token id.
- To start the react application:
npm run start