Skip to content

gscsocial/gsc-web3

Repository files navigation

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.

Releases

No releases published

Packages

No packages published