-
Notifications
You must be signed in to change notification settings - Fork 0
Add XCM V4 Operations Example #58
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
- 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
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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 XCM V4 operations example to the PAPI Simulator.
Changes
Features Demonstrated
This example helps developers understand Polkadot's latest XCM V4 capabilities for cross-chain communication and asset transfers.
Closes #53
PR Type
Enhancement
Description
Add four advanced example implementations for Polkadot ecosystem features
OpenGov example demonstrates referendum submission, voting, and governance operations
Coretime example showcases core purchasing, renewal, and parachain assignment
People Chain example covers identity registration, verification, and DID operations
XCM V4 example demonstrates teleport assets, reserve transfers, and cross-chain messaging
Diagram Walkthrough
File Walkthrough
OpenGovExample.ts
OpenGov governance operations examplesrc/lib/examples/OpenGovExample.ts
features
deposits
CoretimeExample.ts
Coretime chain operations examplesrc/lib/examples/CoretimeExample.ts
management
PeopleChainExample.ts
People Chain identity management examplesrc/lib/examples/PeopleChainExample.ts
management
XcmV4Example.ts
XCM V4 cross-chain operations examplesrc/lib/examples/XcmV4Example.ts
index.ts
Register new advanced examples in registrysrc/lib/examples/index.ts
XcmV4Example