@mijoco/btc_helpers
v0.0.18
Published
Helper functions common to stxeco and other applications
Readme
@mijoco/btc_helpers
Helper functions common to stxeco and other applications
Creating a project
npm init -y
npm install typescript --save-dev
npm install ts-node --save-dev
npm install tslib --save-dev
npm install @types/node --save-devPublishing
npm publish --access publicPacking
Test the helpers prior to publishing.
npm run build
npm pack
mv mijoco-btc_helpers-0.0.xx.tgz ../stxeco-launcherin stxeco-launcher;
npm install ./mijoco-btc_helpers-0.0.xx.tgz