Skip to content

toussyn/algo_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Creating a demo Algorand wallet using Flask

This project features a demo wallet using Flask and the Algorand Python SDK.

Warning

This project has not been audited and should not be used in a production environment.

This project has also been built and tested using the Algorand TestNet. If using the MainNet, please ensure all API keys and passphrases are kept hidden.

I recommend using python-dotenv and a .env file to avoid accidentally committing any sensitive information.

Setup

To setup you should create a Python 3 virtual environment and then clone this repository. The packages can then be installed with:

pip install -r requirements.txt

In order to access the algorand network, the easiest way to get started is by creating an account at https://developer.purestake.io/login. The API keys referenced in this project (found in files indexer.py and algod.py) should be replaced with your own. Do note that the number of requests available with this method is limited and sometimes lead to errors if you make too many requests.

To run the repository, simply run wsgi.py.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors