This repo contains the initial implementation of the Authenticated Attributes project from The Starling Lab. It is built on top of the Hyperbee key-value store.
After cloning the repo, run npm install
to install dependencies. Enable pre-commit hooks with git config core.hooksPath .githooks
. Now you should be ready to make code changes, and formatting and linting will happen automatically before committing.
Using NodeJS v20 LTS is recommended over the latest NodeJS version.
Please see the docs folder for further documentation on the project. database.md is a good starting point.
Authenticated Attributes is under the MIT license, see LICENSE for details.