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:

github.com/edge

Key Repositories

RepositoryDescription
edge/wikiThis community wiki — content, layout and build system
edge/cliEdge CLI for node operation and stake management
edge/explorerEdge blockchain explorer
edge/accountAccount and wallet interface
edge/governanceGovernance platform for proposals and voting
edge/bridgeNetwork bridge between Edge and Ethereum
edge/indexBlockchain 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

  1. Fork the repository — create your own copy on GitHub
  2. Create a branch — make your changes on a feature branch
  3. Submit a pull request — describe what you've changed and why
  4. 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:

  1. Clone the wiki repository
  2. Run npm install and npm run dev to start the local dev server
  3. Edit or add pages in src/pages/
  4. 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