The Cardano Developer Portal is built to be as open and inclusive as Cardano itself: it is in the hands of the Cardano community and constantly evolved by it.
For this to work, the portal relies on your contributions, and the fact that you are reading this probably means you have something to contribute, even if you are not a developer.
The portal covers everything Cardano developers need in one place: documentation, builder tools, dApp templates, and runnable starter projects in examples/. The content spans smart contracts, native tokens, stake pool operation, and governance.
Every content page on the portal has an Edit this page link at the bottom, letting you propose changes directly from your browser with no local setup.
Before contributing, check the Contributing Guide. If you work with an AI coding agent, point it at AGENTS.md.
Found something broken? Open an issue. Have an idea? Start a discussion.
Fork the repo, then:
git clone https://github.com/<your-github-username>/developer-portal.git
cd developer-portal
yarn install
yarn build # also validates builder tools and links
yarn start # dev server on localhost:3000Requires Node.js 22 (see .nvmrc) and Yarn 1.20+. Built with Docusaurus.
All pull requests should target the staging branch. Changes are merged from staging into main for production periodically by the maintainers.
Contributions are covered by our Code of Conduct. To report a security issue privately, see SECURITY.md.
