field-manual icon indicating copy to clipboard operation
field-manual copied to clipboard

The Offical User's Guide to OrbitDB

Results 83 field-manual issues
Sort by recently updated
recently updated
newest added

Hi, is there any possibilities for make conditions for accepting new entry? For example if(newEntry != true) { return false } ellse { addNewEntry } The main idea is, if...

Architecture

``` const IPFS = require('ipfs') const OrbitDB = require('orbit-db') const ipfsOptions = { start: true, EXPERIMENTAL: { pubsub: true, }, config: { Addresses: { Swarm: [ '/dns4/ws-star.discovery.libp2p.io/tcp/443/wss/p2p-websocket-star' ] }, }...

Tutorial

The Dat project also has secure logs, key value stores and databases built on top of single and multi author append only logs, distributed over efficient p2p protocol that only...

Architecture

does replicating bulk dbs resources and time consuming, anyway can we limit upto few records thanks

Architecture

My idea is still a work in progress so bear with me. At this point from what I have seen, key signing per each peer is how granting access to...

Architecture

Hi, I am using orbit-db for a multi node application. Reading the docs section on access control, node can instantiate, generate their key, then a database is created with all...

Architecture

I'm interested in making OrbitDB work in a Web Service Worker. This way: 1. It would be in a different thread than the UI. 2. One instance serves multiple tabs....

What Next

I am looking for a solution that makes everyone write in a docs database, but no one can remove/modify other records.. is it possible? or I have to create multiple...

Architecture

I assume it depends on the IPFS pub sub implementation, but as the users, you might know best - can you set up an orbitDB on two mobile network clients...

Thinking P2P

In order for this project to work, are there any setup steps required (initialize IPFS db externally...) before executing the app? I just downloaded and executed it and this is...

Tutorial