All Projects → peer-base → Peer Base

peer-base / Peer Base

Licence: mit
Build real-time collaborative DApps on top of IPFS

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Peer Base

dynamic-data-and-capabilities
[ARCHIVED] Dynamic Data and Capabilities in IPFS Working Group
Stars: ✭ 57 (-72.6%)
Mutual labels:  ipfs, decentralized, collaboration, crdt
Blindpad
Collaborative text editor (like Google Docs or CoderPad) with integrated semi-anonymizing voice chat intended to help reduce bias in technical communication.
Stars: ✭ 191 (-8.17%)
Mutual labels:  collaboration, crdt, peer
Orbit Db
Peer-to-Peer Databases for the Decentralized Web
Stars: ✭ 6,381 (+2967.79%)
Mutual labels:  crdt, ipfs, decentralized
ipfs-chat
Real-time P2P messenger using go-ipfs pubsub. TUI. End-to-end encrypted texting & file-sharing. NAT traversal.
Stars: ✭ 84 (-59.62%)
Mutual labels:  ipfs, decentralized, peer
Ipfs Pubsub Room
IPFS Pubsub room
Stars: ✭ 229 (+10.1%)
Mutual labels:  ipfs, peer, decentralized
Yjs
Shared data types for building collaborative software
Stars: ✭ 5,894 (+2733.65%)
Mutual labels:  collaboration, crdt, decentralized
Peergos
A p2p, secure file storage, social network and application protocol
Stars: ✭ 895 (+330.29%)
Mutual labels:  ipfs, decentralized
Subnode.org
SubNode: Social Media App
Stars: ✭ 25 (-87.98%)
Mutual labels:  ipfs, decentralized
Y Ipfs Connector
Y.js connector over IPFS
Stars: ✭ 49 (-76.44%)
Mutual labels:  crdt, ipfs
Js Dag Service
Library for storing and replicating hash-linked data over the IPFS network.
Stars: ✭ 81 (-61.06%)
Mutual labels:  ipfs, decentralized
Ipfd
An imageboard, but images are stored in a peer-to-peer network
Stars: ✭ 77 (-62.98%)
Mutual labels:  ipfs, decentralized
Orion
[Moved to Gitlab] Easy to Use, Inter Planetary File System (IPFS) desktop client
Stars: ✭ 115 (-44.71%)
Mutual labels:  ipfs, decentralized
Rust Ipfs
The InterPlanetary File System (IPFS), implemented in Rust.
Stars: ✭ 739 (+255.29%)
Mutual labels:  ipfs, decentralized
Notes
[DEPRECATED] Textile Notes App
Stars: ✭ 35 (-83.17%)
Mutual labels:  ipfs, decentralized
Tandem
Typing in Tandem. Decentralized, cross-editor, collaborative text-editing!
Stars: ✭ 678 (+225.96%)
Mutual labels:  collaboration, decentralized
Dfile
[Python + Flask] DFile: A fancy S3-based file sharing mode
Stars: ✭ 79 (-62.02%)
Mutual labels:  ipfs, decentralized
Wikipedia Ipfs
An exploration to host Wikipedia in IPFS
Stars: ✭ 158 (-24.04%)
Mutual labels:  ipfs, decentralized
Go Orbit Db
Go version of P2P Database on IPFS
Stars: ✭ 119 (-42.79%)
Mutual labels:  crdt, ipfs
Unstoppable Wallet Android
A secure and decentralized Bitcoin and other cryptocurrency wallet for Android phones. Supports Bitcoin, Ethereum, EOS, Binance Chain, Bitcoin Cash, DASH, ...
Stars: ✭ 165 (-20.67%)
Mutual labels:  ipfs, decentralized
Gun
An open source cybersecurity protocol for syncing decentralized graph data.
Stars: ✭ 15,172 (+7194.23%)
Mutual labels:  crdt, decentralized

peer-base

Build real-time collaborative DApps on top of IPFS

Build Status Greenkeeper badge made by Protocol Labs

Documentation

Install

$ npm install peer-base

Import

const PeerBase = require('peer-base')

API

API docs

Run example app

Clone this repo.

$ cd peer-base
$ cd examples/react-app
$ npm install

In a different window, on the same dir, start the rendezvous server:

$ npm run start:rv

In a different window, on the same dir, run the app server:

$ npm start

Open http://localhost:3000 and test the app.

Tests

Clone this repo and run:

$ npm install
$ npm test

Testing a deployed pinner

If you want to make sure your deployed pinner is working correctly, there is a utility-test that you can run with npm run test:post-deploy that will ensure your deployed pinner works correctly.

First you need to export environment variables to ensure the assertion values are correct for your environment, then you can run the test. Example:

export PEER_BASE_APP_NAME=peer-pad/2
export PEER_BASE_SWARM_ADDRESS=/dns4/localhost/tcp/9090/ws/p2p-websocket-star
export PEER_BASE_PINNER_ID=Qmb9WDZUnUzEmZwkbMMGi4cV65F1sqcQa49dfZy9baRBJo
npm run test:post-deploy

Infrastructure

The infrastructure for peer-base and related applications is managed via https://github.com/peer-base/peer-base/

Debug

You can activate the debugging logs by manipulating the DEBUG environment variable. Example:

$ DEBUG=peer-star:* npm test

For file-specific DEBUG values, see the source code and look for usages of the debug package.

Lead Maintainer

Jim Pick

Contribute

Peer-base and the IPFS implementation in JavaScript is a work in progress. As such, there's a few things you can do right now to help out:

  • Check out existing issues. This would be especially useful for modules in active development. Some knowledge of IPFS may be required, as well as the infrastructure behind it - for instance, you may need to read up on p2p and more complex operations like muxing to be able to help technically.
  • Perform code reviews. More eyes will help (a) speed the project along, (b) ensure quality, and (c) reduce possible future bugs.
  • Add tests. There can never be enough tests.

Want to hack on peer-base?

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].