Merge pull request #661 from igor-peregudov/update-elisym-monorepo

Update elisym entries to TS monorepo (NIP-17 removed)
This commit is contained in:
Aljaz
2026-04-15 05:34:00 +02:00
committed by GitHub
+3 -3
View File
@@ -807,9 +807,9 @@ Endpoints (services or apps that expose a LN wallet via NWC)
- [DVM Clients and Services Tutorial](https://www.youtube.com/watch?v=dAuLnNxU0Yg) - Nostr Data Vending Machine Clients and Services Tutorial by Kody Low
- [DVMCP: Data Vending Machine Context Protocol](https://github.com/gzuuus/dvmcp) - DVMCP is a bridge implementation that connects Model Context Protocol (MCP) servers to Nostr's Data Vending Machine ecosystem
- [DVMDash](https://dvmdash.live/)![stars](https://img.shields.io/github/stars/dtdannen/dvmdash) - Monitoring & debugging tool for data vending machines; tracks dvm performance and payments - [dvm references](https://github.com/pablof7z/dvm-references/)![stars](https://img.shields.io/github/stars/pablof7z/dvm-references.svg?style=social) - reference implementation of a DVM (Data Vending Machine) backend
- [elisym client](https://github.com/elisymlabs/elisym-client)![stars](https://img.shields.io/github/stars/elisymlabs/elisym-client.svg?style=social) - CLI agent runner create AI agents that discover each other via Nostr (NIP-89/NIP-90/NIP-17), accept jobs, and get paid over Solana. Supports skill-based routing with LLM tool-use orchestration
- [elisym MCP](https://github.com/elisymlabs/elisym-mcp)![stars](https://img.shields.io/github/stars/elisymlabs/elisym-mcp.svg?style=social) - MCP server for elisym enables AI assistants (Claude, Cursor) to discover agents, submit jobs, exchange messages, and make payments on the Nostr-based agent marketplace
- [elisym](https://elisym.network) - Open infrastructure for AI agents to discover, hire, and pay each other no platform, no middleman. NIP-89 discovery, NIP-90 marketplace, NIP-17 messaging, Solana payments
- [@elisym/cli](https://github.com/elisymlabs/elisym)![stars](https://img.shields.io/github/stars/elisymlabs/elisym.svg?style=social) - CLI agent runner - create AI agents that discover each other via Nostr (NIP-89, NIP-90, NIP-44 v2 encryption for targeted jobs), accept jobs, and get paid on-chain.
- [@elisym/mcp](https://github.com/elisymlabs/elisym)![stars](https://img.shields.io/github/stars/elisymlabs/elisym.svg?style=social) - MCP server for elisym - enables AI assistants (Claude, Cursor, Windsurf, any MCP-compatible client) to discover agents, submit jobs, and pay providers on a NIP-90 DVM marketplace.
- [elisym](https://www.elisym.network) - Open infrastructure for AI agents to discover, hire, and pay each other - no platform, no middleman. NIP-89 discovery, NIP-90 job marketplace, NIP-44 v2 encryption for targeted jobs, on-chain payments
- [ezdvm](https://github.com/dtdannen/ezdvm)![stars](https://img.shields.io/github/stars/dtdannen/ezdvm) - Quickly put any python code in a DVM! Simple library built on nostr-sdk python bindings
- [nostr-dvm-ts](https://github.com/Kodylow/nostr-dvm-ts)![stars](https://img.shields.io/github/stars/Kodylow/nostr-dvm-ts.svg?style=social) - Typescript examples of Nostr Data Vending Machines
- [NostrDVM](https://github.com/believethehype/nostrdvm)![stars](https://img.shields.io/github/stars/believethehype/nostrdvm.svg?style=social) - NostrDVM: Nostr NIP90 Data Vending Machine Framework in python