Nostr relay manager (NIP-86)
  • Rust 94.3%
  • CSS 5.6%
  • Shell 0.1%
Find a file
2025-03-15 09:00:30 +13:00
.cargo Adjust toolchain and compile features to support parking under wasm 2025-03-14 18:52:50 +13:00
assets use UserLine and improve layouts 2025-03-07 08:37:16 +13:00
src rename 'listbannedevents2' to 'fetchbannedevents' 2025-03-15 08:49:02 +13:00
.gitignore Dioxus initial setup 2025-02-13 13:41:59 +13:00
Cargo.lock Adjust toolchain and compile features to support parking under wasm 2025-03-14 18:52:50 +13:00
Cargo.toml Adjust toolchain and compile features to support parking under wasm 2025-03-14 18:52:50 +13:00
DEVELOPING.md README update 2025-02-14 12:38:13 +13:00
Dioxus.toml Dioxus initial setup 2025-02-13 13:41:59 +13:00
README.md update README.md 2025-03-15 09:00:30 +13:00
rust-toolchain.toml Adjust toolchain and compile features to support parking under wasm 2025-03-14 18:52:50 +13:00
serve.sh Adjust toolchain and compile features to support parking under wasm 2025-03-14 18:52:50 +13:00
TODO.md Fix to excessive clients (reuse connected clients); Still need to bundle into less REQs 2025-03-08 09:01:03 +13:00

Conductor

Conductor is a relay manager website. It uses NIP-86 with NIP-07 browser signing.

This barely works (enough for me to moderate the queue).

The issues I'm stuck on are deep WASM threading ones that have to do with unstable features, and these might not be resolved quickly.

Development

See DEVELOPMENT.md