chore: add documentation, test configs and subxt examples

- Update .gitignore for local Claude files and generated artifacts
- Add MAINNET_ROADMAP.md with deployment phases
- Add zombienet test configuration files
- Add Pezkuwi-specific subxt examples for token transfers
This commit is contained in:
2026-01-04 12:07:47 +03:00
parent ea341084f0
commit 21b25a3762
9 changed files with 718 additions and 25 deletions
+27
View File
@@ -0,0 +1,27 @@
[settings]
timeout = 300
provider = "native"
[relaychain]
default_command = "/home/mamostehp/pezkuwi-sdk/target/release/pezkuwi"
chain = "pezkuwichain-local"
default_args = ["-lteyrchain=debug"]
[[relaychain.nodes]]
name = "alice"
validator = true
[[relaychain.nodes]]
name = "bob"
validator = true
[[teyrchains]]
id = 1000
chain = "asset-hub-pezkuwichain-local"
default_command = "/home/mamostehp/pezkuwi-sdk/target/release/pezkuwi-teyrchain"
cumulus_based = true
default_args = ["-lteyrchain=debug"]
[[teyrchains.collators]]
name = "DRQasimlo"
validator = true