1.0.12 • Published 2 years ago
@turajs/contracts v1.0.12
@turajs/contracts
Utility functions to interact with smart contract of the Signum blockchain platform
Installation
@turajs/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 @turajs/contractsor using yarn:
yarn add @turajs/contractsExample
// TO DOUsing 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/@turajs/http/dist/signumjs.contracts.min.js'></script>
Example
// TO DOSee more here: