For the complete documentation index, see llms.txt. This page is also available as Markdown.

Core Module

This is the main module, and almost all you may need to interact with the Signum Node API

Installation

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$

const api = sig$.composeApi({
    nodeHost: 'https://localhost:6876'
});

API Reference

Last updated