Cycle 1 (2026-02-19): New modules (hyper-multisig, bare-tcp, rabin-native), core-concepts (pear-runtime), project-ideas (7 ideas), existing-projects/keet.md w/ recent update. Enriched KB w/ latest Holepunch/Pear/Keet/hyper-* insights.
This commit is contained in:
@@ -0,0 +1 @@
|
||||
# Bare TCP\n\nNative TCP sockets for JavaScript in Bare runtime.\n\nUpdated Feb 19, 2026.\n\nRepo: [github.com/holepunchto/bare-tcp](https://github.com/holepunchto/bare-tcp)
|
||||
@@ -0,0 +1 @@
|
||||
# Hyper Multisig\n\n## Overview\nMultisig support for Hypercore and Hyperdrive. Enables collaborative creation, signing, and release of these structures requiring multiple approvals.\n\nUpdated Feb 19, 2026 - Recently updated repo.\n\n## Key Features\n- Create multisig cores/drives\n- Generate signing requests\n- Sign and commit with safeguards (conflict detection, seeding checks)\n\n## Usage Flow\n```js\nconst publicKeys = ['key1', 'key2'];\nconst namespace = 'project/repo';\nconst multisig = new HyperMultisig(store, swarm);\nconst { manifest, core } = await multisig.createCore(publicKeys, namespace);\n// ... request, sign, commit\n```\n\n## Repo\n[github.com/holepunchto/hyper-multisig](https://github.com/holepunchto/hyper-multisig)\n\n## Stability\nExperimental
|
||||
@@ -0,0 +1 @@
|
||||
# Rabin Native\n\nlibrabin bindings for JS (content deduplication?).\n\nUpdated Feb 19, 2026.\n\nRepo: [github.com/holepunchto/rabin-native](https://github.com/holepunchto/rabin-native)
|
||||
Reference in New Issue
Block a user