feat(/ipfs/connect): Adding REST API endpoint to connect to an IPFS peer

This commit is contained in:
Chris Troutner
2023-11-01 14:17:24 -07:00
parent 3c02461c6b
commit 264d762f74
7 changed files with 169 additions and 2210 deletions
+5
View File
@@ -15,6 +15,11 @@ class IpfsAdapter {
class IpfsCoordAdapter {
constructor () {
this.ipfsCoord = {
adapters: {
ipfs: {
connectToPeer: async () => {}
}
},
useCases: {
peer: {
sendPrivateMessage: () => {}