From 2773715ed031644b0a9aac3ec5078568a10bf8dd Mon Sep 17 00:00:00 2001 From: "Abdel @ StarkWare" Date: Mon, 29 Apr 2024 11:08:00 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20draft=20rough=20roadmap?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 2d6912af..8c64dca7 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,16 @@ Yes! This is what social networks should be about. A place where you can be your Freedom requires censorship resistance, and Nostr provides exactly that. +## Roadmap + +- [] Cairo implementation of Nostr signature verification +- [] Starknet account contract implementation, controlled by Nostr keypair +- [] Simple frontend to sign and verify messages (using a browser extension lke [Flamingo](https://www.getflamingo.org/)) +- [] Joyboy landing page +- [] Implement a full Nostr client application with Starknet integration +- [] Run Nostr relay server +- [] Crossover with [Vault](https://github.com/keep-starknet-strange/vault) to bring Social features to the Vault application + ## Onchain The onchain components of the project are implemented as a suite of Starknet smart contracts.