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
- Host: GitHub
- URL: https://github.com/manosbatsis/fluency-simple-stake
- Owner: manosbatsis
- Created: 2023-02-06T12:33:32.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-20T15:41:02.000Z (over 1 year ago)
- Last Synced: 2025-05-19T03:41:11.458Z (5 months ago)
- Topics: brownie, brownie-eth, solidity, solidity-contracts
- Language: Solidity
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fluency-simple-stake 
## 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