gscweb3

1.0.2 • Public • Published

GSCWeb3.js logo

GSCWeb3.js - GSC JavaScript API

This is the GSCJavaScript API which connects to the Generic JSON RPC spec.

You need to run a local or remote GSC node to use this library.

Install via NPM

Please read the documentation for more.

Installation

Node

npm install gscweb3

Yarn

yarn add gscweb3

Usage

import GSCWeb3 from 'GSCWeb3';

const GSCWeb3 = new GSCWeb3({
    fullHost: 'http://localhost',
    eventServer: 'http://localhost',
    privateKey: 'your private key'
  }
);

Recent History

1.0.0

Read the Wiki for detail

Links

Licence

GSCWeb3 is distributed under a GNU licence.

Readme

Keywords

none

Package Sidebar

Install

npm i gscweb3

Weekly Downloads

2

Version

1.0.2

License

GNU

Unpacked Size

3.11 MB

Total Files

12

Last publish

Collaborators

  • gsc_official