Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 24 days 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 3 years ago)
- Default Branch: master
- Last Pushed: 2024-12-03T06:35:18.000Z (about 2 months ago)
- Last Synced: 2024-12-03T07:33:11.088Z (about 2 months ago)
- Topics: blockchain, hacktoberfest, thirdweb, web3
- Language: Python
- Homepage: https://web3cli.vercel.app/
- Size: 625 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 30
-
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
```
## UsageTo 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 [email protected].