An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

## Stakey Contracts 🚀🚀

[![Pull Requests Welcome](https://img.shields.io/badge/PRs-welcome-red.svg?style=flat)](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)!