AustP / arc72

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ARC-72

This is the AVM smart contract that powers High Forge.

Usage

The smart contract is built using PyTeal.

Make sure you have the dependencies of the project installed:

pip install -r requirements.txt

Then you are able to compile the smart contract:

python3 arc72.py

Outputs will go into the arc72/{version}/ folder.

  • The *.b64 files are Base64-encoded representations of the compiled contract.
  • The *.bin files are the binary versions of the compiled contract.
  • The *.teal files are the uncompiled TEAL output.

About

License:MIT License


Languages

Language:Python 100.0%