From f85cb085a84298c1c509a1cec36937d555b54fa4 Mon Sep 17 00:00:00 2001 From: Sina Date: Sun, 4 Dec 2022 16:19:45 +0330 Subject: [PATCH] update readme --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index 9999df0..4c5a3e4 100644 --- a/README.md +++ b/README.md @@ -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 +``` \ No newline at end of file