Skip to content

HAECHI-LABS/henesis-wallet-sdk

Repository files navigation

Henesis Wallet SDK

Integration Test Action Build Status

We are using the Node v14

How to Build

npm run bootstrap

Reset Packages

npm run install:reset
npm run bootstrap

Components

SDK

If you want to use Henesis Wallet programmatically, you need to use Henesis Wallet SDK that makes easier to connect with Henesis. For detailed explanation of SDK, please refer to this link. Also, there are some example codes on this link to support you to use SDK properly.

API Proxy

API Proxy is an application that allows you to easily interact with Henesis Wallet via HTTP protocol. For detailed explanation of API Proxy, please refer to this link. Also, API Proxy supports docker image. You can find the instruction of how to use API Proxy by docker image on this link.

Development Tips

You can get some tips for developing and testing SDK & API Proxy on this document.