Streamlit component that allows users to connect a wallet and send transactions with dynamic recipients and amounts
Project description
Python Web3 Wallet
Streamlit component that allows you to connect a wallet and trigger send transactions.
Installation instructions
pip install web3-wallet-connect
Usage instructions
import streamlit as st
from python_web3_wallet import wallet_component
c = wallet_component(recipient="0x...", amount_in_ether="0.01") # Displays RainbowKit wallet
# Optionally data (as a Hex-formatted string) can be passed to populate the data field when sending a transaction.
# c = wallet_component(recipient="0x...", amount_in_ether="0.01", data="0x78da2b492d2e0100045d01c1")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file python_web3_wallet-0.0.17.tar.gz.
File metadata
- Download URL: python_web3_wallet-0.0.17.tar.gz
- Upload date:
- Size: 1.5 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cc1faa0dc450aa0bd8381f4c48176dc91dfb31d52155a71493b4515d1ab0f24b
|
|
| MD5 |
b60780548b73ff0b51a2d54c2be9984a
|
|
| BLAKE2b-256 |
d9d3bf9d586374ffa2c6e72b064e466dde9bb75a1a56f6a307d10bdab785f368
|
File details
Details for the file python_web3_wallet-0.0.17-py3-none-any.whl.
File metadata
- Download URL: python_web3_wallet-0.0.17-py3-none-any.whl
- Upload date:
- Size: 1.5 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
604dc33bc306babbb0d5a02a12cebb49b6f71ba83d1c1bef75abe57a2e44b8da
|
|
| MD5 |
484166c3941e9106a276583b06a2ae4f
|
|
| BLAKE2b-256 |
ac269420eb05f5f03b462cb1c6d7a837545840101d17b2c3a7e1fa7ba796709c
|