⚒️ An SDK for building applications on top of NewChat
This is a Node.js module available through the
npm registry. Installation is done using the
npm install
command:
npm install @newchat/new.chat-sdk
Web library can be found in the [dist] folder
// standard import
const { ActionGenerator, ChainApi, HyperionApi } = require("@newchat/new.chat-sdk");
// ES6 import
import { ActionGenerator, ChainApi, HyperionApi } from "@newchat/new.chat-sdk"
Uses only native nodeos calls to chain api plugin.
Uses only native hyperion calls to hyperion api.
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.