You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
8 months ago | |
---|---|---|
src | 8 months ago | |
.gitignore | 8 months ago | |
LICENSE | 8 months ago | |
README.md | 8 months ago | |
package.json | 8 months ago |
README.md
orbitdb-reviewed-access
An OrbitDB Access Controller that grants accessed if an identity has been verified by at least N other reviewed identities.
Glossary
- OrbitDB: OrbitDB is a library for CRDT based distributed databases.
- CRDT: Conflict free replicated data types.
- Reviewed Identity: Identity that has been verified by at least MINVERIFICATIONS other reviewed identities.
- Access Controller: A program that checks every OrbitDB Oplog entry before it is added to the Store's oplog.
- MINVERIFICATIONS: Number of verifications necessary for an Identity to be considered reviewed. (This is an AC specific parameter).