Skip to content

Commit

Permalink
mirror node support
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikebbers committed Aug 6, 2024
1 parent 58c8fbe commit 7dfab5a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ The network contains one node that can be accessed at `localhost:50211`.
The action creates an account that contains 10,000,000 hbars.
All information about the account is stored as output to the github action.

## Inputs

The GitHub action takes the following inputs:

- `installMirrorNode`: A boolean parameter that is `false` by default.
If set to `true`, the action will install a mirror node in addition to the main node.
The mirror node can be accessed at `localhost:8080`.

## Outputs

The GitHub action outputs the following information:
Expand Down

0 comments on commit 7dfab5a

Please sign in to comment.