AppleSauce
    Preparing search index...

    A nostrconnect:// URI

    type NostrConnectURI = {
        client: string;
        metadata?: NostrConnectAppMetadata;
        relays: string[];
        secret: string;
    }
    Index

    Properties

    client: string

    The pubkey of the client

    The metadata of the client

    relays: string[]

    The relays used to communicate with the remote signer

    secret: string

    The secret used by the signer to connect to the client