/gravity-minimal

Minimal client for interacting with the Gravity social network from the browser. Primarily for testing purposes.

Primary LanguageJavaScript

Note: all the peering servers have stopped running, so this no longer works unless you run your own. It's currently unmaintained, but still interesting. A new iteration of similar ideas is Dynamic ID, which is actively under development.

gravity-minimal

Minimal example app for interacting with the Gravity social network. Runs a full-fledged node in the network, all inside your browser.

Exists primarily for testing purposes and as a working example of how to use the Gravity protocol.

Source code is in src/app.js, public/index.html, and public/app.css.

install

npm install

build

npm run build

serve

npm run start

view

localhost:8080