Delete readmes, update docs

This commit is contained in:
Jon Staab
2025-04-09 11:17:12 -07:00
parent 3301616e7d
commit 8e585fc150
53 changed files with 1946 additions and 2468 deletions
+21
View File
@@ -0,0 +1,21 @@
# @welshman/relay
[![version](https://badgen.net/npm/v/@welshman/relay)](https://npmjs.com/package/@welshman/relay)
Core networking layer for nostr applications, handling relay connections, message management, and event delivery.
## What's Included
- **Event Store** - A Repository class which stores events in memory
- **Relay Adapter** - A LocalRelay class which adapts nostr messages to the repository
## Quick Example
```typescript
```
## Installation
```bash
npm install @welshman/relay
```