working version, before optimalization
This commit is contained in:
3
florida/tools/get_checksum.py
Normal file
3
florida/tools/get_checksum.py
Normal file
@ -0,0 +1,3 @@
|
||||
from web3 import Web3
|
||||
addr = "0xbe6d8f0d397708d99755b7857067757F97174d7d"
|
||||
print(Web3.to_checksum_address(addr))
|
||||
Reference in New Issue
Block a user