This repository provides a set of Typescript packages that contain wrappers around common operations with near-api-js.
- @tonic-foundation/config NEAR network configuration defaults.
- @tonic-foundation/storage Library for interacting with contracts that implement NEP-145.
- @tonic-foundation/token Library for interacting with contracts that implement the fungible token standards.
- @tonic-foundation/utils Miscellaneous utilities for NEAR contract calls and displaying decimals.
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 .
- Update package.json.
yarn version all <major|minor|patch>
# or
yarn version all 0.0.1
- Commit the new release and push to master.
- Cut a new release from master. Github Actions will publish it automatically.