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

1.0.4 • Public • Published

newcoin.pool-js

JS Library to interact with newcoin.pool contract.

Usage

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

$ npm install @newcoin-foundation/newcoin.pool-js

Initialize

Web library can be found in the [dist] folder

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

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

Documentation

RpcApi

Uses only native nodeos calls to chain api plugin.

ActionGenerator

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

Package Sidebar

Install

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

Weekly Downloads

4

Version

1.0.4

License

MIT

Unpacked Size

12.6 kB

Total Files

23

Last publish

Collaborators

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