• Stars
    star
    189
  • Rank 198,774 (Top 5 %)
  • Language
    Solidity
  • License
    MIT License
  • Created about 2 years ago
  • Updated about 2 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Zora drops contracts (powers create.zora.co)

Zora NFT Drop Media Contracts

How do I integrate these in my own site?

  1. Use wagmi/ethers/web3.js with the given artifacts (in the node package) or typechain.
  2. Use our subgraph to find media / metadata information (goerli: https://api.thegraph.com/subgraphs/name/iainnash/erc721drop-goerli) (rinkeby: https://thegraph.com/hosted-service/subgraph/iainnash/erc721droprinkeby) (mainnet: https://thegraph.com/hosted-service/subgraph/iainnash/zora-editions-mainnet)
  3. For your edition, call address(edition).purchase(quantity, {value: price * quantity}). Price and availability can be found from the subgraph or from the blockchain with the saleInfo call.
  4. Find the transfer() or sale() event from the transaction receipt to get the ID that the user minted.

Features these contracts support:

  1. ETH NFT sales
  2. Modular admin access and minting controls
  3. ERC2981 on-chain royalties
  4. Presale merkle trees
  5. On-chain modular rendering architecture
  6. ERC721A Gas savings / linear mint
  7. Limit mints per address when purchasing
  8. Allows for new features with opt-in gated user upgrades
  9. Allows for time-based open mints
  10. Includes a platform royalty fee mechanism
  11. Can admin mint NFTs to addresses and airdrop to lists of addresses

What are these contracts?

  1. ERC721Drop Each drop is a unique contract. This allows for easy royalty collection, clear ownership of the collection, and your own contract 🎉
  2. ZoraNFTCreatorV1 Gas-optimized factory contract allowing you to easily + for a low gas transaction create your own drop contract.
  3. DropMetadataRenderer A flexible metadata renderer architecture that allows for centralised and IPFS metadata group roots to be rendered.
  4. EditionsMetadataRenderer A partially on-chain renderer for editions that encodes name and description on-chain with media metadata off-chain.
  5. UpgradeGate A registry allowing for upgrades to be allowed for child contracts by zora.eth.

Flexibility and safety

All drops contracts are wholly owned by their creator and allow for extensibility with rendering and minting. The root drops contract can be upgraded to allow for product upgrades with new contracts and Zora gates allowed upgrade paths for deployed contracts to be upgraded by the users of the platform to opt into new features.

The metadata renderer abstraction allows these drops contracts to power a variety of on-chain powered projects and also.

Local development

  1. Install Foundry
  2. yarn install
  3. git submodule init && git submodule update
  4. yarn build

Bug Bounty

5 ETH for any critical bugs that could result in loss of funds. Rewards will be given for smaller bugs or ideas.

More Repositories

1

v3

Solidity
367
star
2

nft-editions

Contracts to lazy-mint editioned ERC721s
Solidity
164
star
3

core

A protocol to create, share and exchange universally accessible and valuable media on the internet.
TypeScript
161
star
4

auction-house

TypeScript
154
star
5

nft-hooks

NFT Data Fetching Hooks with Zora contract data
TypeScript
135
star
6

create-auction-house

Starter repo for creating your own auction house with Zora's protocol
TypeScript
121
star
7

zdk

TypeScript
107
star
8

zorb

Zorb zelated zings
TypeScript
107
star
9

zora-docs

JavaScript
105
star
10

nouns-protocol

Solidity
104
star
11

offchain

NFT Metadata made easy
Python
103
star
12

nft-components

NFT Rendering Components
TypeScript
98
star
13

nouns-builder

Nouns Builder
TypeScript
83
star
14

zora-protocol

Monorepo for Zora Protocol (contracts & sdks)
Solidity
77
star
15

mint-page-template

TypeScript
71
star
16

nft-metadata

generic nft metadata parsers
TypeScript
65
star
17

faucets

TypeScript
57
star
18

nouns-marketplace

⌐◨-◨
TypeScript
49
star
19

foundry-script-examples

Solidity
44
star
20

doge-nft

DOGE NFT
SCSS
32
star
21

media-metadata-schemas

A repository of known JSON metadata schemas for the Zora media protocol.
TypeScript
29
star
22

themis

The legal terms of service for people's tokenized work
29
star
23

zora-v1-subgraph

TypeScript
27
star
24

zora-token-factory-deprecated-

A token factory that enables any person or community to tokenize any good or endeavour.
JavaScript
21
star
25

nft-cli

NFT CLI library
TypeScript
17
star
26

protocol-rewards

Solidity
16
star
27

nouns-builder-bot

TypeScript
15
star
28

recovery-protocol

Solidity
15
star
29

simple-wallet-provider

Simple Wallet Provider
TypeScript
15
star
30

smol-safe

smol safe ui
TypeScript
15
star
31

chains-cli

Cli for chain configuration
TypeScript
14
star
32

zora-drops-extensions

Extensions for ZORA Drops
Solidity
11
star
33

nouns-ar-glasses-ios

Nouns AR Glasses for iOS
Swift
11
star
34

mintpool

A mempool of things you can bring onchain
Rust
10
star
35

nouns-connect

Connect your Nouns DAOs to DApps
TypeScript
10
star
36

thegrandexchange

welp here goes nothing
TypeScript
9
star
37

json-extension-registry

Store arbitrary JSON data associated with a contract
Solidity
8
star
38

zorb-zenerator

JavaScript
8
star
39

zora-drop-frontend

Frontend template iteration for drop site using Zora drops contract factory.
JavaScript
7
star
40

rent-a-vote

Solidity
7
star
41

cryptomedia

What is Cryptomedia?
HTML
6
star
42

zora-crypto-list

A list of resources to help get started in crypto.
6
star
43

rug-house

Rug Store Auction House!
TypeScript
6
star
44

cli

TypeScript
5
star
45

hollyplus-minting-contract

Simple royalty-enabled IPFS minting contract for holly plus
TypeScript
5
star
46

manage-auction-hooks

Hooks to manage auction state for auction houses, integrates with simple-wallet-hooks
TypeScript
4
star
47

first-lol

TypeScript
3
star
48

mad-realities-auction

TypeScript
3
star
49

matthew-ball-minting-contract

On-chain metadata with contentURI implementation for Matthew Ball's Metaverse Essays
HTML
2
star
50

zora-zine-reader

POC for zora zine reader
TypeScript
1
star
51

uniswap-v2-interface

TypeScript
1
star
52

zora-creator-subgraph

TypeScript
1
star
53

frontend-exercise-one

ZORA Frontend Exercise #1
TypeScript
1
star