-
Notifications
You must be signed in to change notification settings - Fork 77
Add create accounts (new IA) #1291
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: staging/product-ia
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds comprehensive documentation and code examples for creating Polkadot accounts programmatically using TypeScript/JavaScript, Python, and Rust. The tutorial provides developers with practical examples to generate accounts with mnemonics and addresses across different language ecosystems.
- Complete tutorial documentation with setup instructions, code examples, and explanations for three programming languages
- Executable code snippets demonstrating account creation with mnemonic generation
- Terminal output examples showing expected results for each language implementation
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 8 comments.
Show a summary per file
| File | Description |
|---|---|
.snippets/code/chain-interactions/accounts/create-account/create_account.py |
Python code snippet for account creation using substrate-interface library |
.snippets/code/chain-interactions/accounts/create-account/create-account.ts |
TypeScript code snippet for account creation using Polkadot.js libraries |
.snippets/code/chain-interactions/accounts/create-account/create-account.rs |
Rust code snippet for account creation using sp-core primitives |
.snippets/code/chain-interactions/accounts/create-account/create-account-ts.html |
Terminal output example for TypeScript implementation |
.snippets/code/chain-interactions/accounts/create-account/create-account-rs.html |
Terminal output example for Rust implementation |
.snippets/code/chain-interactions/accounts/create-account/create-account-py.html |
Terminal output example for Python implementation |
.chain-interactions/accounts/create-account.md |
Main tutorial documentation with setup instructions, explanations, and integration of all code examples |
π‘ Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
π Description
Provide a clear and concise description of your changes.
π Review Preference
Choose one:
π€ AI-Ready Docs
If content changed, regenerate AI files:
python3 scripts/generate_llms.pyβ Checklist