VoiNetwork / StateProofVerificationContract

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StateProofVerificationContract

Table of contents

1. Development

1.1. Requirements

Back to top ^

1.2. Setup

  1. THe easiest way to install PyTeal is using pip
pip3 pyteal
  1. Install Go dependencies:
go mod tidy
  1. Install Algorand private network (optional):
./bin/install_algorand.sh

Back to top ^

1.3. Run Tests

  1. Run the tests:
./bin/test.sh

⚠️ NOTE: running the tests will also install (if you haven't installed one previously) and start a private Algorand private network.

Back to top ^

About

License:MIT License


Languages

Language:Go 70.5%Language:Shell 21.1%Language:Python 8.4%