sdk

Radroots SDK and bindings
git clone https://radroots.dev/git/sdk.git
Log | Files | Refs | README

ts.toml (423B)


      1 [language]
      2 id = "ts"
      3 repository = "sdk-typescript"
      4 
      5 [packages]
      6 "radroots_core" = "@radroots/sdk"
      7 "radroots_events" = "@radroots/sdk"
      8 "radroots_trade" = "@radroots/sdk"
      9 "radroots_identity" = "@radroots/sdk"
     10 
     11 [artifacts]
     12 models_dir = "src/generated"
     13 constants_dir = "src/generated"
     14 wasm_dist_dir = "dist"
     15 manifest_file = "export-manifest.json"
     16 
     17 [runtime]
     18 networking = "native"
     19 signing = "native"
     20 deterministic_codec = "wasm"