use codama and solana kit

This commit is contained in:
thesn10
2026-05-23 12:30:53 +02:00
parent b4cea41a93
commit 186136722d
43 changed files with 5406 additions and 19 deletions

11
sdk/codama.registry.json Normal file
View File

@@ -0,0 +1,11 @@
{
"idl": "./src/idl/descro_ext_resolvers.json",
"scripts": {
"js": [
{
"from": "@codama/renderers-js",
"args": ["./src/generated/descro_ext_resolvers"]
}
]
}
}