1.0.8 • Published 2 years ago

bigfoot-lgcyweb v1.0.8

Weekly downloads
-
License
ISC
Repository
-
Last release
2 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

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

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago