1.0.1 • Published 2 years ago

web3.db v1.0.1

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

Web3.db

A distributed database.

Usage

Node.js

npm install web3.db
import { initDatabase } from 'web3.db';
initDatabase();

Browser

import { initDatabase } from 'https://cdn.jsdelivr.net/gh/web3-db/web3.db@main/index.js';

initDatabase();

A more detailed example can be found in the examples directory.