https://github.com/charles-dr/solidity-lottery-example
https://github.com/charles-dr/solidity-lottery-example
brownie forking-network ganache-cli integration-testing python rinkeby smart-contracts solidity solidity-contracts unit-testing
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/charles-dr/solidity-lottery-example
- Owner: charles-dr
- Created: 2022-03-19T19:27:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-19T19:27:33.000Z (over 4 years ago)
- Last Synced: 2025-09-03T01:41:30.545Z (10 months ago)
- Topics: brownie, forking-network, ganache-cli, integration-testing, python, rinkeby, smart-contracts, solidity, solidity-contracts, unit-testing
- Language: Solidity
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
1. users can enter lottery with ETH based on a USD fee
2. And admin will choose when the lottery is over
3. The lottery will select a random winner.
## How do we want to test this?
- `mainnet-fork`
- `development` with mocks
- `testnet`