Skip to content
This repository has been archived by the owner on Dec 17, 2021. It is now read-only.

Latest commit

 

History

History
34 lines (22 loc) · 750 Bytes

CONTRIBUTING.md

File metadata and controls

34 lines (22 loc) · 750 Bytes

Picking issues

ISSUES

If you start working on an issue please assign it to yourself.

Publishing new Ceramic schemas

Edit the data model in packages/react-app/schemas and then run the following command to generate a new model.json with the updated definitions

yarn ceramic

Redeploying the contracts on Mumbai

yarn deploy --network mumbai

and if you want to clear the state of the contract

yarn deploy --network mumbai --reset

Verify the contract

npx hardhat verify --network mumbai [CONTRACT_ADDRESS]

After each deployment, and depending on your network, you might need to modify the environment variables in the backend.