Welcome! We're excited that you want to contribute to 0xBuilder! 🎉
- Fork & Clone
git clone https://github.com/John0n1/0xbuilder.git
cd 0xBuilder
- Set Up
python3 -m venv venv
source venv/bin/activate # Windows: venv\Scripts\activate
pip install -r requirements.txt
- Configure
cp .env.example .env
# Fill in your API keys
- Python 3.12+
- Git
- Ethereum node access
- Some API keys (Infura, Etherscan, etc.)
- A test wallet
Open an issue! Tell us:
- What happened
- What should have happened
- Steps to reproduce
We love new ideas! Open an issue and tell us about your feature suggestion.
- Create a branch
git checkout -b feature/cool-new-thing
- Code away!
- Keep it simple
- Add tests
- Update docs if needed
- Submit a PR
- Clear title and description
- Link related issues
- Follow PEP 8
- Use type hints
- Max 88 chars per line
- Clear variable names
pytest tests/
- Open an issue
- Join our community discussions
MIT Licensed. Code away! 🚀
Remember: Keep it simple, have fun, and happy coding! 🎮