Skip to content

Demonstrates Tenderly Simulations using Austin Griffiths Scaffold-Eth Defi Project

License

Notifications You must be signed in to change notification settings

TravisLeeRichardson/Tenderly-Simulations

Repository files navigation

yarn install
yarn chain
yarn deploy
npm install @tenderly/sdk

🔏 Edit your smart contract `Staker.sol` in `packages/hardhat/contracts` 
   (use the deployed smart contract address and a Goerli Wallet)
Make sure to fill your Goerli Wallet with some test Eth. Alchemy is one good place for a faucet.

Note: These instructions are likely not 100% complete at this time as this is just a demo project.