Skip to content

Latest commit

 

History

History

README.md

Union TypeScript SDK 2

@unionlabs/sdk

How to build and test

nix build .#ts-sdk -L

How to publish

First, bump version in package.json. Then:

nix run .#publish-ts-sdk -L

How to develop

nix develop
cd ts-sdk/
npm install
npm run test-watch

How to update abis

nix build .#hubble-abis -L

copy from result/ to src/evm/abi/

How to run examples

nix develop
cd ts-sdk/
npm install
bun run ./examples/create-batch.ts