Skip to content

huobiapi/Tool-Node.js-VerifyAddress

Repository files navigation

Huobi Verify Address

Background

Huobi launches Proof of Reserves (PoR) to improve the security and transparency of user's assets. These tools will allow you to independently audit Huobi's Proof of Reserves, verify all Huobi's reserves addresses known liabilities to users, in order to confirm the solvency of Huobi.

Introduction

Building the source

Download the latest build for your operating system and architecture. Also, you can build the source by yourself.

Building this open source tool requires Node.js (version >= 14.20.0).

Install dependencies

 npm install 
 npm i -g zx bun

build

npm run build

test

npm test

compile

npm run compile

Executable

Proof-of-Reserves executable are in the cmd directory

Command Description
VerifyAddress We have signed a specific message with a private key to each address published by Huobi. This tool can be used to verify Huobi's signature and verify Huobi's ownership of the address.

Reserves

Download Huobi's Proof of Reserves File, verify the ownership of the Huobi's public address Details here

VerifyAddress

Huobi's public file contains address, message "King will be back!" and signature. You can use VerifyAddress to verify Huobi's ownership of published address.

How to use?

./VerifyAddress --help

cli-help.png

Verify address example:

./VerifyAddress --por_csv_filename ./huobi_por_xxxxyyzz.csv

The result like below: result-treeview.png result-summary.png

VerifyOnline

At the same time, you can use third-party tools to verify the ownership.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published