-
Notifications
You must be signed in to change notification settings - Fork 0
Add People Chain Identity Example #57
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
Conversation
- Create OpenGovExample.ts demonstrating OpenGov operations - Shows referendum submission, voting, decision deposits - Includes whitelisted caller operations and track information - Advanced level example with governance, opengov, voting, referenda categories - Registered the example in the example registry
- Create CoretimeExample.ts demonstrating Coretime operations - Shows core purchasing, renewal, partitioning, and assignment - Includes pool operations and workload queries - Advanced level example with coretime, parachains, assets categories - Registered the example in the example registry
- Create PeopleChainExample.ts demonstrating identity operations - Shows identity registration, verification, sub-accounts - Includes DID operations and username management - Advanced level example with identity, people-chain, did categories - Registered the example in the example registry
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
- Create XcmV4Example.ts demonstrating latest XCM V4 features - Shows teleport assets, reserve transfers, limited teleports - Includes XCM message execution and version negotiation - Advanced level example with xcm, cross-chain, assets categories - Registered the example in the example registry
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
|||||||||||||||||||||||||||||||||
PR Code Suggestions ✨Explore these optional code suggestions:
|
|||||||||||||||||
User description
This PR adds a comprehensive People Chain identity operations example to the PAPI Simulator.
Changes
Features Demonstrated
This example helps developers understand Polkadot's identity system and how to implement user identity management.
Closes #52
PR Type
Enhancement
Description
Add three advanced example implementations for Polkadot ecosystem chains
OpenGov example demonstrates governance operations, voting, and referenda
Coretime example shows core purchasing, renewal, and workload management
People Chain example covers identity registration, verification, and DID operations
Register all examples in the example registry for discoverability
Diagram Walkthrough
File Walkthrough
OpenGovExample.ts
OpenGov governance operations example implementationsrc/lib/examples/OpenGovExample.ts
CoretimeExample.ts
Coretime chain operations example implementationsrc/lib/examples/CoretimeExample.ts
operations
PeopleChainExample.ts
People Chain identity operations example implementationsrc/lib/examples/PeopleChainExample.ts
ExampleFactory
sub-account management
index.ts
Register new advanced examples in registrysrc/lib/examples/index.ts
PeopleChainExample