@bitgo/avalanchejs

v1.0.0-alpha.2
Avalanche Platform JS Library
Avalanche blockchain defi

start

rollup -c --watch

build

rollup -c

build:prod

rollup -c --environment BUILD:production

test

NODE_OPTIONS=--experimental-vm-modules jest

test:path

NODE_OPTIONS=--experimental-vm-modules jest --watch --testPathPattern

test:cov

NODE_OPTIONS=--experimental-vm-modules jest --collect-coverage=true

test:watch

NODE_OPTIONS=--experimental-vm-modules jest --watch

lint

eslint --fix --ignore-path .gitignore "./**/*.ts*"

lint:check

eslint --ignore-path .gitignore "./**/*.ts*"

typecheck

tsc --skipLibCheck --noEmit

example

NODE_OPTIONS='--loader ts-node/esm' ts-node examples/c-chain/export.ts

prepare

husky install
npm i @bitgo/[email protected]

Metadata

Downloads