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
+24
View File
@@ -0,0 +1,24 @@
[settings]
timeout = 120
[relaychain]
default_command = "/home/mamostehp/pezkuwi-sdk/target/release/pezkuwi"
chain = "pezkuwichain-dev"
default_args = ["-lteyrchain=debug", "--unsafe-force-node-key-generation"]
[[relaychain.nodes]]
name = "alice"
validator = true
rpc_port = 9944
[[teyrchains]]
id = 1000
chain = "asset-hub-pezkuwichain-dev"
cumulus_based = true
add_to_genesis = true
[[teyrchains.collators]]
name = "collator-asset-hub"
command = "/home/mamostehp/pezkuwi-sdk/target/release/pezkuwi-teyrchain"
rpc_port = 9945
args = ["-lteyrchain=debug", "--unsafe-force-node-key-generation"]