Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 834 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 834 Bytes

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 @newfound8ion/newcoin.pool-js

Initialize

Web library can be found in the [dist] folder

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

// ES6 import
import { ActionGenerator, ChainApi } from "@newfound8ion/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.