Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Ensure the title is a clear summary of the requirement and provides enough conte

**Issue Types:**


* **Bug Report:** Provide detailed information about the issue, including steps to reproduce it, expected behavior, and actual behavior, screenshots, or any other relevant information.
* **Documentation Improvement:** Clearly describe the improvement requested for existing content and/or raise missing areas of documentation and provide details for what should be included.
* **Feature Request:** Clearly describe your feature, its benefits, and most importantly, the expected outcome. This helps us analyze the proposed solution and develop alternatives.
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ This allows for easy orchestration of the Midnight Node service.

4. Run `docker-compose up`


The `.envrc` file will automatically create a random private key and save it as `midnight-node.privatekey`.

Choose which compose files to use:
Expand Down Expand Up @@ -46,7 +47,7 @@ or to run the Midnight Node, Cardano DB Sync and a local Proof Server, you can d
docker compose -f ./compose-partner-chains.yml -f ./compose.yml -f ./proof-server.yml up -d
```

🚀 That's it.
🚀 That's all.

### Troubleshooting

Expand Down
Loading