1.0.5 • Published 1 year ago

@newfound8ion/newcoin.graph-js v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

newcoin.graph-js

JS Library to read data from newcoin.graph smart 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.graph-js

Initialize

Web library can be found in the dist folder

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

Documentation

ChainApi

Uses only native nodeos calls to chain api plugin.

ActionGenerator

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

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago