Smart contracts for access control and token gated Status communities.
Go to file
r4bbit ab92006c26
Set up initial CI actions
2023-08-30 11:24:52 +02:00
.github/workflows Set up initial CI actions 2023-08-30 11:24:52 +02:00
contracts mint Owner token in constructor 2023-08-10 09:10:17 +02:00
scripts update deploy script 2023-08-10 09:16:42 +02:00
specs/mvp fix max supply check 2023-05-26 11:27:58 +02:00
test fix max supply check 2023-05-26 11:27:58 +02:00
.gitignore add specs 2023-05-17 23:15:45 +02:00
README.md import from old project 2023-01-19 12:21:41 +01:00
hardhat.config.ts enable compiler optimizer to spend less gas top deploy 2023-05-29 17:00:42 +02:00
package.json import from old project 2023-01-19 12:21:41 +01:00
specs.sh add setMaxSupply 2023-05-25 18:09:15 +02:00
tsconfig.json import from old project 2023-01-19 12:21:41 +01:00
yarn.lock import from old project 2023-01-19 12:21:41 +01:00

README.md

Sample Hardhat Project

This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, and a script that deploys that contract.

Try running some of the following tasks:

npx hardhat help
npx hardhat test
REPORT_GAS=true npx hardhat test
npx hardhat node
npx hardhat run scripts/deploy.ts