Unavailable
Due to rising cloud costs, the todo app at todo.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=0x919F31dAC93eBf9fFd15a54acd13082f34fDd6D3 PAYER_PRIVATE_KEY=[private key of account which sends transactions] SERVER_MODE=send
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
- Code: Todo.sol
- Live Contract on Optimism Goerli: 0x919F31dAC93eBf9fFd15a54acd13082f34fDd6D3