@shapeshiftoss/fiojs

v1.0.1
FioJS is a Utility SDK for packing, signing and encryption functionality for the FIO blockchain. It is used by the FIO TypeScript SDK

cypress

./scripts/run-cypress.sh

cypress-ui

./scripts/run-cypress.sh ui

prepare

npm run build

lint

tslint -c tslint.json -p tsconfig.json

lint-fix

tslint -c tslint.json -p tsconfig.json --fix

test

jest 'src/tests/.*\.test\.ts'

test-node

jest src/tests/*node*

test-all

yarn test && yarn test-node && yarn cypress

build

mkdir -p dist && cp -r src/ecc dist && cp src/ripemd.es5.js dist/ripemd.js && tsc -p ./tsconfig.json

build-web

webpack --config webpack.prod.js && webpack --config webpack.debug.js

build-production

yarn build && yarn build-web && yarn test-all

clean

rm -rf dist

docs-init

sh .docs/scripts/init.sh

docs-build

sh .docs/scripts/build.sh

docs-serve

python -m SimpleHTTPServer

docs-publish

sh .docs/scripts/publish.sh
npm i @shapeshiftoss/[email protected]

Metadata

Downloads