Ordisynth is a Ordinal synthetic market based on Rootstock.
This monorepo contains the smart contracts and frontend code for our project.
- The
frontendfolder contains code from rootstock wagmi starter kit - The
contractsfolder contains code from rootstock hardhat starter kit
Before starting the frontend, make sure you have the smart contracts deployed on your local network. You can do this by following the instructions in the contracts folder.
Generate the ABI and address files for the smart contracts by running the following command:
npm run generate-contract