/escrow-compound

escrow transactions with compound protocol

Primary LanguageJavaScript

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..