@leapwallet/buffer-boba
v0.1.10
Published
Buffer Boba is a library for decoding protocol buffers in the cosmos ecosystem.
Downloads
454
Maintainers
Readme
🧋 buffer-boba
Buffer Boba (Boba - Chinese: 珍珠奶茶; Aka - 'pearl milk tea, bubble milk tea, tapioca milk tea, boba tea'; Emoji - 🧋).
A developer-friendly javascript library that provides a simple interface to decode protobuf data into JSON.
Installation
npm install @leapwallet/buffer-boba
Usage
To know more about the library, check out the Docs.
Support
We support the following SDKs -
- cosmos
- osmosis
- cosmwasm
- ibc
- stride
We also allow you to add your definitions for enhanced use-cases. You can look at the docs for the same here.
Release Process
- Update the version in
package.json
(semver) - Git commit with version number as the commit message
- Git tag with version number
- Git push to
main
branch - Create GitHub release with version number as the title and the description
Once the release is published, the release-package GitHub action will automatically publish the package to NPM.