@newcoin-foundation/newcoin.pools-js
TypeScript icon, indicating that this package has built-in type declarations

2.0.3 • Public • Published

newcoin.pools-js

JS Library to interact with newcoin.pools smart contract.

Usage

This is a Node.js module available through the npm registry. Installation is done using the npm install command:

npm i @newcoin-foundation/newcoin.pools-js

Initialize

Web library can be found in the [dist] folder.

// Standard import
const { ActionGenerator, ChainApi } = require("@newcoin-foundation/newcoin.pools-js");

// ES6 import
import { ActionGenerator, ChainApi } from "@newcoin-foundation/newcoin.pools-js"

Documentation

ChainApi

Uses only native nodeos calls to chain api plugin.

ActionGenerator

Helper class to construct contract actions which can be signed and pushed to chain with eosjs.

Detailed information about each action can be found here.

Package Sidebar

Install

npm i @newcoin-foundation/newcoin.pools-js

Weekly Downloads

5

Version

2.0.3

License

MIT

Unpacked Size

16.9 kB

Total Files

25

Last publish

Collaborators

  • yu-newlife
  • igorrubinovich
  • natpdeveloper
  • vitalyrue
  • avm07
  • ig.newlife