Set up your development environment
Get everything you need to start developing using the developer guides.
Before you begin
Prepare the development environment
git clone [email protected]:Cozy-Finance/cozy-developer-guides.gityarnRPC_URL=https://rinkeby.infura.io/v3/yourInfuraId PRIVATE_KEY=0xYourPrivateKeyyarn testCreating Typechain artifacts in directory typechain for target ethers-v5 Successfully generated Typechain artifacts! MockTrigger Deployment ✓ initializes properly (52ms) ✓ should not deploy if market is already triggered (424ms) checkAndToggleTrigger ✓ does nothing when it should do nothing ✓ toggles trigger when expected to toggle trigger (58ms) ✓ returns a boolean with the value of isTriggered (446ms) 5 passing (7s)
What's next?
Last updated