Skip to content

Latest commit

 

History

History
44 lines (24 loc) · 887 Bytes

README.md

File metadata and controls

44 lines (24 loc) · 887 Bytes

Zora Protocol

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:

yarn

Build contracts:

yarn build

Run tests:

yarn test

Run in development mode (watch tests):

yarn 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 DEVELOPMENT.md