Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 534 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 534 Bytes

Unitap Pass

Unitap Passes are a VIP pass for Unitap. Normal users have to re-link their BrightID every period and manually choose up to 5 offerings from gas tap, token tap, and prize tap.

What's in this repo

Unitap Pass NFT Contract

An ERC721 NFT with access controlled mint function.

Unitap Pass Batch Sale Contract

A simple NFT sales contract that allows users to mint NFTs in batches.

Quick start

npm install

compile contracts

npx hardhat compile

run tests

npx hardhat test