Skip to content

JavaScript client for Exonum blockchain 0.1.0

Compare
Choose a tag to compare
@boguslavsky boguslavsky released this 18 Jul 13:38
· 428 commits to master since this release

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).