Skip to content
This repository has been archived by the owner on Apr 13, 2021. It is now read-only.
/ echo Public archive

Eventually Consistent Hierarchical Objects Database

License

Notifications You must be signed in to change notification settings

dxos-deprecated/echo

Repository files navigation

ECHO

Node.js Package js-semistandard-style

ECHO (Eventually Consistent Hierarchical Objects): a decentralized database for privacy-preserving applications.

Usage

NOTE: Requires Node version 12.

yarn
yarn build
yarn test
const echo = new Echo();

await echo.open();
await echo.createIdentity(createKeyPair());
await echo.createHalo('your display name');

const party = await echo.createParty();

const item = await party.database.createItem({ model: ObjectModel });

await item.setProperty('foo', 'bar');

About

Eventually Consistent Hierarchical Objects Database

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages