https://github.com/makcukr/interest-bearing-tokens-cairo
Cairo implementation of different types of interest bearing tokens: aToken, cToken and the EIP-4626 standard.
https://github.com/makcukr/interest-bearing-tokens-cairo
aave cairo erc20 token
Last synced: about 1 month ago
JSON representation
Cairo implementation of different types of interest bearing tokens: aToken, cToken and the EIP-4626 standard.
- Host: GitHub
- URL: https://github.com/makcukr/interest-bearing-tokens-cairo
- Owner: MakCUkr
- Created: 2022-09-02T06:35:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-07T08:23:40.000Z (over 2 years ago)
- Last Synced: 2025-01-20T05:58:58.102Z (3 months ago)
- Topics: aave, cairo, erc20, token
- Language: Cairo
- Homepage:
- Size: 201 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Interest Bearing Tokens in Cairo
This repository is a base template implementations of interest bearing tokens: cToken, aToken and [EIP-4626](https://eips.ethereum.org/EIPS/eip-4626). The implementations for `cToken` and the `EIP4626` are complete. Whereas the `Pool` contract for `aToken`s can be imlpmented as an exercise.
To run the tests, setup and install [Protostar](https://www.google.com/search?client=firefox-b-d&q=protostar+cairo), and run `protostar test`