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

Take a look at bitcoin-p2p crate #1

Open
stevenroose opened this issue May 9, 2024 · 1 comment
Open

Take a look at bitcoin-p2p crate #1

stevenroose opened this issue May 9, 2024 · 1 comment

Comments

@stevenroose
Copy link

stevenroose commented May 9, 2024

Hey.. Cool work so far! In case it might help you, you might be interested to look at the bitcoin-p2p crate that I half-built a while ago. It's got a good design to start off of. Feel free to adopt it and build Kyoto on top if that makes sense. I built it in such a way that I think it'd be fairly easy to make it compatible with the Tokio runtime as well.

Cheers!

@rustaceanrob
Copy link
Owner

Nice, from my initial poke around I think I may conform to the addrmgr storage trait as my address management doesn't make a lot of sense right now. Going to keep this in the back of my mind, iterating quickly right now and will have a reassessment of the architectural components once it "functions" as I am envisioning. Thanks!

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