INVERTER typescript SDK
npm install @inverter-network/sdk



Bun + Npm + Type Safe Formatted Functions
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 Bun ( bun is used for testing for primitives no bun is needed ):
``bashSupported on macOS, Linux, and WSL
curl -fsSL https://bun.sh/install | bash
bun upgrage
`
Install dependencies:
`bash`
bun add @inverter-network/sdk
or
`bash`
npm install @inverter-network/sdk
For the Maintainer: Add NPM_TOKEN to the GitHub Secrets.
1. PR with changes
2. Merge PR into main
3. Checkout main
4. git pullbun release: '' | alpha | beta
5. 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
This package contains abstracted functions for the inverter contract functions compiled for typescript INVERTER projects.