https://github.com/supercoolx/bettor-farming
Bettor Farming
https://github.com/supercoolx/bettor-farming
farming smart-contract solidity truffle
Last synced: 8 months ago
JSON representation
Bettor Farming
- Host: GitHub
- URL: https://github.com/supercoolx/bettor-farming
- Owner: supercoolx
- Created: 2022-01-30T15:02:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-30T15:03:28.000Z (over 4 years ago)
- Last Synced: 2025-08-05T18:42:28.245Z (10 months ago)
- Topics: farming, smart-contract, solidity, truffle
- Language: Solidity
- Homepage:
- Size: 22.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bettors Farming
## install
```shell
yarn
```
## compile
```shell
npx hardhat compile
```
## start test
```shell
npx hardhat test
```