Skip to content

sqweez10/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

Report security vulnerabilities and learn about our Bug Bounty Program here.

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 67.9%
  • TypeScript 25.1%
  • MDX 6.7%
  • Other 0.3%