Skip to content

Commit

Permalink
feat: update hedera docs (#1176)
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenFluin committed Sep 20, 2024
1 parent 71cc746 commit 7c248c5
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions src/content/docs/validator/external-chains/hedera.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,21 @@

import { Callout } from "/src/components/callout";

Instructions to set up your Hedera mirror node.
Instructions to set up your Hedera mirror node and RPC-relay.

### Requirements

- [Setup your Axelar validator](/validator/setup/overview/)
- [Setup your Axelar verifier](/validator/amplifier/verifier-onboarding/)
- Minimum hardware requirements: CPUs: 4 cores RAM: 16 GB Storage (SSD): 500 GB
- Ubuntu 20.04 LTS or later
- [Official Documentation](https://docs.hedera.com/hedera/core-concepts/mirror-nodes/run-your-own-beta-mirror-node)

### Prerequisites

- An Amazon Web Services account/Google Cloud Platform account.
- NPM (installing via [`nvm`](https://github.com/nvm-sh/nvm) is recommended)
- [Docker](https://docs.docker.com/engine/install/) (>= v20.10.x) installed on your machine.
- An Amazon Web Services account/Google Cloud Platform account.

### Clone Hedera Mirror Node Repository

- [Official Documentation](https://docs.hedera.com/hedera/core-concepts/mirror-nodes/run-your-own-beta-mirror-node)

Open your terminal and run the following commands

```bash
Expand Down Expand Up @@ -69,4 +68,11 @@ importer-1 | 2024-09-05T14:10:44.539Z INFO scheduling-4 c.h.m.i.d.r.RecordFile

```bash
curl http://localhost:5551/api/v1/transactions?limit=1
```
```

## Setup a Hedera JSON-RPC Relayer
You'll need to setup a JSON-RPC relay to let `ampd` intract with your Hedera node. Follow the official setup instructions:


* [Official Docs](https://docs.hedera.com/hedera/core-concepts/smart-contracts/deploying-smart-contracts/json-rpc-relay)

0 comments on commit 7c248c5

Please sign in to comment.