token-bridge-sdk

v0.2.15
SDK for transfering assets to and from Arbitrum

prepublishOnly

yarn build && yarn format

preversion

yarn lint

build

rm -rf ./dist && tsc

watch

tsc --watch

lint

tsc --noEmit && eslint src/**/*.ts --fix

format

prettier --config-precedence file-override --write "src/**/*.{tsx,ts,scss,md}" && yarn run lint --fix

update:abi

typechain --target ethers --outDir src/util/contracts './ABIs/*.json'

prepare

install-peers

gen_docs

jsdoc -c jsdoc.json src/hooks/* readme.md -d docs

Metadata

Downloads

Maintainers