An open API service indexing awesome lists of open source software.

https://github.com/floating/ethereum-provider

A standalone EthereumProvider class, just supply the connection
https://github.com/floating/ethereum-provider

Last synced: about 1 year ago
JSON representation

A standalone EthereumProvider class, just supply the connection

Awesome Lists containing this project

README

          



A Standalone Ethereum Provider Class





* **Alpha software, ethereum-provider is a work in progress and not ready for production use**
* Implements [EIP 1193](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-1193.md), just supply a connection
* Testing and feedback is very much appreciated!
* See [eth-provider](https://github.com/floating/eth-provider) for full featured Ethereum Provider and more examples

### Install
```
npm install ethereum-provider --save
```