Skip to content

Repository files navigation

Setup Holder Application (Algorand challenge)

  1. Install Docker Desktop
  2. Install Algorand sandbox
  3. Start sandbox:
    $ ./sandbox up
  4. Install Python virtual environment in project folder:
    $ python3 -m venv venv
    $ source ./venv/Scripts/activate # Windows
    $ source ./venv/bin/activate # Linux
    $ pip install -r requirements.txt
  5. Build smart contract
    $ python3 11-define_programs.py
  6. Deploy smart contract
    $ python3 12-deploy_application.py
  7. Get basic information
    $ python3 13-call_holder_app.py

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages