Open ales-tsurko opened 9 months ago
We need an EVM contract precompile for pallet_assets, which will expose ERC20 protocol.
After #91 as we introduce precompile-utils package
precompile-utils
https://ethereum.org/en/developers/docs/standards/tokens/erc-20/#methods
We need to add support of events emitting. It is necessary for this task and will be useful for other precompiles as well.
We need an EVM contract precompile for pallet_assets, which will expose ERC20 protocol.