Can daml be integrated with ethereum? If it can how should one go about it?
1 Like
Hi @Bels3
Ethereum integration is available in Daml connect’s Enterprise Edition via Besu driver.
1 Like
Hi @Bels3, can you give more details on what type of integration you’re looking for?
The driver Nemanja mentioned allows you to run a Daml domain on top of Ethereum. If you’re looking to see how to integrate at the application layer, you may want to take a look at this blog post and open-source example:
1 Like
The type of integration am looking into is the integration of ethereum with daml ledger to be quite specific. Any help will be appreciated.