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.
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: