Ethereum native contract like ERC20,ERC721, Does DAML support these standard token contracts?

Ethereum native contract like ERC20,ERC721, Does DAML support these standard token contracts? Does DAML has its own standard contract?

1 Like

Daml doesn’t currently have it’s own ERC20 or ERC721 contracts, although these are relatively simple to implement and a few Daml users have already done this. See Hemera for an open source example.

We will be adding an implementation of ERC20 and ERC721 templates to Daml Connect as well as some tooling although I don’t have a concrete timeline yet

@monu thanks for the good question. There now is CIP-56, which defines the Canton Network token standard and was accepted by the GSF as of March 31st 2025. It defines an equivalent to ERC-20 for the Canton Network.

2 Likes