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