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

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

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
```