2.0.7 • Published 2 years ago

@newcoin-foundation/newcoin.daos-js v2.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

newcoin.daos-js

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

Initialize

Web library can be found in the dist folder

// standard import
const { ActionGenerator, ChainApi } = require("@newcoin-foundation/newcoin.daos-js");
// ES6 import
import { ActionGenerator, ChainApi } from "@newcoin-foundation/newcoin.daos-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.

2.0.5

2 years ago

2.0.7

2 years ago

2.0.6

2 years ago

2.0.3

2 years ago

2.0.4

2 years ago

1.0.2

2 years ago

2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.0.1

2 years ago