FinTech Finder Cryptocurrency Wallet

FinTech_Finder_Cryptocurrency_Wallet


Technologies

Before attempting to execute any Python code in crypto_wallet.py or fintech_finder, it is imperative that your development environment holds the following modules:

os - Operating system module

requests - HTTP module

dotenv - .env file module

bip44 - Python-based deterministic wallet module

web3 - Module for Ethereum interaction via Python

dataclasses - Data class decorator module

typing - Support for type hints module

streamlit - Script-to-web application library


Installation Guide

With your Python 3.7+ environment, run the following commands via CLI:

pip install web3==5.17
pip install eth-tester==0.5.0b3
pip install mnemonic
pip install bip44

Transaction Verification

The following section shows the results of a successful Ethereum wallet transaction.

Current Address Balance

Example_One

Recipient's Address Balance

Example_Two


Usage

Clone repository onto your personal machine.

Within your Python 3.7+ environment, navigate to the directory in which the fintech_finder.py file from this repository is located.

Run the following command to launch the web application:

streamlit run fintech_finder.py


Contributors

New development created by Scientia Capital. Code from 'Initial commit.' commit originates from UC Berkeley Extension and I do not claim original ownership nor scholarship.


License

Software tool available for public use.