issues
search
artela-network
/
artela
Powerful blockchain node with Aspect programming enabled.
https://www.artela.network/
Apache License 2.0
110
stars
88
forks
source link
IBC <> EVM++: compiled erc20 proxy contract
#175
Closed
LukeNinjaX
closed
1 week ago
LukeNinjaX
commented
1 month ago
Implement the ERC20 standard functions (transfer, approve, transferFrom, etc.) within the proxy.
Utilize a delegate call to forward transactions to the underlying ERC20 implementation.
Implement access control to manage interactions safely.