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

navcoin-js: implement support for P2P protocol #12

Open
1 of 2 tasks
aguycalled opened this issue Feb 7, 2022 · 0 comments
Open
1 of 2 tasks

navcoin-js: implement support for P2P protocol #12

aguycalled opened this issue Feb 7, 2022 · 0 comments

Comments

@aguycalled
Copy link
Member

aguycalled commented Feb 7, 2022

Today I published @aguycalled/bitcore-p2p which adds support for the P2P protocol from JavaScript.

This module allows light wallets or JS apps to connect to the Navcoin network and receive candidate transactions for aggregation or fetch orders from the on chain order book.

Browsers and therefor progressive web apps do not have access to socket based communications. Using web sockets is the only option to interact with the network.

We need:

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