@rei-network/database

[![NPM Version](https://img.shields.io/npm/v/@rei-network/database)](https://www.npmjs.org/package/@rei-network/database) ![License](https://img.shields.io/npm/l/@rei-network/database)

Usage no npm install needed!

<script type="module">
  import reiNetworkDatabase from 'https://cdn.skypack.dev/@rei-network/database';
</script>

README

@rei-network/database

NPM Version License

The low level database implementation, based on @ehtereumjs/blockchain. Added logic about Receipt, Transaction and BloomBits.

INSTALL

npm install @rei-network/database

USAGE

const db = new Database(levelDB, common);
console.log((await db.getTransaction(txHash)).toJSON());
console.log((await db.getReceipt(txHash)).toRPCJson());
console.log((await db.getBloomBits(bit, section, hash)).toString("hex"));

License

GNU General Public License v3.0