Skip to content
This repository was archived by the owner on Oct 21, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,25 @@ docker-compose exec contracts-env bash
# A new Bash terminal is prompted, connected to the container
npm run test
```
## Contributing

This repository is forked for learning and contribution practice.
Although this version of Aave V3 is deprecated, the documentation and examples here can still help developers understand the foundations of the protocol.

If you are interested in:

* ⭐ Starring the repository to support open-source,
* 🛠️ Exploring the contracts for educational purposes,
* 🔄 Forking and experimenting with changes,

feel free to do so.

---

## Additional Notes

This update was added as part of my Web3 builder journey on **Talent Protocol**.
The modification does not change the core smart contracts. It only adds notes for educational and contribution tracking purposes.

Happy building with DeFi 🚀