docs: add a testnet run book to show how to deploy and use the programs

This commit is contained in:
r4bbit
2026-06-30 15:13:47 +02:00
parent 0fa2b49880
commit 0a120bd42c
17 changed files with 517 additions and 29 deletions
+1 -3
View File
@@ -11,9 +11,7 @@ name = "idl-gen"
path = "src/main.rs"
[dependencies]
spel-framework-core = { git = "https://github.com/0x-r4bbit/spel.git", branch = "refactor/lez-v020-compat", package = "spel-framework-core", features = [
"idl-gen",
] }
spel-framework-core = { git = "https://github.com/0x-r4bbit/spel.git", rev = "91023c9115bf88173b0d25d2e905f2a55ef0313b", package = "spel-framework-core", features = ["idl-gen"] }
# `preserve_order` keeps object keys in struct-declaration order when
# round-tripping through serde_json::Value (see main.rs), so the only
# reordering we apply is sorting the `types` array.