1.0.8 • Published 3 years ago

bigfoot-lgcyweb v1.0.8

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

What is LgcyWeb?

LgcyWeb aims to deliver a unified, seamless development experience influenced by Ethereum's Web3 implementation.

Compatibility

  • Version built for Node.js v6 and above

You can access either version specifically from the dist folder.

Installation

Node.js

npm install bigfoot-lgcyweb

Creating an Instance

First off, in your node.js project, define LgcyWeb:

import LgcyWeb from 'bigfoot-lgcyweb'

FullHost defines fullNode and solidityNode while the eventServer is specified, and the privateKey is passed separately.

const lgcyWeb = new LgcyWeb(
  null,
  {
    fullNode: 'https://...',
    solidityNode: 'https://...',
    eventServer: 'https://...',
    privateKey: '...'
  }
)

LgcyWeb is also compatible with frontend frameworks such as:

  • Angular
  • React
  • Vue. Interact wallet chrome extension;
const lgcyWeb = new LgcyWeb(window.lgcyWeb);
1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago