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 -1
View File
@@ -8,6 +8,6 @@ workspace = true
[dependencies]
nssa_core = { git = "https://github.com/logos-blockchain/logos-execution-zone.git", tag = "v0.2.0-rc6", features = ["host"], package = "lee_core" }
spel-framework-macros = { git = "https://github.com/0x-r4bbit/spel.git", branch = "refactor/lez-v020-compat", package = "spel-framework-macros" }
spel-framework-macros = { git = "https://github.com/0x-r4bbit/spel.git", rev = "91023c9115bf88173b0d25d2e905f2a55ef0313b", package = "spel-framework-macros" }
borsh = { version = "1.5", features = ["derive"] }
serde = { version = "1.0", features = ["derive"] }