GithubHelp home page GithubHelp logo

kozanakyel / algorand-wallet-watcher Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 313 KB

Algorand Wallet Watcher should provide information about the saved wallets and tracking balance and status changing so you can easily track desiredf algorand wallet addresses and their onchain datas.

License: MIT License

Python 97.92% Dockerfile 2.08%

algorand-wallet-watcher's Introduction

ALGORAND WALLET WATCHER - AWW

The main purposes of this project create a watcher list for especially Algorand wallets. Then added to those wallets to watcher list with correctly checked it is truely a algorand wallet like has the 58 string length, mainnet alogo response is correct for this operations, etc.

Additionally this backend structure uses documentation with swagger platform and rest-api for add wallet or list wallet operation. Thirdly AWW has a periodic check state mechanism for always this wallet and balaces saved correctly. Also we logged all this information via the logger object.

How to build a Docker container and run via the terminal:

$ docker build -t aww .
$ docker run -p 5005:5005 -v $(pwd)/logs:/app/src/algo_wallet_watcher/Infrastructure/logger/logs aww

How to install and running application, via this command:

$ python3 -m venv venv
$ source venv/bin/activate
$ pip install -U pip
$ pip install -U requirements.txt
$ pip install -e src
$ export FLASK_APP=src/algo_wallet_watcher/api/app.py
$ flask run

I should talk about the system architecture for this application AWW. I have used Clean Architecture principles and you can see Infrastructure, app and domain layers for investigation.

  • We should look to Clean Architecture diagram for AWW:

Clean Arcitecture diagram for AWW

  • Logger example via the terminal for each changing balance operation on the wallets:

Logger examples for AWW

  • use "/swagger" endpoint for Documentation via the flask_swagger_ui and you can try it out via swagger UI experiences:

Swagger ui-1 for AWW Swagger ui-2 for AWW

You can contact me via email: [email protected]

algorand-wallet-watcher's People

Contributors

kozanakyel avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.