• Stars
    star
    262
  • Rank 156,136 (Top 4 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created almost 8 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Orbit Web Application

Orbit Web

Gitter Matrix CircleCI

A distributed, peer-to-peer chat application built on IPFS

Browser application for Orbit. Try it at https://orbit.chat.

Built with the following packages:

  • orbit-core - Core Orbit communication library.
  • js-ipfs - A new p2p hypermedia protocol for content-addressed storage.

See also:

  • orbit-db - Serverless, p2p database that orbit-core uses to store its data.
  • orbit-textui - Terminal client prototype for Orbit.
  • orbit-electron - Stand-alone desktop application for Orbit Chat built with Electron.
  • IPFS - IPFS

Development

This project uses npm and nodejs.

Run

Get the source code and install dependencies:

git clone https://github.com/orbitdb/orbit-web.git
cd orbit-web/
npm install

Start the application: npm run dev

Run will start a development server, open the app in the browser and watch for changes in the source files. Upon change, it'll automatically compile and reload the app in the browser

Build

npm run build

This produces a fully stand-alone build in dist/ which can be run from dist/index.html file or on a http-server.

Contribute

We would be happy to accept PRs! If you want to work on something, it'd be good to talk beforehand to make sure nobody else is working on it. You can reach us on Gitter, or in the comments of the issues section.

We also have regular community calls, which we announce in the issues in the @orbitdb welcome repository. Join us!

If you want to code but don't know where to start, check out the issues labelled "help wanted".

For specific guidelines for contributing to this repository, check out the Contributing guide. For more on contributing to OrbitDB in general, take a look at the orbitdb welcome repository. Please note that all interactions in @OrbitDB fall under our Code of Conduct.

Deploying to a domain with IPFS

  1. Point the domain to some public IPFS gateway

    • TYPE: A
    • Name: @ (or a subdomain)
    • Value: < IP address of the gateway >
  2. npm run build

  3. Pin dist-folder to IPFS (upload the folder to some pinning service)

  4. Add or update the TXT entry of _dnslink subdomain in DNS records of the domain

    • TYPE: TXT
    • Name: _dnslink
    • Value: "dnslink=/ipfs/< hash from pinning service >"

License

MIT ยฉ 2017-2018 Protocol Labs Inc., 2018-2019 Haja Networks Oy

More Repositories

1

orbitdb

Peer-to-Peer Databases for the Decentralized Web
JavaScript
8,258
star
2

orbit

A distributed, serverless, peer-to-peer chat application on IPFS
1,637
star
3

ipfs-log

Append-only log CRDT on IPFS
JavaScript
394
star
4

crdts

A library of Conflict-Free Replicated Data Types for JavaScript
JavaScript
211
star
5

field-manual

The Offical User's Guide to OrbitDB
JavaScript
210
star
6

awesome-orbitdb

Useful resources for using OrbitDB and building projects on it
134
star
7

welcome

โ˜„๏ธ๐Ÿ’ซ The OrbitDB community and documentation repo
95
star
8

orbit-db-control-center

UI for managing OrbitDB databases
JavaScript
85
star
9

orbit-core

Orbit communication protocol and library
JavaScript
70
star
10

orbit-db-cli

CLI for orbit-db
JavaScript
61
star
11

orbit-textui

A prototype terminal client for Orbit
JavaScript
48
star
12

orbit-electron

Orbit Electron App
JavaScript
45
star
13

orbit-db-docstore

Document Store for orbit-db
JavaScript
40
star
14

orbit-db-store

Base class for orbit-db data stores
JavaScript
40
star
15

orbit-db-http-api

A HTTP API Server for the OrbitDB distributed peer-to-peer database
JavaScript
38
star
16

orbit-db-pinner

A pinning service for Orbitdb, a decentralized database based on IPFS.
JavaScript
35
star
17

py-orbit-db-http-client

A python client for the Orbitdb HTTP API
Python
33
star
18

orbit-db-identity-provider

Default identity provider for OrbitDB
JavaScript
32
star
19

orbitdb.org

The website for OrbitDB
HTML
32
star
20

orbit-db-eventstore

Append-Only Log database for orbit-db
JavaScript
30
star
21

go-orbit-db

Go implementation of OrbitDB.
Go
28
star
22

orbit-db-access-controllers

Access Controllers for OrbitDB
JavaScript
27
star
23

orbit-db-kvstore

Key-Value database for orbit-db
JavaScript
26
star
24

orbit-db-types

Unofficial orbit-db typings!
TypeScript
25
star
25

web3-workshop

A workshop showing how to build a basic app using OrbitDB
SCSS
25
star
26

repo-template

A template for creating new repositories in the @orbitdb organization
22
star
27

example-orbitdb-todomvc

TodoMVC with OrbitDB
JavaScript
22
star
28

orbit-db-pubsub

Message propagation module for orbit-db
JavaScript
19
star
29

orbit-db-feedstore

Log database for orbit-db
JavaScript
16
star
30

orbit-db-powergate-io

A bridge between OrbitDB and Powergate, which is itself a bridge between Filecoin and IPFS.
JavaScript
14
star
31

orbit-chat

Deprecated: Rewrite of orbit-web. Go to https://github.com/orbitdb/orbit-web
JavaScript
14
star
32

research

Decentralized Database Research
13
star
33

orbit-db-cache

Local cache for orbit-db
JavaScript
11
star
34

orbit-db-counterstore

Counters database for OrbitDB
JavaScript
10
star
35

orbit-db-keystore

A local key manager for OrbitDB
JavaScript
9
star
36

SCPs

Inbox for proposals to improve OrbitDB
HTML
9
star
37

opentelemetry-plugin-orbitdb

OpenTelemetry Plugin for OrbitDB
TypeScript
8
star
38

orbit-db-storage-adapter

A wrapper for abstract-leveldown compliant stores, used by OrbitDB
JavaScript
8
star
39

example-orbitdb-todomvc-updated

TodoMVC app using OrbitDB
JavaScript
7
star
40

orbit-db-io

Helper module used in OrbitDB to interface with storage layer
JavaScript
7
star
41

localstorage-level-migration

Move items from localstorage to leveldb
JavaScript
6
star
42

orbit-db-polkadot-iam

Identity Provider and Access Controller for Polkadot / Substrate based accounts
JavaScript
5
star
43

ipfs-post

POST prototype for IPFS
JavaScript
5
star
44

.github

Default Community documents
5
star
45

orbit-db-test-utils

Shared test utilities for OrbitDB-related projects
JavaScript
5
star
46

orbit-bot

Bot for Orbit communication network that caches messages
JavaScript
5
star
47

orbitdb-identity-provider-did

Create, sign and verify OrbitDB identities using Decentralized Identifiers (DIDs).
JavaScript
5
star
48

quickstart

A preconfigured instance which allows developers to "test drive" OrbitDB.
JavaScript
5
star
49

benchmark-runner

OrbitDB Benchmark Runner
JavaScript
4
star
50

orbitdb-orbit-crypto

Crypto primitives for Orbit
JavaScript
4
star
51

example-orbitdb-webpack

How to use OrbitDB JavaScript module with webpack
JavaScript
3
star
52

orbit-db-access-controller-store

Deprecated: OrbitDB Access Controller Store
JavaScript
3
star
53

spec

Specifications for implementing the OrbitDB System
3
star
54

logo

๐ŸŒ‘ Orbit's brand files, formats and guidelines
2
star
55

orbit-db-community-stats

A script to get stats for the orbitdb GitHub organization
Python
2
star
56

eslint-config-orbitdb

Deprecated: Standard ESLint config for OrbitDB
JavaScript
2
star
57

orbitdb-identity-provider-ethereum

Provides creation and signing of identities using an Ethereum wallet.
JavaScript
2
star
58

examples

Implementing OrbitDB on various Javascript platforms.
JavaScript
2
star
59

orbit-db-http-api-bash-client

A HTTP API client for the OrbitDB distributed peer-to-peer database in bash
1
star