mul53 / algorand-verifier

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Algorand Verifier An on chain verification application for algorand contracts. Demo at http://ec2-3-142-48-148.us-east-2.compute.amazonaws.com:8000/

Getting Started

Prerequisites

The following tools are required to run the application.

  • docker
curl -fsSL get.docker.com -o get-docker.sh && sh get-docker.sh
  • docker-compoose
mkdir -p ~/.docker/cli-plugins/
curl -SL https://github.com/docker/compose/releases/download/v2.3.3/docker-compose-linux-x86_64 -o ~/.docker/cli-plugins/docker-compose

chmod +x ~/.docker/cli-plugins/docker-compose
  • python

Installation

  1. Create virutal environment
python3 -m venv venv
  1. Install dependencies
python3 -m pip install -r requirements.txt
  1. Migrate database
python3 src/verifier/manage.py migrate
  1. Run application
python3 src/verifier/manage.py runserver

About


Languages

Language:HTML 34.9%Language:Python 32.0%Language:CSS 27.7%Language:JavaScript 3.6%Language:RenderScript 1.6%Language:Shell 0.1%Language:Procfile 0.0%