Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
0xoc committed Dec 4, 2022
1 parent 06b4af3 commit f85cb08
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,24 @@ Unitap Passes are a VIP pass for Unitap. Normal users have to re-link their Brig

## 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
```shell
npm install
```

compile contracts
```
npx hardhat compile
```

run tests
```shell
npx hardhat test
```

0 comments on commit f85cb08

Please sign in to comment.