Metadata-Version: 2.1
Name: tokenpy
Version: 1.0.1
Summary: Check your wallet balance from the cli
Home-page: https://github.com/lachenlama/tokenpy
Author: byte-my-code
Author-email: lamaswaroop@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# tokenpy
The cli application “tokenpy” returns the native asset balance across multiple EVM chains.  
### Currently supports chains:  
	- Arbitrum 
	- Optimism 
### For MacOs & Linux distribution  
	- ```python ./script.py <wallet-address>```
### For Windows Users
	- ```python .\script.py <wallet-address>```


