We are using the Node v14
npm run bootstrap
npm run install:reset
npm run bootstrap
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 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.
You can get some tips for developing and testing SDK & API Proxy on this document.