-
Notifications
You must be signed in to change notification settings - Fork 41
Add documentation page explaining Mina as a database #1967
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
Add a new page in the developers section that explains Mina blockchain concepts using traditional database terminology. This makes the documentation more accessible to developers familiar with databases but new to web3. The page covers: - Core concept mappings (ledger as KV store, transactions as writes) - Authentication and authorization layers - Logging and audit capabilities (archive nodes, events) - Infrastructure layer comparisons - What makes Mina unique (succinct verification, programmable auth)
OCaml Reference Validation ResultsRepository: https://github.com/MinaProtocol/mina.git Click to see full validation output |
|
Summary
blockchain concepts using traditional database terminology
but new to web3
Content overview
The page covers:
transactions as write operations
decentralization
Type of Change
Testing
make docs-buildChangelog Summary
database for developers familiar with traditional database concepts.