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

MVP #1

Open
ahdinosaur opened this issue Nov 8, 2023 · 2 comments
Open

MVP #1

ahdinosaur opened this issue Nov 8, 2023 · 2 comments

Comments

@ahdinosaur
Copy link
Owner

ahdinosaur commented Nov 8, 2023

modules

base

  • ppppp-base58
  • ppppp-crypto

msg

  • ppppp-msg
  • ppppp-account
  • ppppp-tangle
  • ppppp-msg-store

key

  • ppppp-key-store

rpc

  • ppppp-packetstream
  • ppppp-muxrpc

handshake

  • ppppp-boxstream
  • ppppp-shse

discovery

  • ppppp-hub-client
  • ppppp-invite (consume an invite)

replication

  • ppppp-tangle-sync
@staltz
Copy link

staltz commented Nov 9, 2023

am curious what's the minimal subset of the stack i need to implement before i could do a tangible demo talking to a JavaScript peer.

Off the top of my head (excluding what you already have on your list):

  • Being able to parse invite URIs created by JS ppppp-invite
  • So you can connect to a hub via shse+boxstream+muxrpc (packet-stream-codec somewhere in the middle?)
  • So you can connect to other hub clients via shse+boxstream+muxrpc (packet-stream-codec somewhere in the middle?)
  • tangleSync.connect muxrpc, a duplex stream that peers use to exchange this type Data

@ahdinosaur
Copy link
Owner Author

i wonder if a better MVP would be to implement ppppp-hub (and its dependencies).

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

2 participants