mirror of
https://github.com/ruvnet/RuVector.git
synced 2026-05-26 07:44:05 +00:00
docs(edge): add comprehensive tutorial-style README
- 5-step tutorial: Identity, Crypto, Vector Search, Routing, Consensus - P2P transport options: WebRTC, GUN.js, IPFS/libp2p, Nostr - Full code examples for each transport integration - Architecture diagrams showing edge-first design - Transport comparison table with recommendations - Complete API reference for all 9 WASM exports 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
d981a56e36
commit
0365595328
2 changed files with 703 additions and 221 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@ruvector/edge",
|
||||
"version": "0.1.1",
|
||||
"version": "0.1.2",
|
||||
"type": "module",
|
||||
"description": "WASM bindings for RuVector Edge - Distributed AI swarm with post-quantum crypto, HNSW vector search, and neural networks",
|
||||
"main": "ruvector_edge.js",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue