https://github.com/null-none/whitelistcontract
Allow the users to whitelist addresses in your contracts.
https://github.com/null-none/whitelistcontract
blockchain hardhat smart-contracts solidity solidity-contracts
Last synced: 8 months ago
JSON representation
Allow the users to whitelist addresses in your contracts.
- Host: GitHub
- URL: https://github.com/null-none/whitelistcontract
- Owner: null-none
- Created: 2022-02-08T12:55:26.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-08T12:56:50.000Z (about 4 years ago)
- Last Synced: 2025-01-26T09:28:31.592Z (about 1 year ago)
- Topics: blockchain, hardhat, smart-contracts, solidity, solidity-contracts
- Language: JavaScript
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Whitelist Contract #
## Description
Allow the users to whitelist addresses in your contracts.
## How To Run
First run `yarn install` to install the packages:
``` bash
yarn install
```
To run the tests
```bash
yarn hardhat test
```