ARC-62 Reference Implementation

This is the reference implementation of ASA Circulating Supply App based on the ARC-62 specification.

Adoption

Explorers supporting ARC-62:

ASA adopting ARC-62:

  • Midas US Treasury Bill Token (mTBILL)

Demo

  1. Download the AppSpec JSON file
  2. Open the Lora App Lab in TestNet
  3. Enter the App ID 740315445 and click on “Use existing”
  4. Upload the AppSpec JSON and click “Next” and then “Create”
  5. Open the App
  6. Connect a TestNet Wallet
  7. Select the arc62_get_circulating_supply method and click “Call”
  8. Enter 740315456 as asset_id argument and click “Add”
  9. Click on “Populate Resources”
  10. Click on “Simulate” and inspect the result (answer should be 1)

Test

Install the project Python dependencies:

poetry install

Run the test:

poetry run pytest -s -v tests/test_get_circulating_supply.py::test_pass_get_circulating_supply