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
- Host: GitHub
- URL: https://github.com/floating/ethereum-provider
- Owner: floating
- License: gpl-3.0
- Created: 2018-10-25T00:22:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-23T16:26:50.000Z (over 3 years ago)
- Last Synced: 2023-03-22T22:27:27.838Z (about 3 years ago)
- Language: TypeScript
- Size: 502 KB
- Stars: 6
- Watchers: 4
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```