ripple / ripple-binary-codec

Convert between json and hex representations of transactions and ledger entries on the XRP Ledger. Moved to: https://github.com/XRPLF/xrpl.js/tree/develop/packages/ripple-binary-codec
https://github.com/XRPLF/xrpl.js/tree/develop/packages/ripple-binary-codec
ISC License
19 stars 45 forks source link

Browser testing #109

Closed intelliot closed 3 years ago

intelliot commented 3 years ago

We should set up some end to end tests that ensure ripple-binary-codec works in web browsers

natenichols commented 3 years ago

By using the polyfill with browser compatible libraries in the source code, testing in node should be identical to testing in the browser.