-
I created a brand new react app with react 18.x
```
yarn create react-app my-react-orbitdb
cd my-react-orbitdb
yarn add react-orbitdb
yarn start
```
Then I replaced App.js with such code:…
-
# Context
I have an application with OrbitDB using a remote IPFS daemon (actually, all running on the same machine).
I changed your code a bit such that I can connect to that local IPFS peer, b…
-
Creating a collection name in orbitDB is now a simple string that developer insert and it has some side effect:
- Two app my have same collection names.
- all the photos app in the world will have s…
-
Enforce in all of the other repositories.
-
This task is to sum up the progress of upgrading/removing vulnerable versions of packages OR keep information why we can't upgrade them.
Current vulnerabilities
**Waggle**:
* **lodash** < 4.17.…
-
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 store data works in OrbitDB. I am hoping to introduce a fi…
-
I am opening an use case as documented below:
https://github.com/dexterchan/IPFS_Dist_DB_DEMO/blob/master/IPFS_Usecase.md
in OrbitDb: key store or document store
which one is more suitable?
We…
-
**Suggestions:**
> What needs to be added, related issues.
* Exposing pubsub channel to orbit-db-store interface (https://github.com/orbitdb/orbit-db/issues/784)
* Orbitdb instance pass through to …
-
I've been using orbit-db in my nodejs projects, which works really great btw! However, when trying to query databases created with the orbit-db-cli, I get a weird error. For example, this command: `or…
-
I suggest we model Pull Requests as a CRDT
Each Pull Request should have
- author
- base repo
- base branch
- comparison repo
- comparison branch
- comments
- name
- status `open/closed/del…