@glosfer/hyconjs-util
v0.1.4
Published
Common javascript functions for Hycon
Downloads
15
Readme
Hycon javascript utilities
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 (checknpm 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 withgit branch --set-upstream master origin/master
) - you are in sync (
git pull
) and there is no changes ingit status
- your master point on glosfer repository (check with
- Run
npm intall
once, there is still no changes ingit 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 [email protected].
Authors
- Dulguun Batmunkh - Initial work [email protected]
- 윤주원 - wallet and mnemonic [email protected]
- 김지민 - hdwallet [email protected]