#Create-Read-Update_delete (CRUD) operations.
steps to run the developement environment
- yarn (or npm install for npm)
- npm install @truffle/hdwallet-provider
- truffle develope The smartcontract is deployed on the Goerli testnet
- migrate --reset --network goerli
- yarn start