Loading repository data…
Loading repository data…
SatyamPote / repository
A full-stack platform for crypto analytics, smart contract deployment, and portfolio tracking. Built with Python, JavaScript, and Solidity to simplify blockchain interactions. Ideal for developers, traders, and crypto enthusiasts seeking real-time insights and tools
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Welcome to CRYPTOVERSE_CONJURERS — a powerful full-stack project that blends blockchain, Python, JavaScript, and modern web technologies to empower cryptocurrency users and developers. This platform delivers tools for smart contract interaction, portfolio tracking, analytics, and decentralized app (dApp) experiences — all in one place.
CRYPTOVERSE_CONJURERS is an integrated and modular platform to simplify blockchain development and crypto data interaction. Whether you're a developer, enthusiast, or investor, this project provides a scalable and extensible environment for building and interacting with decentralized technologies.
⚠️ This is an educational and developmental tool. Always verify smart contracts and transactions before using in production environments or with real funds.
| Layer | Technology |
|---|---|
| Backend | Python (Flask / FastAPI / Django) |
| Frontend | JavaScript (React or Vue), HTML, CSS |
| Smart Contracts | Solidity |
| Blockchain | Ethereum / Testnet (Goerli, etc.) |
| Storage | SQLite / PostgreSQL / MySQL |
| Visualization | Chart.js / D3.js |
| Auth | JWT / OAuth |
git clone https://github.com/SatyamPote/CRYPTOVERSE_CONJURERS.git
cd CRYPTOVERSE_CONJURERS
cd backend
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
pip install -r requirements.txt
cd ../frontend
npm install
npm run build # or npm start for development
cd ../contracts
npm install
npx hardhat compile
cd backend
python app.py
cd ../frontend
npm start
Open your browser and go to:
http://localhost:3000
Create .env files in both frontend and backend folders with the following:
.envSECRET_KEY=your-secret-key
DATABASE_URL=sqlite:///db.sqlite3
COINGECKO_API=https://api.coingecko.com/api/v3/
INFURA_URL=https://mainnet.infura.io/v3/YOUR_PROJECT_ID
.envREACT_APP_API_URL=http://localhost:5000
REACT_APP_CONTRACT_ADDRESS=0xYourContractAddress
In contracts/.env or via CLI, add:
PRIVATE_KEY=your-private-key
INFURA_API_KEY=your-api-key
npx hardhat run scripts/deploy.js --network goerli
Update the deployed address in both frontend and backend config.
Add your UI screenshots or dashboard GIFs here
We welcome contributions from the community!
git checkout -b feature/AmazingFeature
git commit -m 'Add some AmazingFeature'
git push origin feature/AmazingFeature
Please ensure your code respects security, privacy, and style guidelines.
Distributed under the MIT License.
Maintainer: Satyam Pote
For bugs, feature requests, or discussions, open an issue.
Built for learning, experimenting, and building the future of decentralized finance 🌍