Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/intersectmbo/cardano-world
Cardano world provides preprod and preview cardano networks, configuration documentation and miscellaneous automation.
https://github.com/intersectmbo/cardano-world
Last synced: about 1 month ago
JSON representation
Cardano world provides preprod and preview cardano networks, configuration documentation and miscellaneous automation.
- Host: GitHub
- URL: https://github.com/intersectmbo/cardano-world
- Owner: IntersectMBO
- License: apache-2.0
- Created: 2022-04-05T16:04:45.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-16T23:50:40.000Z (8 months ago)
- Last Synced: 2024-05-31T10:36:49.358Z (7 months ago)
- Language: Nix
- Homepage: https://book.world.dev.cardano.org/
- Size: 145 MB
- Stars: 30
- Watchers: 36
- Forks: 21
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
Welcome to the Cardano World Repository
Cardano is a decentralized third-generation proof-of-stake blockchain platform and home to the ada cryptocurrency.
It is the first blockchain platform to evolve out of a scientific philosophy and a research-first driven approach.# Cardano World Repository
This repository is a work-in-progress effort to bundle all Cardano
related development & documentation in a single "portal"-repository.The target audience are people who work with Cardano on a daily basis
or just started exploring.## Things you'll find here:
### Source Code
_How is Cardano implemented? → [`./src`][src]._
A growing number of source projects will be merged soon.
### Building & Packaging
_Is Cardano built and packaged reproducibly? → Ofc._ 😎
_Where? → [`./nix/cardano`][build]._
### Operations
_How is Cardano operated @ IOG? → [`./nix/cloud`][cloud]._
_Do you have automation in place? → Sure. See: [`./nix/automation`][automation]._
### Documentation
_Where can I find the documentation? → [`./docs`][docs]._
_No, I mean rendered? → [The Cardano Book][book]._
The documentation is structured around these axes:
| | For Study | For Work |
| ---------------- | ----------- | ------------- |
| **The Practice** | Tutorials | How-To Guides |
| **The Theory** | Explanation | Reference |### Licenses
_What licenses are used? → [`./.reuse/dep5`][licensing]._
_And the usual copies? → [`./LICENSES`][licenses]._
## Releases
You may find releases on the [GitHub Release Page][releases] of this repository.
--
[src]: https://github.com/input-output-hk/cardano-world/tree/master/src
[docs]: https://github.com/input-output-hk/cardano-world/tree/master/docs
[build]: https://github.com/input-output-hk/cardano-world/tree/master/nix/cardano
[cloud]: https://github.com/input-output-hk/cardano-world/tree/master/nix/cloud
[automation]: https://github.com/input-output-hk/cardano-world/tree/master/nix/automation
[book]: https://book.world.dev.cardano.org
[releases]: https://github.com/input-output-hk/cardano-world/releases
[licensing]: https://github.com/input-output-hk/cardano-world/blob/master/.reuse/dep5
[licenses]: https://github.com/input-output-hk/cardano-world/tree/master/LICENSES