1.13.13 • Published 2 years ago

@hashprotocol/ethereum-utils v1.13.13

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@hashprotocol/ethereum-utils

Build Status Coverage Status Standard Code Style MIT License @hashprotocol/ethereum-utils Gitter Telegram Greenkeeper badge

:warning: This project is under heavy development. Expect bugs & breaking changes.

:pencil: 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 @hashprotocol/ethereum-utils

or

<script src="https://cdn.jsdelivr.net/npm/@hashprotocol/ethereum-utils@0.2.3/dist/ethereum-utils.min.js"></script>
<!-- sourceMap at https://cdn.jsdelivr.net/npm/@hashprotocol/ethereum-utils@0.2.3/dist/ethereum-utils.min.js.map -->
<!-- available as window.EthereumUtils -->

Usage

import { ensure0x, remove0x, formatEthResponse, normalizeTransactionObject } from '@hashprotocol/ethereum-utils'

License

MIT