0.1.16 • Published 4 years ago

@thuleen/ag-provider v0.1.16

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

4 years ago

0.1.15

4 years ago

0.1.16

4 years ago

0.1.13

4 years ago

0.1.12

4 years ago

0.0.12

4 years ago

0.0.11

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago