What is CinemaFi?
CinemaFi is your one-stop platform to explore, evaluate, and invest in indie films using Web3 tools. Track your portfolio, engage with creators, and earn through decentralized entertainment.
Core Features
- ETH Wallet integration
- Real-time film project updates
- Investment history and tracking
- CLI and Web UI control
- Educational hub for new investors
How It Works
CinemaFi CLI is powered by Python modules:
main.py
— Main terminal interfacewallet.py
— Simulated ETH wallet operationsfilms.py
— Film browsing & investingweb_launcher.py
— Opens the web app
Quickstart
git clone https://github.com/yourusername/cinemafi-cli.git
cd cinemafi-cli
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python main.py
More Info
Check out the full project on GitHub.