This repository provides a set of Typescript packages that contain wrappers around common operations with near-api-js.
yarn
yarn build:all
It's recommended to run this before attempting to cut a new release. Differences in dev environment may cause build to fail in CI which build without issue on your machine.
docker buildx build .
yarn version all <major|minor|patch>
# or
yarn version all 0.0.1
Generated using TypeDoc