https://github.com/paulshpilsher/aave-lottery
No-Loss Lottery Smart Contract on Aave platform
https://github.com/paulshpilsher/aave-lottery
aave aave-protocol blockchain dapp erc20 ethereum foundry openzeppelin smart-contracts solidity solidity-contracts solidity-language
Last synced: about 1 month ago
JSON representation
No-Loss Lottery Smart Contract on Aave platform
- Host: GitHub
- URL: https://github.com/paulshpilsher/aave-lottery
- Owner: PaulShpilsher
- Created: 2023-12-28T10:53:00.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-28T13:08:56.000Z (over 1 year ago)
- Last Synced: 2025-03-16T00:17:15.572Z (about 1 month ago)
- Topics: aave, aave-protocol, blockchain, dapp, erc20, ethereum, foundry, openzeppelin, smart-contracts, solidity, solidity-contracts, solidity-language
- Language: Solidity
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Aave No loss lottery
**Disclamer: This is a POC. Do not use in production!**
Built with Foundry no loss lottery using Aave liquidity pool smart contract
Dev Notes:
```shell
forge install OpenZeppelin/openzeppelin-contracts
forge install https://github.com/aave/aave-v3-core
forge remappings > remappings.txt
```