Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/intersectmbo/cardano-node-emulator
https://github.com/intersectmbo/cardano-node-emulator
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/intersectmbo/cardano-node-emulator
- Owner: IntersectMBO
- License: apache-2.0
- Created: 2023-09-13T16:45:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-17T19:05:04.000Z (3 months ago)
- Last Synced: 2024-09-17T23:32:16.446Z (3 months ago)
- Language: Haskell
- Size: 271 KB
- Stars: 3
- Watchers: 13
- Forks: 4
- Open Issues: 6
-
Metadata Files:
- Readme: README.adoc
- Contributing: CONTRIBUTING.adoc
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
= https://github.com/input-output-hk/cardano-node-emulator[Cardano Node Emulator]
:email: [email protected]
:author: Input Output HK Limited
:toc: left
:reproducible:image:https://img.shields.io/badge/policy-Cardano%20Engineering%20Handbook-informational[link=https://input-output-hk.github.io/cardano-engineering-handbook]
== Introduction
TODO
[[Architecture]]
== ArchitectureThe repository consists of a set of components:
- link:./cardano-node-emulator[cardano-node-emulator]
== Development
[[how-to-develop]]
=== How to develop and contribute to the projectRun `nix develop` to enter the development shell and you will be presented with a list of available commands.
**Please see link:CONTRIBUTING{outfilesuffix}[CONTRIBUTING] for comprehensive documentation on how to contribute to the project, including development and submitting changes*
== Documentation
=== User documentation
User documentations are work in progress. You may generate Haskell API documentation (haddocks) directly from `nix develop` for each of the components:
```
cabal haddock cardano-node-emulator
```== Working with the project
=== How to submit an issue
Issues can be filed in the https://github.com/input-output-hk/cardano-node-emulator/issues[GitHub Issue tracker].
However, note that this is pre-release software, so we will not usually be providing support.
[[how-to-develop]]
=== How to develop and contribute to the projectSee link:CONTRIBUTING{outfilesuffix}[CONTRIBUTING], which describes our processes in more detail including development environments; and <>, which describes the structure of the repository.
== Licensing
You are free to copy, modify, and distribute the Cardano Node Emulator Library under the terms of the Apache 2.0 license. See the link:./LICENSE[LICENSE] and link:./NOTICE[NOTICE] files for details.