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
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
The following section shows the results of a successful Ethereum wallet transaction.
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
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.
Software tool available for public use.