Skip to content

Commit bc0e862

Browse files
docs: remove Ethereum address example (#449)
Signed-off-by: David Dal Busco <david.dalbusco@outlook.com>
1 parent 5bf785b commit bc0e862

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

docs/guides/rust.mdx

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -364,16 +364,6 @@ This example serves as a great starting point for understanding how to interact
364364

365365
[🔗 GitHub Repository](https://github.com/junobuild/examples/tree/main/rust/hooks)
366366

367-
### Ethereum Address
368-
369-
A sample app demonstrating how to derive an Ethereum address for an authenticated Juno user on the Internet Computer. The hook is triggered upon user registration and generates an Ethereum address using threshold ECDSA, with its public representation stored in the Satellite.
370-
371-
In this use case, the private key is never fully generated or stored on a single node. Instead, the Internet Computer’s threshold ECDSA mechanism distributes the key material across multiple nodes, ensuring that no single party has access to the complete key.
372-
373-
Additionally, the app includes a balance action that fetches the balance of the Ethereum address from the Sepolia network using Etherscan. This is done via public queries without requiring an API key.
374-
375-
[🔗 GitHub Repository](https://github.com/junobuild/examples/tree/main/rust/ethereum-address)
376-
377367
### Generating JSON Files
378368

379369
An example that demonstrates how to generate a JSON file within a serverless function on Juno.

0 commit comments

Comments
 (0)