Swig TS — API References
    Preparing search index...

    Swig TS — API References

    Swig SDKs

    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:

    1. Installing the packages with:
    bun install
    
    1. Build the packages with:
    bun build:packages
    
    1. Build the swig program from source with:
    bun update:program
    
    1. Run our examples
    cd examples/classic/transfer
    
    bun <filename.ts>