Skip to content

tonic-foundation/tonic-sdk-ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tonic SDK

Typescript client library for Tonic. See the API Reference for more details.

Developing

yarn
yarn build:all

Building in Docker

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 .

Publishing

  • 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.

Packages

 
 
 

Contributors