@pooltogether/walletlink

v1.0.0-next-fix
WalletLink JavaScript SDK - forked with fix for NextJS 9.2.0

tsc

tsc --noEmit --pretty

test

jest

test:watch

jest --watch

build

webpack --config webpack.config.js

build-chrome

webpack --config webpack.config.chrome.js

build-npm

tsc -p ./tsconfig.build.json

build:dev

export WALLETLINK_URL='http://localhost:3000'; yarn build && yarn build-chrome

build:dev:watch

nodemon -e ts,tsx,js,json,css --watch src/ --watch chrome/ --exec 'yarn build:dev'

build:prod

yarn build && yarn build-chrome && yarn build-npm && cp ./package.json ../README.md ../LICENSE build/npm

lint

tslint -p . 'src/**/*.ts{,x}'

lint:watch

nodemon -e ts,tsx,js,json,css --watch src/ --exec 'yarn tsc && yarn lint'
npm i @pooltogether/[email protected]

Metadata

  • Apache-2.0
  • >= 10.0.0
  • Coinbase, Inc. - modified by Chuck Bergeron
  • released 1/16/2020

Downloads