This repository is a monorepo for the Zora Protocol.
In it you will find:
- Zora 1155 Contracts
- Zora 1155 Deployment Scripts
- Zora Creator Subgraph
- Protocol Deployments
- Protocol Rewards
- Protocol SDK
Install prerequisites:
Install dependencies:
pnpm
Build contracts:
pnpm build
Run tests:
pnpm test
Run in development mode (watch tests):
pnpm dev
5 ETH for any critical bugs that could result in loss of funds. Rewards will be given for smaller bugs or ideas.
See DEVELOPING.md
After updating build settings with pnpm, run:
pnpm install
pnpm run build:js
pnpm run release
This tests the full build and release flow. Without authentication packages will not be published but staged for publish.