Package Exports
- @blocto/sdk
- @blocto/sdk/dist/blocto-sdk.js
- @blocto/sdk/dist/blocto-sdk.umd.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@blocto/sdk) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Blocto Provider
Blocto Crosschain SDK
Setup
yarn
# generate local https cert
brew install mkcert
mkcert -install
cd dev-cert
mkcert localhost
# make dev directory
mkdir dev
ln -s src/main.js dev/main.js
Scripts
build
: build dist
start
: run live-reload dev server on https://localhost:7777
Develop
open browser and navigate to https://localhost:7777/test.html