Deploy a contract on ASTAR, a Polkadot parachain

Hello,

I would like to deploy an ERC1155 contract on ASTAR, a parachain of Polkadot.

As Moonbeam (another parachain), ASTAR has deployed the Frontier pallet. Frontier is the suite that provides an Ethereum compatibility layer for Substrate (Polkadot chain templating). https://paritytech.github.io/frontier/

Do the current contracts librairies work in this type of environment?
Do you have any feedback on this already?

Thanks and best wishes :slight_smile:

Hi @David_Schmitz! We haven't tested this (too many chains to test on nowadays!) but if Frontier is EVM compatible the contracts should work. If you try it out please report your experience.

1 Like

Hello, I have the first answers. We have deployed an ERC1155 factory with the OZ libraries on the ASTAR testnet and everything works fine. The "Frontier" palette that simulates EVM in ASTAR behaves like EVM. It's the same in Moonbeam.
I will give you a feed-back about the other deployed contracts.

1 Like