kkrt-labs / kakarot

Kakarot is a zkEVM written in Cairo, leveraging the STARK proof system.
https://kakarot.org
MIT License
974 stars 287 forks source link

feat: add a Cairo based ERC20.sol contract #1248

Closed ClementWalter closed 2 months ago

ClementWalter commented 3 months ago

Feature Request

Describe the Feature Request

Leverage the CairoLib to deploy a solidity ERC20.sol contract actually being a regular Starknet ERC20.cairo

ooochoche commented 3 months ago

@ClementWalter If this task is still open, I can handle it

ClementWalter commented 2 months ago

this is done @enitrat right?

enitrat commented 2 months ago

yeah but I should probably add tests for that in this repo? It's in another one for now.

ClementWalter commented 2 months ago

done in #1270