Skip to content

Latest commit

 

History

History
62 lines (41 loc) · 1.19 KB

README.md

File metadata and controls

62 lines (41 loc) · 1.19 KB

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.