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