Skip to content

dspytdao/AlgoDeposit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AlgoDeposit

The aim of the following contract is to

This is the building block for more complex applications on Algorand and its ecosystem.

Submission for https://gitcoin.co/issue/c3protocol/hackalgo/1/100028569

Installation

Python Environement

pip install virtualenv
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt

One line if virtualenv is installed:

virtualenv venv && source venv/bin/activate && pip install -r requirements.txt

SandBox

Contract Args

takes 2 args in case of Algo deposit. type of the tx amount

for instance:

app_args = [b"deposit", 1]

Further Resources

Pyteal

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages