Skip to content

Mina is a cryptocurrency protocol with a constant size blockchain, improving scaling while maintaining decentralization and security.

License

Notifications You must be signed in to change notification settings

MinaProtocol/mina

Folders and files

NameName
Last commit message
Last commit date
Feb 20, 2024
Feb 4, 2025
Mar 12, 2025
Aug 26, 2024
Mar 19, 2025
Jan 31, 2025
Sep 19, 2024
Aug 22, 2024
Nov 11, 2024
Feb 18, 2021
Feb 13, 2025
Jan 31, 2025
Feb 27, 2025
Mar 12, 2025
Feb 18, 2021
Jun 8, 2018
Dec 14, 2020
Feb 29, 2024
Aug 26, 2024
Jun 14, 2024
Jan 22, 2024
Feb 11, 2020
Jul 9, 2024
Sep 26, 2024
Mar 18, 2022
Dec 12, 2023
Jan 12, 2024
Sep 12, 2024
Feb 12, 2025
Sep 30, 2024
Dec 1, 2024
Dec 20, 2022
Dec 10, 2023
Feb 7, 2025
Oct 31, 2018
Jul 13, 2022
Mar 12, 2025
May 12, 2022
Sep 3, 2024
Feb 25, 2025
Feb 20, 2025
Sep 9, 2020
Feb 26, 2025
May 19, 2022

Repository files navigation

Mina

GitHub stars  GitHub forks

GitHub contributors  GitHub commit activity  GitHub last commit

Develop1 Compatible2 Master3
Build status - develop Build status - compatible Build status - master

Mina is the first cryptocurrency with a lightweight, constant-sized blockchain. This is the main source code repository for the Mina project and contains code for the OCaml protocol implementation, the Mina Protocol website, and wallet. Enjoy!

Notes

Mina is still under active development and APIs are evolving. If you build on the APIs, be aware that breaking changes can occur.

The Mina implementation of the Rosetta API offers a more stable and useful interface for retrieving the blockchain's state. Rosetta is run as a separate process and it relies on an archive being connected to a node. The source code for the archive and Rosetta implementation are in src/app/archive and src/app/rosetta. Be sure to follow updates in the project if these resources are relocated.

What is Mina?

Mina Walkthrough

Technical Papers

Blog

Contributing

For information on how to make technical and non-technical contributions, see the repository contributing guidelines in CONTRIBUTING and the Contributing Guide docs.

Developers

The Node Developers docs contain helpful information about contributing code to Mina and using Mina APIs to build applications.

Quick Links

Community

  • Join the public Mina Protocol Discord server. Please come by if you need help or have any questions.
  • Participate in our online communities.
  • Get the latest updates by signing up for the Mina newsletter. Select SIGN UP FOR NEWSLETTER on the home page of the Mina Protocol website.

License

Apache 2.0

Commits older than 2018-10-03 do not have a LICENSE file or this notice, but are distributed under the same terms.

Footnotes

  1. Develop is a mainline branch containing code that may be not compatible with current mainnet and may require major upgrade (hardfork).

  2. Compatible is a mainline branch containing code which does not need hardfork in order to apply it to mainnet.

  3. Branch which contains current mainnet code.