HollowDB backend using ExpressJS.
Clone the repo:
git clone https://github.com/firstbatchxyz/hollowdb-express.git
cd hollowdb-expressInstall the packages with:
yarnPut your Arweave wallet in secrets/wallet.json. Then, start the server by providing the contract transaction id to connect to:
yarn start <contract-txid>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