We wanted to build a developer portal as open and inclusive as Cardano. A portal that is in the hands of the Cardano community and can be constantly evolved by it.
For this to be successful, the portal relies on your contributions, and the fact that you are reading this text probably means that you have something to contribute, even if you are not a Developer.
The portal covers everything Cardano developers need in one place, including documentation and builder tools on 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.
Before contributing, check the Contributing Guide.
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 20+ 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.
