@inverter-network/sdk
v0.9.1
Published
INVERTER typescript SDK
Readme
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/sdkor
npm install @inverter-network/sdkHow to make a release
For the Maintainer: Add NPM_TOKEN to the GitHub Secrets.
- PR with changes
- Merge PR into main
- Checkout main
git pullbun release: '' | alpha | betaoptionally add-- --release-as minor | major- Make sure everything looks good (e.g. in CHANGELOG.md)
- Lastly follow the instructions given by release log
- Done
Summary
This package contains abstracted functions for the inverter contract functions compiled for typescript INVERTER projects.
