This is the main module, and almost all you may need to interact with the Signum Node API
npm i @signumjs/core
yarn add @signumjs/core
<script src='https://cdn.jsdelivr.net/npm/@signumjs/core/dist/signumjs.min.js'></script>
The namespace is sig$
sig$
const api = sig$.composeApi({ nodeHost: 'https://localhost:6876' });
Last updated 2 years ago