Skip to content

feat(docs): add create address from mnemonic page#10710

Open
Ginowine wants to merge 8 commits intodevx/iota-sdk-docsfrom
devx/how-to-generate-address-from-mnemonic
Open

feat(docs): add create address from mnemonic page#10710
Ginowine wants to merge 8 commits intodevx/iota-sdk-docsfrom
devx/how-to-generate-address-from-mnemonic

Conversation

@Ginowine
Copy link
Contributor

@Ginowine Ginowine commented Mar 13, 2026

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

  • Basic tests (linting, compilation, formatting, unit/integration tests)
  • Patch-specific tests (correctness, functionality coverage)
  • I have checked that new and existing unit tests pass locally with my changes

@Ginowine Ginowine requested a review from a team as a code owner March 13, 2026 11:40
@Ginowine Ginowine added documentation Improvements or additions to documentation dx-documentation For TW or documentation related issues. devrel Issues related to the DevRel team labels Mar 13, 2026
@github-project-automation github-project-automation bot moved this to Product Backlog in Developer Experience Mar 13, 2026
@vercel
Copy link

vercel bot commented Mar 13, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

6 Skipped Deployments
Project Deployment Actions Updated (UTC)
apps-backend Ignored Ignored Preview Mar 24, 2026 10:00pm
apps-ui-kit Ignored Ignored Preview Mar 24, 2026 10:00pm
iota-evm-bridge Ignored Ignored Preview Mar 24, 2026 10:00pm
iota-multisig-toolkit Ignored Ignored Preview Mar 24, 2026 10:00pm
rebased-explorer Ignored Ignored Preview Mar 24, 2026 10:00pm
wallet-dashboard Ignored Ignored Preview Mar 24, 2026 10:00pm

Request Review

@github-actions
Copy link
Contributor

✅ Vercel Preview Deployment is ready!

View Preview

@Ginowine Ginowine force-pushed the devx/how-to-generate-address-from-mnemonic branch from 8fb3248 to c52f9d9 Compare March 16, 2026 08:08
@github-actions
Copy link
Contributor

✅ Vercel Preview Deployment is ready!

View Preview

@Ginowine Ginowine changed the title feat (docs): add create address from mnemonic page feat(docs): add create address from mnemonic page Mar 16, 2026
@github-actions
Copy link
Contributor

✅ Vercel Preview Deployment is ready!

View Preview

@Dr-Electron Dr-Electron force-pushed the devx/how-to-generate-address-from-mnemonic branch from 13c8b5f to e6a82e4 Compare March 24, 2026 20:55
@Dr-Electron Dr-Electron changed the base branch from develop to devx/iota-sdk-docs March 24, 2026 20:55
@Dr-Electron Dr-Electron force-pushed the devx/how-to-generate-address-from-mnemonic branch from 562c96a to ce54874 Compare March 24, 2026 21:39

## Prerequisites

- The IOTA SDK installed for your target language — see [Installation](../getting-started/)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needs to be fixed after merging the getting started

Co-authored-by: Dr-Electron <dr-electr0n@protonmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

devrel Issues related to the DevRel team documentation Improvements or additions to documentation dx-documentation For TW or documentation related issues.

Projects

Status: Product Backlog

Development

Successfully merging this pull request may close these issues.

Create how-tos for new SDK

3 participants