navcoin / development

Navcoin Development
0 stars 0 forks source link

navcoin-js: implement support for P2P protocol #12

Open aguycalled opened 2 years ago

aguycalled commented 2 years ago

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: