Skip to content

This project showcases escrow transactions integrated with the Compound protocol. After installing the dependencies with npm or yarn, you’ll connect using your Alchemy API key and run a local Hardhat fork of Ethereum mainnet. Smart contracts are deployed via Truffle, and the resulting contract address is added into the React frontend and Node.js se

Notifications You must be signed in to change notification settings

silvered-shark/evm-escrow-backend-contract

Repository files navigation

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





About

This project showcases escrow transactions integrated with the Compound protocol. After installing the dependencies with npm or yarn, you’ll connect using your Alchemy API key and run a local Hardhat fork of Ethereum mainnet. Smart contracts are deployed via Truffle, and the resulting contract address is added into the React frontend and Node.js se

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published