https://github.com/arpan-206/web3-cli
This is a Command Line program to interact with your NFTs, Cryptocurrencies etc. via the ThirdWeb Platform. This is just a fun little project that I made to be able to connect to blockchains and Web3 from the command line.
https://github.com/arpan-206/web3-cli
blockchain hacktoberfest thirdweb web3
Last synced: 5 months ago
JSON representation
This is a Command Line program to interact with your NFTs, Cryptocurrencies etc. via the ThirdWeb Platform. This is just a fun little project that I made to be able to connect to blockchains and Web3 from the command line.
- Host: GitHub
- URL: https://github.com/arpan-206/web3-cli
- Owner: Arpan-206
- License: mit
- Created: 2022-01-25T02:55:41.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2025-07-12T19:14:41.000Z (7 months ago)
- Last Synced: 2025-07-12T21:21:05.659Z (7 months ago)
- Topics: blockchain, hacktoberfest, thirdweb, web3
- Language: Python
- Homepage: https://web3cli.vercel.app/
- Size: 631 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Web3 CLI
This is a Command Line program to interact with your NFTs, Cryptocurrencies etc. via the ThirdWeb Platform. This is just a fun little project that I made to be able to connect to blockchains and Web3 from the command line.
## Installation
Install the dependencies using pip.
```bash
pip3 install -r requirements.txt
```
You can also install the requirements for generating documentation.
```bash
pip3 install -r docs-requirement.txt
```
## Usage
To use this project run
```bash
python3 main.py
```
## Documentation
Please find the Documentation
[here](https://web3cli.vercel.app/).
## Acknowledgements
* [PyInquirer](https://github.com/CITGuru/PyInquirer)
* [termcolor](https://pypi.org/project/termcolor/)
* [thirdweb-sdk](https://thirdweb.com)
* [python-dotenv](https://pypi.org/project/python-dotenv/)
* [pyfiglet](https://pypi.org/project/pyfiglet/)
## Authors
[@Arpan-206](https://github.com/Arpan-206)
## Feedback
If you have any feedback, please reach out to me at arpan@hackersreboot.tech.