/arc72

Primary LanguagePythonMIT LicenseMIT

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.