feat(docs): add create address from mnemonic page#10710
Open
Ginowine wants to merge 8 commits intodevx/iota-sdk-docsfrom
Open
feat(docs): add create address from mnemonic page#10710Ginowine wants to merge 8 commits intodevx/iota-sdk-docsfrom
Ginowine wants to merge 8 commits intodevx/iota-sdk-docsfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. 6 Skipped Deployments
|
Contributor
|
✅ Vercel Preview Deployment is ready! |
Thoralf-M
reviewed
Mar 13, 2026
docs/content/developer/rust-sdk/how-tos/accounts-and-addresses/address-from-mnemonic.mdx
Outdated
Show resolved
Hide resolved
8fb3248 to
c52f9d9
Compare
Contributor
|
✅ Vercel Preview Deployment is ready! |
Contributor
|
✅ Vercel Preview Deployment is ready! |
Dr-Electron
reviewed
Mar 24, 2026
docs/content/developer/iota-sdk/how-tos/accounts-and-addresses/address-from-mnemonic.mdx
Show resolved
Hide resolved
13c8b5f to
e6a82e4
Compare
Dr-Electron
requested changes
Mar 24, 2026
docs/content/developer/iota-sdk/how-tos/accounts-and-addresses/address-from-mnemonic.mdx
Outdated
Show resolved
Hide resolved
docs/content/developer/iota-sdk/how-tos/accounts-and-addresses/address-from-mnemonic.mdx
Outdated
Show resolved
Hide resolved
docs/content/developer/iota-sdk/how-tos/accounts-and-addresses/address-from-mnemonic.mdx
Outdated
Show resolved
Hide resolved
562c96a to
ce54874
Compare
Dr-Electron
reviewed
Mar 24, 2026
|
|
||
| ## Prerequisites | ||
|
|
||
| - The IOTA SDK installed for your target language — see [Installation](../getting-started/) |
Contributor
There was a problem hiding this comment.
Needs to be fixed after merging the getting started
Dr-Electron
reviewed
Mar 24, 2026
docs/content/developer/iota-sdk/how-tos/accounts-and-addresses/address-from-mnemonic.mdx
Outdated
Show resolved
Hide resolved
Dr-Electron
reviewed
Mar 24, 2026
docs/content/developer/iota-sdk/how-tos/accounts-and-addresses/address-from-mnemonic.mdx
Show resolved
Hide resolved
Co-authored-by: Dr-Electron <dr-electr0n@protonmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of change
This PR adds a new How-To guide for the IOTA Rust SDK, demonstrating how to derive an IOTA address from a BIP-39 mnemonic phrase. The guide covers all three supported signature schemes — Ed25519, Secp256k1, and Secp256r1 — across five languages: Rust, Go, Python, Kotlin, and Swift.
Links to any relevant issues
fixes #10297
How the change has been tested