escrow transactions with compound protocol
- install depedencies npm install or yarn
- alchemyapi key
- running hardhat
- npx hardhat node --fork https://eth-mainnet.alchemyapi.io/v2/yourkey
- deploy with truffle
- truffle migrate --network develop
- paste contract address to react index.js and server.js
- run server
- nodemon server
- run react
- npm start | run on port 3000
- thanks..