hyperledger / iroha-javascript

JavaScript library for Iroha, a Distributed Ledger Technology (blockchain) platform.
https://wiki.hyperledger.org/display/iroha
Apache License 2.0
94 stars 64 forks source link

fix: isomorphic client transports #88

Closed 0x009922 closed 2 years ago

0x009922 commented 2 years ago

Client should work both in Node.js & Web. I achieved this seamlessly introducing 2 new packages - @iroha2/client-isomorphic-ws (WebSocket) and *-fetch (Fetch API).

And now I am pretty sure that client works in Web thanks to new Cypress test.