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

https://github.com/web3-systems/multichain-providers

⛓️ MultiChain EVM Provider Client to manage read/write requests to public blockchains.
https://github.com/web3-systems/multichain-providers

eth ethereum ethersjs nodejs typescript web3

Last synced: 9 months ago
JSON representation

⛓️ MultiChain EVM Provider Client to manage read/write requests to public blockchains.

Awesome Lists containing this project

README

          

# ⛓️ MultiChain Providers

![CI](https://github.com/web3-systems/multichain-providers/actions/workflows/main.yml/badge.svg)
![TS](https://badgen.net/badge/-/TypeScript?icon=typescript&label&labelColor=blue&color=555555)
[![GPLv3 license](https://img.shields.io/badge/License-MIT-blue.svg)](http://perso.crans.org/besson/LICENSE.html)
[![Version](https://img.shields.io/npm/v/@web3-systems/multichain-providers.svg)](https://npmjs.org/package/@web3-systems/multichain-providers)
[![Downloads/week](https://img.shields.io/npm/dw/@web3-systems/multichain-providers.svg)](https://npmjs.org/package/@web3-systems/multichain-providers)

The `@web3-systems/multichain-providers` [node module](https://www.npmjs.com/package/@web3-systems/multichain-providers) is a MultiChain EVM Provider Client to manage read/write requests to public blockchains.

👉🏾 👉 [**API Documentation**](https://web3-systems.github.io/multichain-providers) 👈🏻 👈🏾

### 💾 Installation

```sh
npm install @web3-systems/multichain-providers
```

```sh
yarn add @web3-systems/multichain-providers
```

```sh
git clone https://github.com/web3-systems/multichain-providers
```

### 💻 Developer Experience

The module is built using [TSDX zero-config CLI](https://tsdx.io/) which includes:

- Typescript
- Rollup
- Jest
- Prettier
- ESLint


Copyright 2022 [Kames Geraghty](https://web3-systems.io)

[MultiScan Client](https://github.com/web3-systems/multiscan-client) - [MultiChain Database](https://github.com/web3-systems/multichain-database) - [React MultiChain](https://github.com/web3-systems/react-multichain)