@glosfer/hyconjs-util
TypeScript icon, indicating that this package has built-in type declarations

0.1.4 • Public • Published

Hycon javascript utilities

Build Status

Common javascript functions for Hycon.

Examples

import * as utils from "@glosfer/hyconjs-util";

const result = utils.addressToUint8Array("H497fHm8gbPZxaXySKpV17a7beYBF9Ut3");
console.log(result);

Install dependencies

npm install

Build

npm run-script build

Deploy

Checklist before deploying a new release:

  • you have the right in the glosfer org on NPM
  • you have run npm login once (check npm whoami)
  • Go to master branch
    • your master point on glosfer repository (check with git config remote.$(git config branch.master.remote).url and fix it with git branch --set-upstream master origin/master)
    • you are in sync (git pull) and there is no changes in git status
  • Run npm intall once, there is still no changes in git status

deploy a new release

 npm install
 npm run-script build
 npm publish

then, go to /releases and create a release with change logs.

Issues & Pull Requests

If you have an issue, feel free to add it to the Issues tab. If you'd like to help us out, the Pull Request tab is a great place to start.

If you have found a security bug, please contact us at security@glosfer.com.

Authors

Readme

Keywords

Package Sidebar

Install

npm i @glosfer/hyconjs-util

Weekly Downloads

2

Version

0.1.4

License

ISC

Unpacked Size

721 kB

Total Files

52

Last publish

Collaborators

  • arigatodl
  • joowon