InverterNetwork / sdk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

license npm latest package npm downloads Follow on Twitter

Inverter / TS SDK

Bun + Npm + Type Safe Formatted Functions

Summary

This package contains abstracted functions for the inverter contract functions compiled for typescript INVERTER. Learn more about INVERTER on (https://inverter.network).

Check out the Changelog to see what changed in the last releases.

Install dependencies

Install Bun ( bun is used for testing for primitives no bun is needed ):

# Supported on macOS, Linux, and WSL

curl -fsSL https://bun.sh/install | bash

# Upgrade Bun every once in a while

bun upgrage

Install dependencies:

bun add @inverter-network/sdk

or

npm install @inverter-network/sdk

How to make a release

For the Maintainer: Add NPM_TOKEN to the GitHub Secrets.

  1. PR with changes
  2. Merge PR into main
  3. Checkout main
  4. git pull
  5. bun release: '' | alpha | beta optionally add -- --release-as minor | major
  6. Make sure everything looks good (e.g. in CHANGELOG.md)
  7. Lastly follow the instructions given by release log
  8. Done

Summary

This package contains abstracted functions for the inverter contract functions compiled for typescript INVERTER projects.

About

License:GNU Lesser General Public License v3.0


Languages

Language:TypeScript 99.8%Language:JavaScript 0.2%