From f8b6ef0c203261a9d5516bdf017bd57b84c0d9da Mon Sep 17 00:00:00 2001 From: alltheseas <64376233+alltheseas@users.noreply.github.com> Date: Tue, 15 Jul 2025 13:12:42 -0500 Subject: [PATCH 1/2] Update README.md with reference plans to support building on notedeck Added mention that notedeck will enable easy app development on nostrdb and notedeck --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e05ff5b4..c9965d7a 100644 --- a/README.md +++ b/README.md @@ -103,6 +103,12 @@ Detailed developer documentation is available in each crate: Notedeck is currently in **ALPHA** status. For the latest changes, see the [CHANGELOG](./CHANGELOG.md). +## Future + +Notedeck allows for app development built on top of the performant, built specifically for nostr database nostrDB. An example app written on notedeck is Dave: https://github.com/damus-io/notedeck/tree/master/crates/notedeck_dave. + +Building on notedeck dev documentation is also on the roadmap. + ## 🤝 Contributing Contributions are welcome! Please check the developer documentation and follow these guidelines: From 551afb277249f425e61f86d2b668b03a234be599 Mon Sep 17 00:00:00 2001 From: William Casarin Date: Wed, 16 Jul 2025 08:58:19 -0700 Subject: [PATCH 2/2] readme: tweaks Signed-off-by: William Casarin --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c9965d7a..4a1d2c8b 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ Notedeck is currently in **ALPHA** status. For the latest changes, see the [CHAN ## Future -Notedeck allows for app development built on top of the performant, built specifically for nostr database nostrDB. An example app written on notedeck is Dave: https://github.com/damus-io/notedeck/tree/master/crates/notedeck_dave. +Notedeck allows for app development built on top of the performant, built specifically for nostr database [nostrdb][nostrdb]. An example app written on notedeck is [Dave][./crates/notedeck_dave] Building on notedeck dev documentation is also on the roadmap. @@ -132,3 +132,6 @@ This project is licensed under the GPL - see license information in individual c - William Casarin - kernelkind - And [contributors](https://github.com/damus-io/notedeck/graphs/contributors) + + +[nostrdb]: https://github.com/damus-io/nostrdb