polkadot-runtime-template
polkadot-runtime-template copied to clipboard
assets-erc20 precompile
templates
- [ ] Generic Runtime Template
- [X] Evm Template
What is the feature you would like to see?
add precompile to use pallet-assets to implement ERC20 precompile interface
Possible solutions:
- Inherit Moonbeam
assets-erc20precompile. Requires maintaining an additional fork to Moonbeam, but benefits from existing precompile maintained by Moonbeam team. - Write custom pallet to implement functionality fulfilled by (1). Requires writing and maintaining separate custom precompile for the custom pallet. This solution could be upstreamed to Frontier.
Contribution Guidelines
- [X] I agree to follow this project's Contribution Guidelines
RFC, before creating an ERC20 precompile should create an EVM stateful precompiled template?