Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/team-hycon/hyconjs-util
Common javascript functions for Hycon
https://github.com/team-hycon/hyconjs-util
Last synced: about 1 month ago
JSON representation
Common javascript functions for Hycon
- Host: GitHub
- URL: https://github.com/team-hycon/hyconjs-util
- Owner: Team-Hycon
- Created: 2018-07-04T06:07:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-20T02:24:33.000Z (over 5 years ago)
- Last Synced: 2024-08-10T09:05:43.424Z (4 months ago)
- Language: TypeScript
- Size: 81.1 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hycon javascript utilities
[![Build Status](https://travis-ci.org/Team-Hycon/hyconjs-util.svg?branch=master)](https://travis-ci.org/Team-Hycon/hyconjs-util)Common javascript functions for Hycon.
## Examples
```js
import * as utils from "@glosfer/hyconjs-util";const result = utils.addressToUint8Array("H497fHm8gbPZxaXySKpV17a7beYBF9Ut3");
console.log(result);
```### Install dependencies
```bash
npm install
```### Build
```bash
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](https://github.com/arigatodl/hyconjs-util/releases) and create a release with change logs.
## Issues & Pull Requests
If you have an issue, feel free to add it to the [Issues](https://github.com/arigatodl/hyconjs-util/issues) tab.
If you'd like to help us out, the [Pull Request](https://github.com/arigatodl/hyconjs-util/pulls) tab is a great place to start.**If you have found a security bug, please contact us at [[email protected]]([email protected]).**
## Authors
* **Dulguun Batmunkh** - *Initial work*
* **윤주원** - *wallet and mnemonic*
* **김지민** - *hdwallet*