@wormhole-foundation/sdk-route-ntt

v0.4.0
Implementation of a Route usable by the Wormhole SDK
wormhole sdk typescript ntt

build:cjs

tsc -p ./tsconfig.cjs.json && echo '{"type":"commonjs"}' > dist/cjs/package.json

build:esm

tsc -p ./tsconfig.esm.json

build

npm run build:esm && npm run build:cjs

rebuild

npm run clean && npm run build

test

jest --config ./jest.config.ts

clean

rm -rf ./dist
npm i @wormhole-foundation/sdk-route-ntt

Metadata

Downloads