Stefan Thomas 8792746ae1 JS: Fix Currency#is_valid.
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.
2013-03-12 13:09:51 +01:00
2013-03-11 02:54:35 -07:00
2013-01-29 11:15:49 -08:00
2012-12-20 15:55:57 -08:00
2013-03-12 13:09:51 +01:00
2012-11-07 12:49:52 -08:00
2012-11-23 19:24:33 -08:00
2013-03-08 13:07:15 -08:00
2012-12-12 19:02:02 -08:00
2013-01-14 13:19:27 -08:00
2012-06-22 17:24:00 -07:00
2013-03-08 11:35:19 -08:00
2013-03-08 11:35:19 -08:00
2013-03-11 02:58:04 -07:00
2013-01-03 00:21:31 -08:00
2012-11-13 04:20:15 -08:00
2013-03-09 11:42:59 -08:00
2013-03-09 11:42:59 -08:00
2013-03-05 09:28:24 -08:00
2013-02-03 17:04:00 -08:00

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:

Setup instructions:

For more information:

Description
Codebase for Xahaud - The consensus, RPC & blockchain app for the Xahau network.
Readme 178 MiB
Languages
C++ 90.3%
C 8.1%
CMake 0.6%
Shell 0.2%
Java 0.2%
Other 0.5%