Skip to content

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

License

Notifications You must be signed in to change notification settings

firstbatchxyz/hollowdb-express

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published