DAML with public blockchain

Can we integrate DAML with ethereum public network -Mainnet?

It’s possible to integrate using the well-understood mechanism of Hashed Timelocks (HTLCs). That functionality doesn’t come out of the box, but can be implemented with Daml and Solidity contracts with relative ease, though.

2 Likes