0.1.16 • Published 3 years ago

@thuleen/ag-provider v0.1.16

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

@thuleen/ag-provider

AgProvider derived from @0xcert/ethereum-generic-provider for communication with an Ethereum node. It is used mostly for querying and mutating(not tested yet) data but does not support subscriptions.

Installation

Using npm:

$ npm i @thuleen/ag-provider

In react application.js:

// Import the module
import AgProvider from "@thuleen/ag-provider";

// Use it! Example of an Ethereum node, https://thuleen.rpc.com
const provider = new AgProvider({url: "https://thuleen.rpc.com", token: "tokenstringhere"})
0.1.14

3 years ago

0.1.15

3 years ago

0.1.16

3 years ago

0.1.13

3 years ago

0.1.12

3 years ago

0.0.12

3 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago