ChluNetwork / chlu-ipfs-support

Support libs to talk to IPFS
MIT License
1 stars 1 forks source link

Setup a service node on ec2 #13

Closed kulpreet closed 6 years ago

fazo96 commented 6 years ago

This is working, however we might need to setup a rendevouz server because we are using Websocket Star as an IPFS transport for Chlu, which requires a rendevouz server to act as relay between two peers.

Now we are using a public one which is fine for testing but we might want to run our own and add it to the list of bootstrap nodes.

https://github.com/libp2p/js-libp2p-websocket-star-rendezvous

kulpreet commented 6 years ago

@fazo96 Let's create a new issue for setting up the rendezvous server, create a label 'production' and close this issue.

fazo96 commented 6 years ago

Ok, closing this and moving redezvous server deployment to #17