Documentation: https://cusma.github.io/d-asa/
D-ASA examples deployed on TestNet:
Payoff | App ID | App Spec |
---|---|---|
Zero Coupon Bond] | 732462799 | ARC-32 |
Fixed Coupon Bond | 732462811 | ARC-32 |
Perpetual Bond | 732462812 | ARC-32 |
- Download the App Spec JSON file;
- Navigate to the Lora App Lab;
- Create the App Interface using the existing App ID and App Spec JSON;
- Explore the D-ASA interface.
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
Refer to D-ASA documentation!