Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 899 Bytes

README.md

File metadata and controls

45 lines (32 loc) · 899 Bytes

escrow-compound

escrow transactions with compound protocol

  1. install depedencies npm install or yarn
  2. alchemyapi key
  3. running hardhat
  4. deploy with truffle
    • truffle migrate --network develop
  5. paste contract address to react index.js and server.js
  6. run server
    • nodemon server
  7. run react
    • npm start | run on port 3000
  8. thanks..