Fraxtal
Instructions to set up your frax node.
Requirements
- Setup your Axelar validator
- Minimum hardware requirements: 8 AWS vCPU+, 8GB RAM, 512GB of SSD free storage space.
- MacOS or Ubuntu 22.04 (tested on 22.04)
- Official Documentation
- Official Documentation
Prerequisites
Clone Repo
Set Environment Variables
Note: Update your shell profile in accordance with the shell you are using
Apply your changes
Set node config
Set the following config options in fraxtal-node/.env.testnet
or fraxtal-node/.env
:
Start the node
This should show an output like this:
After it is done, verify by listing the services and their status
You should see these 2 services running
Check logs
Verify OP geth logs
Verify OP node logs
You should see logs like
Verify node sync status
RPC Endpoint
Method:
If you get something like this in response to the above rpc call, your node is setup correctly
You can compare the block height on your node with explorer (mainnet or testnet), use your RPC node only when it has caught up with the latest block height.
Sync Status of Frax optimism Execution Node
You can check your status by connecting to geth console
Configure vald
In order for vald
to connect to your Fraxtal node, your rpc_addr
should be exposed in
vald’s config.toml