zagg-stellar-base
v2.6.0
Published
Low level stellar support library
Readme
Overview
This is the core library to interact with ZaggProtocolCore. zagg-stellar-sdk uses this library internally.
Installation
npm i zagg-stellar-baseBundling and Generating stellar-xdr_generated.js from XDRs
# install
yarn install
# build the code
gulp build
#Install all dependencies
bundle install
#Generate js from xdr
yarn xdrPublishing on npm
- Make changes in code
- Update the version in package.json.
npm login
npm version minor --force
npm publish