Implementation of smart contract for lending.
- algokit >= version 2.0.3
- python >= 3.12.3
- node >= v20.12.2
algokit compile py contract.py
algokit generate client NTAsssetLending.arc32.json --language typescript --output NTAssetLendingClient.ts
algokit generate client NTAssetLending.arc32.json --language python --output NTAssetLendingClient.py
docker build . -t algokit-builder
docker run -v $(pwd):/src -v $(pwd)/artifacts:/artifacts algokit-builder