Awesome
Zora Protocol
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
Official docs
Setup
Install prerequisites:
Install dependencies:
pnpm
Build contracts:
pnpm build
Run tests:
pnpm test
Run in development mode (watch tests):
pnpm dev
Bug Bounty
5 ETH for any critical bugs that could result in loss of funds. Rewards will be given for smaller bugs or ideas.
Development workflow
See DEVELOPING.md
Updating Build / Release Process
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.