Skip to content

bybit-exchange/merkle-proof

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Merkle Proof Validation Tool

How to Proceed

1.Build the executable file

Download the latest source code files, and ensure that JDK (version 1.8 and above) and Maven have been installed on your workstation or laptop.

  • Resolve dependencies, compile and package
    mvn clean package
  • check the compiled jar package, as follows, in the current project directory.
    ./target/BybitMerkleProofValidator.jar

2.Perform Your Verification

  • You can paste the proof file copied from the Bybit website (https://www.bybit.com) into a new file in the target current directory, and name the file as myProof.json. Then, execute the following command:
    java -jar target/BybitMerkleProofValidator.jar myProof.json
  • Next, you can run the verified program and observe its output data.
    1 ......
    2 validate result is true/false

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages