tgalal / ursa_indy_port

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Indy port

Chunks of code ported from Hyperledger Ursa into python and solidity.

Run python tests

  • Data used in tests are found under data/tests
  • Test vectors are from Ursa

Prep:

python -m venv env
source env/bin/activate
pip install pytest

Run all tests:

pytest test -v

Run specific test by name:

pytest test -v -k test_verify_equality

In order to not suppress stdout from print and whatnot, pass -s to any of the pytest commands.

About

License:Apache License 2.0


Languages

Language:Solidity 49.7%Language:JavaScript 37.4%Language:Python 12.9%