Exonum Client Versions Save

JavaScript client for Exonum blockchain

v0.16.7

5 years ago

v0.10.0

5 years ago

v0.1.0

6 years ago

The first release of JavaScript client for Exonum blockchain, matching the corresponding release of the Exonum core repository.

This release contains:

  • functions for serialization and deserialization of data;
  • functions for calculating hashes, creating and validating digital signatures;
  • functions for checking cryptographic proofs that are returned by the blockchain, such as the functions for checking the proofs for Merkle and Merkle Patricia indexes;
  • function for checking the validity of a block (its compliance with consensus algorithm).