A specialized Nostr relay implementation written in Rust for the Bitcredit application.
This project provides a customized Nostr relay that powers the Bitcredit application, enabling decentralized, censorship-resistant communication with features specifically designed for credit-related transactions and interactions.
- Rust (latest stable version)
# Clone the repository
git clone https://github.com/BitcreditProtocol/bcr-relay.git
cd bcr-relay
# Build the project
cargo build --release
# Run the relay
./target/release/bcr-relay
The relay implements the standard Nostr protocol (NIPs) with Bitcredit-specific extensions:
This project is licensed under the MIT License - see the LICENSE file for details.