https://github.com/iamnotstatic/stakey-contracts
Yield farm, Stake DAI and earn Stakey token based on stake amount.
https://github.com/iamnotstatic/stakey-contracts
binance-smart-chain blockchain ethereum
Last synced: about 1 month ago
JSON representation
Yield farm, Stake DAI and earn Stakey token based on stake amount.
- Host: GitHub
- URL: https://github.com/iamnotstatic/stakey-contracts
- Owner: iamnotstatic
- Created: 2021-06-28T08:07:41.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-11T01:48:40.000Z (almost 5 years ago)
- Last Synced: 2025-03-31T08:16:12.423Z (about 1 year ago)
- Topics: binance-smart-chain, blockchain, ethereum
- Language: JavaScript
- Homepage: https://app-stakey.herokuapp.com/
- Size: 249 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Stakey Contracts 🚀🚀
[](http://makeapullrequest.com)
Yield farm, Stake DAI and earn Stakey token based on stake amount.
## Running Smart Contract with Hardhat and Waffle
```bash
# Clone Repo
$ git clone `https://github.com/iamnotstatic/stakey-contracts`
```
### Connecting to hardhat and compiling contract
```bash
# Compile contracts
$ npx hardhat compile
# npx hardhat test
$ npx hardhat test
# Deploy on testnet
npx hardhat run --network rinkeby scripts/deployer.js
```
# Author 💖
[Abdulfatai Suleiman](https://twitter.com/iamnotstatic)!