feat(nostr): Added Nostr adapter

This commit is contained in:
Daniel Gonzalez
2024-11-25 14:11:21 -04:00
parent 285456656c
commit 6871380288
8 changed files with 561 additions and 6 deletions
+5 -1
View File
@@ -175,7 +175,11 @@ export default {
// v2 Circuit Relay server (FullStack.cash)
// '/ip4/78.46.129.7/tcp/4001/p2p/12D3KooWFQ11GQ5NubsJGhYZ4X3wrAGimLevxfm6HPExCrMYhpSL'
]
],
// END IPFS CONFIGURATION
// Nostr
nostrRelay: process.env.NOSTR_RELAY ? process.env.NOSTR_RELAY : '',
nostrTopic: process.env.NOSTR_TOPIC ? process.env.NOSTR_TOPIC : 'bch-dex-test-topic'
}