https://github.com/plebbit/xpleb-token-smart-contracts
https://github.com/plebbit/xpleb-token-smart-contracts
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/plebbit/xpleb-token-smart-contracts
- Owner: plebbit
- License: gpl-2.0
- Created: 2022-04-23T01:40:52.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-06T10:12:48.000Z (about 4 years ago)
- Last Synced: 2025-02-24T03:42:49.260Z (over 1 year ago)
- Language: Solidity
- Size: 238 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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*