Built in partnership with Buildly.io for and by Open.Build
Welcome to the OGC (Open Build Coin) development documentation. This folder contains all technical documentation for developers working on the OGC ecosystem.
.env.example to .env and configureogcoin/
├── devdocs/ # Developer documentation (this folder)
├── tools/ # Python scripts and utilities
├── css/ # Website styling
├── js/ # Frontend JavaScript
├── .github/prompts/ # Development standards and AI prompts
├── airdrop.html # Airdrop submission page
├── index.html # Main website
└── README.md # Public documentation
tools/).github/prompts/.env files or private keys# Setup
pip install -r requirements.txt
cp .env.example .env # Configure your variables
# Run airdrop system
cd tools/
python3 setup_airdrop_system.py
# Process submissions
python3 google_sheets_handler.py process-csv submissions.csv
# Run distribution
python3 airdrop_distribution.py
Built with ❤️ by the Open.Build community in partnership with Buildly.io