@wagerr-wdk/ethereum-rpc-provider

0.8.2 • Public • Published

@wagerr-wdk/ethereum-rpc-provider

Build Status Coverage Status Standard Code Style MIT License @wagerr-wdk/ethereum-rpc-provider Gitter Telegram Greenkeeper badge

⚠️ This project is under heavy development. Expect bugs & breaking changes.

📝 Introductory Blog Post: The Missing Tool to Cross-Chain Development

Query different blockchains with account management using a single and simple interface.

Installation

npm i @wagerr-wdk/ethereum-rpc-provider

or

<script src="https://cdn.jsdelivr.net/npm/@wagerr-wdk/ethereum-rpc-provider@0.2.3/dist/ethereum-rpc-provider.min.js"></script>
<!-- sourceMap at https://cdn.jsdelivr.net/npm/@wagerr-wdk/ethereum-rpc-provider@0.2.3/dist/ethereum-rpc-provider.min.js.map -->
<!-- available as window.EthereumRpcProvider -->

Usage

import EthereumRpcProvider from '@wagerr-wdk/ethereum-rpc-provider'

const jsonrpc = new EthereumRpcProvider('https://ethereum.local')

await jsonrpc.jsonrpc('eth_sendTransaction', ...)

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i @wagerr-wdk/ethereum-rpc-provider

Weekly Downloads

2

Version

0.8.2

License

MIT

Unpacked Size

3.96 MB

Total Files

10

Last publish

Collaborators

  • wagerr-wdk