Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 292 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 292 Bytes

#Create-Read-Update_delete (CRUD) operations.

steps to run the developement environment

  1. yarn (or npm install for npm)
  2. npm install @truffle/hdwallet-provider
  3. truffle develope The smartcontract is deployed on the Goerli testnet
  4. migrate --reset --network goerli
  5. yarn start