npm.io
3.3.4 • Published 4 weeks ago

@signumjs/contracts

Licence
Apache-2.0
Version
3.3.4
Deps
1
Size
297 kB
Vulns
0
Weekly
0
Stars
17

@signumjs/contracts

Utility functions to interact with smart contract of the Signum blockchain platform

Installation

@signumjs/contracts can be used with NodeJS or Web. Two formats are available

Using with NodeJS and/or modern web frameworks

Install using npm:

npm install @signumjs/contracts

or using yarn:

yarn add @signumjs/contracts
Example
// TO DO
Using in classic <script>

Each package is available as bundled standalone library using UMD. This way signumJS can be used also within <script>-Tags. This might be useful for Wordpress and/or other PHP applications.

Just import the package using the HTML <script> tag.

<script src='https://cdn.jsdelivr.net/npm/@signumjs/http/dist/signumjs.contracts.min.js'></script>

Example
// TO DO

See more here:

@signumjs/contracts Online Documentation

Keywords