Skip to content

wds4/brainstorm

Repository files navigation

A collection of experimental apps for bringing web of trust to nostr.

Currently two apps:

Nostrapedia: wikipedia for nostr, using NIP-54

Grapevine: calculation of the influence score as an alternative to the standard web of trust score

Run Locally

To run on your machine locally:

Clone

$ git clone https://github.com/wds4/brainstorm.git
$ cd brainstorm

Installation

$ npm install

or

$ yarn install

Basic usage

# dev server with hot reload at http://localhost:3000
$ npm start 

or

# dev server with hot reload at http://localhost:3000
$ yarn start

Navigate to http://localhost:3000. The app will automatically reload if you change any of the source files.

Build

Run build to build the project. The build artifacts will be stored in the build/ directory.

# build for production with minification
$ npm run build

or

# build for production with minification
$ yarn build

License

Code released under GNU Affero General Public License v3.0.

About

bringing web of trust to nostr via the tapestry protocol

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages