Skip to content

Monorepo for Zora Protocol (contracts & sdks)

License

Notifications You must be signed in to change notification settings

synthinks-og/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.

About

Monorepo for Zora Protocol (contracts & sdks)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Solidity 71.2%
  • TypeScript 28.1%
  • Other 0.7%