1.0.13 • Published 5 months ago

@newchat/new.chat-sdk v1.0.13

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

new.chat-sdk

⚒️ An SDK for building applications on top of NewChat

Usage

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

Initialize

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"

Documentation

ChainApi

Uses only native nodeos calls to chain api plugin.

HyperionApi

Uses only native hyperion calls to hyperion api.

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.

1.0.13

5 months ago

1.0.12

1 year ago

1.0.11

1 year ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago