Skip to content

cusma/d-asa

Repository files navigation

Debt Algorand Standard Application (D-ASA)

Documentation: https://cusma.github.io/d-asa/

Deployments

D-ASA examples deployed on TestNet:

Type App ID App Spec
Zero Coupon Bond] 733151482 ARC-32
Fixed Coupon Bond 733151497 ARC-32
Perpetual Bond 733151498 ARC-32
  1. Download the App Spec JSON file;
  2. Navigate to the Lora App Lab;
  3. Create the App Interface using the existing App ID and App Spec JSON;
  4. Explore the D-ASA interface.

Local Setup and Tests

The D-ASA project is developed with AlgoKit.

  • Install AlgoKit
  • Set up your virtual environment (managed with Poetry)
algokit bootstrap all
  • Start your Algorand LocalNet (requires Docker)
algokit localnet start
  • Run tests (managed with PyTest)
algokit project run test

or, for verbose results:

poetry run pytest -s -v tests/<contract_name>/<test_case>.py

How to contribute

Refer to D-ASA documentation!