-
- [ ] figure out how to properly stop ipfs and orbitdb in testing
- [ ] tap
- [ ] travis
- [ ] coveralls
-
Add functions in the storage service to support this and call these functions from launchCommunity.
On the backend launchCommunity connects to the storage service and downloads the JSON object from /…
-
This is probably the most frequently asked question and it needs canonical answer as well as detailed "troubleshooting" steps as the reasons seem to vary. However, there are two major ones that I seen…
-
Hello World!
I'm trying replicating my public database in another computer using the address "/orbitdb/QmPmh5G7kUVTCAAeRCaZmdN8zeDbMByf3oU41xA1Cx5cw9/my-db".
db = await orbitdb.docs('/orbitdb/Qm…
-
https://github.com/orbitdb/orbit-db-store/blob/2ebc0c2cbec70cc98e7cd0f45edc077853098f72/src/Store.js#L241
Why don't to filter the heads as it's already implemented within the "sync" method, that is…
-
Is this abandoned? Assimilated into OrbitDB? Blocked by something?
-
Currently we've got a bunch of places that have to check what type of movement an enitity is using,
eg: the entityExtensions GetRelativeState, Get AbsoluteState type functions.
there are many other…
-
It was suggested in https://github.com/orbitdb/orbit-db/issues/233 that we should have a daemon mode. I think adding that would be awesome!
I reckon we can start by the "daemon mode" being the same…
-
See e.g. ipfs-log package in OrbitDB.
https://github.com/orbitdb/ipfs-log/blob/master/src/log.js
This is a CRDT which is implemented as a set and a LWW (last winner write, with Lamport clocks)
…
-
OrbitDB should have a WebUI app through which OrbitDB instance can be managed.
This would include:
- Create new databases
- Query databases
- Add databases to replicate
- Network and connection…