mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
8792746ae117518e5ef853fb77affac73d3a4526
Currency.is_valid("USD") returned false, because "USD" is NaN (not a Number).
We should not use NaN as a stand-in value, since it means "not a *JavaScript*
number", whereas our meaning really is "not a BigInteger object". So we should
be using null.
Ripple - P2P Payment Network
Some portions of this source code are currently closed source.
This is the repository for Ripple's:
- rippled - Reference P2P network server
- ripple.js - Reference JavaScript client libraries for node.js and browsers.
Build instructions:
- https://ripple.com/wiki/Rippled_build_instructions
- https://ripple.com/wiki/Ripple_JavaScript_library
Setup instructions:
For more information:
Description
Languages
C++
90.3%
C
8.1%
CMake
0.6%
Shell
0.2%
Java
0.2%
Other
0.5%