https://github.com/solide-project/pol-contracts
https://github.com/solide-project/pol-contracts
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/solide-project/pol-contracts
- Owner: solide-project
- Created: 2024-11-06T11:32:47.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-21T10:34:01.000Z (over 1 year ago)
- Last Synced: 2024-11-21T11:32:14.325Z (over 1 year ago)
- Language: Solidity
- Size: 67.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Compile
```bash
npx hardhat compile
```
### Test
```bash
npx hardhat test
```