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

https://github.com/plebbit/xpleb-token-smart-contracts


https://github.com/plebbit/xpleb-token-smart-contracts

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

The XPLEB NFT is an upgradable contract deployed at https://...

The current implementation of the contract (Token.sol) is deployed at https://...

The Distributor contract is deployed at https://...

#### Compile

`npx hardhat compile`

#### Test

`npx hardhat test`

*Using node 16.13.0 and solidity 0.8.11*