@newcoin-foundation/newcoin.farm-js
v1.0.5
Published
JS Library to interact with newcoin.farm smart contract.
Downloads
10
Readme
newcoin.farm-js
JS Library to interact with newcoin.farm 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.farm-js
Initialize
Web library can be found in the [dist] folder.
// Standard import
const { ActionGenerator, RpcApi } = require("newcoinfarm");
// ES6 import
import { ActionGenerator, RpcApi } from "newcoinfarm";
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.