dfinity / examples

Example applications, microservices, and code samples for the Internet Computer
https://dfinity.org
Apache License 2.0
535 stars 349 forks source link

basic ethereum #931

Closed gregorydemay closed 2 months ago

gregorydemay commented 3 months ago

Pendant to basic_bitcoin example, but for Ethereum. Minimal example aiming to show:

  1. How to derive an Ethereum address per IC principal
  2. How to send an Ethereum transaction on behalf of a given IC principal

The current example focuses on Rust only. Having the same example in Motoko is left for future work.