From a4b79cfbc3bf1f53ce149db901d4020c8be524e3 Mon Sep 17 00:00:00 2001 From: "Abdel @ StarkWare" Date: Thu, 2 May 2024 10:56:31 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20add=20resources?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 87dc905a..4a473d8c 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,10 @@ Freedom requires censorship resistance, and Nostr provides exactly that. - [ ] Run Nostr relay server - [ ] Crossover with [Vault](https://github.com/keep-starknet-strange/vault) to bring Social features to the Vault application -## Webapp +## Modules + +
+ Webapp The webapp is a simple frontend to sign and verify messages using a browser extension like [Flamingo](https://www.getflamingo.org/) or [nos2x](https://github.com/fiatjaf/nos2x). It is built using React and Tailwind CSS. @@ -57,8 +60,10 @@ To build the project, run: ```bash npm run build ``` +
-## Onchain +
+ Onchain The onchain components of the project are implemented as a suite of Starknet smart contracts. @@ -78,11 +83,16 @@ To test the project, run: snforge test ``` +
+ ## Resources - [Starknet](https://starknet.io/) - [Nostr](https://www.nostr.com/) - [Nostr Implementation Possibilities](https://github.com/nostr-protocol/nips) +- [JoinStr: Decentralized CoinJoin Implementation Using Nostr](https://www.nobsbitcoin.com/joinstr-decentralized-coinjoin-implementation-using-nostr/) +- [Smart Vaults - Bitcoin multi-custody signature orchestration - website](https://www.smartvaults.io/) +- [Smart Vaults - Bitcoin multi-custody signature orchestration - repo](https://github.com/smartvaults/smartvaults) ## Contributors ✨