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

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

🗄️ MultiChain Browser Database system for Web3 Entities: Accounts, Contracts, Logs and Transactions.
https://github.com/web3-systems/multichain-database

caching database eth ethereum typescript web3

Last synced: 9 months ago
JSON representation

🗄️ MultiChain Browser Database system for Web3 Entities: Accounts, Contracts, Logs and Transactions.

Awesome Lists containing this project

README

          

# 🗄️ MultiChain Database

![CI](https://github.com/web3-systems/multichain-database/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-database.svg)](https://npmjs.org/package/@web3-systems/multichain-database)
[![Downloads/week](https://img.shields.io/npm/dw/@web3-systems/multichain-database.svg)](https://npmjs.org/package/@web3-systems/multichain-database)

The `@web3-systems/multichain-database` [node module](https://www.npmjs.com/package/@web3-systems/multichain-database) is a MultiChain database system for Web3 Entities: Accounts, Transactions, Contracts, Logs, Sets and Computations.

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

### 💾 Installation

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

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

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

### 💻 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 Providers](https://github.com/web3-systems/multichain-providers) - [React MultiChain](https://github.com/web3-systems/react-multichain)