welo
welo copied to clipboard
peer-to-peer, collaborative states using Merkle-CRDTs
Welo: Next Gen Design. With a focus on improving usability, performance, and security. - [ ] Make Monorepo - [ ] Replicated Tree Move-operation CRDT - [ ] Prolly-tree Replica...
Refactors some of the ipfs and libp2p utils. Should allow for browser tests to use the DHT.
The traverser needs to be turned into an async iterator. The reason this hasn't been done yet is mainly time and difficulty. The traverser needs to be able to traverse...
primary focus is on cleaning up stuff from the helia migration and fixing the dht related tests - [ ] clean up utils - [ ] remove webrtc-star - [...
After upgrading typescript to v5 the typescript-transform-paths package stopped working. It was used to translate the compilerOptions.paths to relative ones. I've found a new package, tsc-alias, that supports v5 but...
Libp2p logger integration would be great addition for debugging. https://github.com/libp2p/js-libp2p-logger Although it would be nice to see it added to 2.0.0 (#75), it is a minor change that can be...
It would be great if there was a way to copying databases built in, preferably in a generic way that works with any database type. Here are some potential use...
Need to look at how to do deep type checks statically with typescript and at runtime with something like zod. One of the goals of welo is to make it...