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

https://github.com/manosbatsis/fluency-simple-stake

Simple staking example
https://github.com/manosbatsis/fluency-simple-stake

brownie brownie-eth solidity solidity-contracts

Last synced: 3 months ago
JSON representation

Simple staking example

Awesome Lists containing this project

README

          

# fluency-simple-stake ![build](https://github.com/manosbatsis/fluency-simple-stake/actions/workflows/main.yaml/badge.svg)

## Requirements

- Setup [node](https://nodejs.org) and [brownie](https://eth-brownie.readthedocs.io/en/stable/)
- Add a dummy _.env_ file:

`touch .env`
- Install [Ganache](https://trufflesuite.com/ganache/):

`npm install -g ganache`

## Build and Test

```
brownie test
```

## Credits

Based on https://github.com/GeneralDido/blockchain-examples/tree/main/simple_proof_of_stake