Skip to content

Commit

Permalink
chore: add details on generating
Browse files Browse the repository at this point in the history
  • Loading branch information
PhearZero committed Dec 5, 2024
1 parent 4021459 commit 1d0b2c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ All submodules and endpoints **SHOULD** align with the command/ui namespaces.
Example Command:

```bash
hacktui status
algorun status
```

Example Structure
Expand Down Expand Up @@ -130,6 +130,7 @@ This package is the ViewModel and View in MVC.
# Generating RPC package

The `api` package is generated via [oapi-codegen](https://github.com/oapi-codegen/oapi-codegen).
This is only required when adding new or missing RPC interfaces from the algod specification.
Its configuration is found under `generate.yaml` and can be run with the following make command:

```bash
Expand Down

0 comments on commit 1d0b2c5

Please sign in to comment.