Options
All
  • Public
  • Public/Protected
  • All
Menu

Documentation - v0.0.2

Tonic TS libraries

This repository provides a set of Typescript packages that contain wrappers around common operations with near-api-js.

Developing

yarn
yarn build:all

Building in Docker

docker buildx build .

Publishing

yarn version:all <major|minor|patch>
yarn build:all
npm publish --access restricted --workspaces

Generated using TypeDoc