OpenBazaar / openbazaar-web

OpenBazaar 2.0 browser-based client.
MIT License
10 stars 17 forks source link

Chat IPFS #20

Closed rmisio closed 4 years ago

rmisio commented 5 years ago

This change-set updates Chat to use IPFS to send messages. Some notes:

To initiate a chat convo with another peer, you must be logged in and you can call:

window.initiateChatConvo(peerID)

For web, your own peerID can be found in the console:

Swarm listening on /p2p-circuit/ipfs/QmREZaCgE9JwiEqBN4E3cNiFH1o2YctwiAbUcDGuyNh96o

closes #18

rmisio commented 5 years ago

@jjeffryes Peer review fixes are in and this PR should be ready for merge from my side.

Only thing I didn't do yet is that flex fix because I want to test it out and I'm on a newer IPFS and I don't want to downgrade to run this branch, so I'll look into it in my newer purchase PR.