https://github.com/firstbatchxyz/hollowdb-express
HollowDB server that is intented to use with HollowDB-light clients.
https://github.com/firstbatchxyz/hollowdb-express
Last synced: 19 days ago
JSON representation
HollowDB server that is intented to use with HollowDB-light clients.
- Host: GitHub
- URL: https://github.com/firstbatchxyz/hollowdb-express
- Owner: firstbatchxyz
- License: mit
- Created: 2023-04-30T11:43:42.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-14T15:00:43.000Z (almost 3 years ago)
- Last Synced: 2025-10-22T03:29:11.866Z (10 months ago)
- Language: TypeScript
- Size: 8.7 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://opensource.org/licenses/MIT)

[](https://discord.gg/2wuU9ym6fq)
# HollowDB Backend - ExpressJS
HollowDB backend using ExpressJS.
## Usage
Clone the repo:
```bash
git clone https://github.com/firstbatchxyz/hollowdb-express.git
cd hollowdb-express
```
Install the packages with:
```bash
yarn
```
Put your Arweave wallet in `secrets/wallet.json`. Then, start the server by providing the contract transaction id to connect to:
```bash
yarn start
```
## 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.
```sh
yarn test
```