Skip to content

NautilusOSS/lending

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Asset Lending Smart Contract

Implementation of smart contract for lending.

requirements

  • algokit >= version 2.0.3
  • python >= 3.12.3
  • node >= v20.12.2

commands

build all using algokit

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

build all using docker

docker build . -t algokit-builder
docker run -v $(pwd):/src -v $(pwd)/artifacts:/artifacts algokit-builder

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published