Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User can create a public channel (a topic on our libp2p network) #6

Open
holmesworcester opened this issue Oct 16, 2020 · 2 comments
Open

Comments

@holmesworcester
Copy link
Contributor

holmesworcester commented Oct 16, 2020

To create a channel, you:

  • create a zcash address for the channel, with a viewing key.
  • you create a Tor hidden service that will run until you leave the channel
  • you run/join a libp2p/gossipsub network (on that hidden service only)
  • you run an HTTP server (on that hidden service only)
  • you are a member of the channel and have done everything necessary to join it.

The HTTP server will serve a git repo of known messages, and potentially a folder of files, but this is another issue.

@holmesworcester holmesworcester added this to the backlog milestone Oct 16, 2020
@holmesworcester holmesworcester changed the title User can create a channel User can create a public channel (a libp2p network with a name) Nov 17, 2020
@holmesworcester
Copy link
Contributor Author

Update: this is now just a network with a name.

@holmesworcester
Copy link
Contributor Author

User creates name. And user creates network.

@holmesworcester holmesworcester changed the title User can create a public channel (a libp2p network with a name) User can create a public channel (a topic on our libp2p network) Nov 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant