A real-time cryptocurrency transaction fee predictor and mainnet tracker built with Go.
- Real-time fee predictions for:
- Bitcoin (BTC)
- Ethereum (ETH)
- USDC
- USDT
- Transaction size optimization
- Whale transaction monitoring
- Simple and intuitive interface
- Go 1.21 or higher
- Docker (optional)
- Clone the repository:
git clone https://github.com/yourusername/prydict.git
cd prydict- Build and run locally:
go mod tidy
go run main.go- Or using Docker:
docker build -t prydict .
docker run -p 8080:8080 prydictprydict/ ├── main.go # Main application entry ├── static/ # Static assets │ └── js/ │ └── main.js # JavaScript code ├── templates/ # HTML templates │ └── index.html ├── Dockerfile # Docker configuration ├── go.mod # Go module file └── README.md # This file
GET /- Home pagePOST /predict- Fee prediction endpoint
- Fork this repository
- Create a new Web Service on Render
- Connect your GitHub repository
- Use the following settings:
- Build Command:
go build -o app - Start Command:
./app
- Build Command:
PORT- Server port (default: 8080)
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
- Built with Go
- Powered by coindesk
- Inspired by the need for better fee prediction in crypto transactions