/KryptoJobs

Unit 19 Assignment

Primary LanguagePython

Krypto Jobs

Unit 19 Assignment

Application that connects to blockchain (Ganache), sends transactions, and displays balances.

Application

Requirements

Libraries

pip install streamlit
pip install web3
pip install bip44

Blockchain

Ganache: Github / Desktop GUI

Example

Deployed local Ganache blockchain. Test transactions with streamlit.

Ganache account balance: Account balance and transactions on Ganache.

Ganache transaction history: Transaction history in Ganache.

The five Ganache wallets used for candidates: Ganache wallets

Streamlit transaction: Transaction executed in streamlit.

Code

Starter code provided by edX