Cloud AUD (CAUD) is a first of it's kind credit-minted, yield-distributing, Australian Dollar stablecoin backed by real business loans and secured by institutional liquidity — the new digital money rail for business.
Generated from token-template by Ape Academy.
Cloud AUD is currently only available on the Polygon PoS network.
The only official contract address is: 0xB1EF313E3119e13f827E14D7c90E03180ac828ed
This project uses Vyper via the ape framework. Install the requirements and required plugins with:
pip install -r requirements.txt
ape plugins install .You will also most likely need an account (a.k.a. wallet) to perform any on-chain action. Add an account via ape.
To compile and deploy the contract, run:
ape compile
ape run scripts/deploy.py --network ethereum:ropsten:gethA funded account is required to deploy the contract.
ape compile
ape run scripts/mint.py --network ethereum:ropsten:gethThis project uses black code formatter, which is an extension of PEP8.
More info on how to use black.
# To automatically format your code, do the following:
# install black if you haven't already
pip install black
# format every Python file in the current working directory
black .
# or format a single file
black file.pyDocs are found in the docs/ folder.
You can build them locally with the following commands:
pip install -r docs/requirements.txt # execute this only once
./build_docs.shThe site is now built. You can access it locally by opening docs/_build/index.html in
your preferred browser.