Skip to content

gnosis/python-web3-wallet-streamlit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 my_component

c = my_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 = my_component(recipient="0x...", amount_in_ether="0.01", data="0x78da2b492d2e0100045d01c1")

About

Streamlit custom component for connecting a wallet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published