Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/supercoolx/bettor-farming
Bettor Farming
https://github.com/supercoolx/bettor-farming
farming smart-contract solidity truffle
Last synced: 27 days ago
JSON representation
Bettor Farming
- Host: GitHub
- URL: https://github.com/supercoolx/bettor-farming
- Owner: supercoolx
- Created: 2022-01-30T15:02:51.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-30T15:03:28.000Z (about 3 years ago)
- Last Synced: 2024-11-12T05:17:51.162Z (3 months ago)
- Topics: farming, smart-contract, solidity, truffle
- Language: Solidity
- Homepage:
- Size: 22.5 KB
- Stars: 3
- 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
```