/hashchain

Primary LanguageTypeScriptApache License 2.0Apache-2.0

Mina Snapp: Hashchain

Zero-knowledge proof of age using Hash chains.

https://asecuritysite.com/encryption/age

Install dependencies

npm install

Set year of birth in this line

Run proof of age

npm run poa

How to build

npm run build

How to run tests

npm run test
npm run testw # watch mode

How to run coverage

npm run coverage

License

Apache-2.0