Skip to main content

Unavailable

Due to rising cloud costs, the simple example app at simple.fallback.natecation.xyz is currently unavailable.

Self-Host

To run the app yourself, deploy the Dockerfile with the following environment variables set:

ETHEREUM_RPC_URL=https://opt-goerli.g.alchemy.com/v2/[your api key]
FALLBACK_SERVER_CONTRACT_ADDRESS=0x83707e88a05046a04b459d8d0eb1afcc404f92eb
SERVER_MODE=call

You can run the Dockerfile locally, or on a managed container runtime such as AWS Fargate if you push the image to the cloud.

Links