/hollowdb-express

HollowDB server that is intented to use with HollowDB-light clients.

Primary LanguageTypeScriptMIT LicenseMIT

License: MIT Test Workflow Discord

HollowDB Backend - ExpressJS

HollowDB backend using ExpressJS.

Usage

Clone the repo:

git clone https://github.com/firstbatchxyz/hollowdb-express.git
cd hollowdb-express

Install the packages with:

yarn

Put your Arweave wallet in secrets/wallet.json. Then, start the server by providing the contract transaction id to connect to:

yarn start <contract-txid>

Test

You can run the Mocha tests where a local Arweave node will be created during the test, and the tests will be run over an ephemeral backend connected to a local contract.

yarn test