Skip to content

ourzora/zora-protocol

Repository files navigation

Zora Protocol

Contracts

This repository is a monorepo for the Zora Protocol.

In it you will find:

Official docs

View the 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.