Atleta-network / atleta

https://atleta.network
GNU General Public License v3.0
11 stars 5 forks source link

Add EVM binding for pallet_assets #20

Open ales-tsurko opened 9 months ago

ales-tsurko commented 9 months ago

We need an EVM contract precompile for pallet_assets, which will expose ERC20 protocol.

hrls commented 5 months ago

After #91 as we introduce precompile-utils package

hrls commented 4 months ago

https://ethereum.org/en/developers/docs/standards/tokens/erc-20/#methods

hrls commented 4 months ago

We need to add support of events emitting. It is necessary for this task and will be useful for other precompiles as well.