This repository contains Swig SDKs and tooling. The developer SDK is available
for both TypeScript and Python under packages/developer-sdk.
Build the workspace locally by:
- Installing the packages with:
bun install- Build the packages with:
bun build:packages- Build the swig program from source with:
bun update:program- Run our examples
cd examples/classic/transferbun <filename.ts>