Socket
Book a DemoInstallSign in
Socket

@haechi-labs/henesis-wallet-core

Package Overview
Dependencies
Maintainers
2
Versions
232
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@haechi-labs/henesis-wallet-core

henesis wallet sdk core module

latest
npmnpm
Version
3.10.0
Version published
Maintainers
2
Created
Source

core

TODO: description

Usage

const core = require('core');

// TODO: DEMONSTRATE API

📂 Directory structure

packages
├── core
├──── example          # 
├──── scripts          # 각종 유틸 스크립트 (ex) locale ts -> json 으로 변환하는 스트립트)
├──── src
├─────── apis          # 각 블록체인별 wallet 서버 API
├─────── bch            
├─────── btc           
├─────── contracts      
├─────── eth            
├─────── fil            
├─────── ltc            
├─────── resources     
├─────── typings       # global 타입 정의
└─────── utils         # 공통 유틸성 기반 외부 라이브러리 커스터마이징한 패키지 (ex) uri, string ... )

Deployment

alpha일 경우

  • npm run build
  • npm run publish:prerelease

How to format/lint

npm run eslint
npm run prettier

FAQs

Package last updated on 19 Oct 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts