marciob / ERC404-Cairo

ERC404 Cairo: hybrid token standard on StarkNet, enabling liquidity and fractionalization in a ZK Rollup ecosystem.
0 stars 1 forks source link

Implement transfer Function in ERC404 Cairo #10

Open marciob opened 9 months ago

marciob commented 9 months ago

The task is to implement the transfer function in the ERC404 Cairo contract. This function is responsible for transferring tokens from the message sender to another address.

Key Points:

References: ERC404 Solidity Implementation Pandora Solidity Contract using ERC404 ERC20 Cairo Openzeppelin Implementation ERC721 Cairo Openzeppelin Implementation