Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 [email protected].