From 46d8b186b54cfd08d3c8ab39be5539807d517869 Mon Sep 17 00:00:00 2001 From: "Abdel @ StarkWare" Date: Wed, 17 Jul 2024 18:07:15 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20more=20todos?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4a2c882..e17dc84 100644 --- a/README.md +++ b/README.md @@ -33,10 +33,11 @@ Typical flow: ## Open questions / TODOs -- [ ] Use [NIP-90 Data Vending Machine](https://nips.nostr.com/90) to define interaction between Service Providers (prover agents) and customers (users needing to generate proofs). -- [ ] Use [NIP-89 Recommended Application Handlers](https://nips.nostr.com/89) for prover agents to advertise their support for certain types of proving requests, their pricing model, etc. +- [ ] Use [NIP-90 - Data Vending Machine](https://nips.nostr.com/90) to define interaction between Service Providers (prover agents) and customers (users needing to generate proofs). +- [ ] Use [NIP-89 -Recommended Application Handlers](https://nips.nostr.com/89) for prover agents to advertise their support for certain types of proving requests, their pricing model, etc. - [ ] Use [NIP-57 - Lightning Zaps](https://nips.nostr.com/57) to handle the payment for the proofs. - [ ] Use [NIP-13 - Proof of Work](https://nips.nostr.com/13) for spam protection. +- [ ] Use [NIP-94 - File Metadata](https://nips.nostr.com/94) and/or [NIP-96 - HTTP File Storage Integration](https://nips.nostr.com/96) to handle transport of the proofs and metadata over the network. ## Running the demo