Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 588 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 588 Bytes

rFOX

About

Please check out the wiki for more information on rFOX, deployment addresses and audits

Development

Getting started

Smart contract development

  • cd foundry
  • Build the smart contracts, artifacts and typings with yarn build
  • Run tests with forge test

CLI dev

  • Run foundry's anvil with anvil
  • Ensure you CTRL + C anvil and restart it between run to clear your local blockchain state