Open Source & GitHub
Edge has been built in the open from the beginning. Core components of the network, tooling, documentation and this wiki are all open source and available on GitHub. We believe that transparency and community contribution are essential to building infrastructure that serves everyone.
GitHub Organisation
All public repositories are hosted under the Edge GitHub organisation:
Key Repositories
| Repository | Description |
|---|---|
| edge/wiki | This community wiki — content, layout and build system |
| edge/cli | Edge CLI for node operation and stake management |
| edge/explorer | Edge blockchain explorer |
| edge/account | Account and wallet interface |
| edge/governance | Governance platform for proposals and voting |
| edge/bridge | Network bridge between Edge and Ethereum |
| edge/index | Blockchain indexer and API |
Contributing
Contributions are welcome across all repositories. Whether it's fixing a typo in the wiki, reporting a bug, or submitting a feature — every contribution helps.
How to Contribute
- Fork the repository — create your own copy on GitHub
- Create a branch — make your changes on a feature branch
- Submit a pull request — describe what you've changed and why
- Review — the core team will review and provide feedback
For larger changes or new features, it's a good idea to open an issue first to discuss the approach with the team.
Contributing to the Wiki
The wiki is built with Astro and uses Tailwind CSS for styling. Content pages are written in Astro's template format with standard HTML. To contribute:
- Clone the wiki repository
- Run
npm installandnpm run devto start the local dev server - Edit or add pages in
src/pages/ - Submit a pull request
Bug Reports & Feature Requests
Found a bug or have an idea for a feature? Open an issue in the relevant repository on GitHub. Please include as much detail as possible — steps to reproduce, expected behaviour, screenshots if applicable.
For security issues, please email security@edge.network directly rather than opening a public issue.
Licence
Most Edge repositories are released under open source licences. Check the LICENSE file in each repository for specifics.
Community
If you'd like to discuss contributions or get help with development, the best places are:
- Discord — the most active community channel
- Telegram — for quick questions and updates
- GitHub Issues — for bug reports and feature requests