An open API service indexing awesome lists of open source software.

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.

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
```