more thought

This commit is contained in:
Para Dox
2025-04-28 22:14:28 +07:00
parent 1f13edad78
commit 002b2fa99c
260 changed files with 1560 additions and 260 deletions

View File

@@ -11,12 +11,17 @@
#
# docker run --rm alpine sh -c "printf '0x'; head -c32 /dev/urandom | xxd -p -c 64" > .jwtsecret
#
# cat .env
# env
# ...
# IP=$(curl ipinfo.io/ip)
# DOMAIN=${IP}.traefik.me
# COMPOSE_FILE=base.yml:rpc.yml:fantom/sonic/fantom-mainnet-sonic-archive.yml
#
# docker compose up -d
#
# curl -X POST https://${IP}.traefik.me/fantom-mainnet-archive \
# -H "Content-Type: application/json" \
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
services:
fantom-mainnet-archive:

View File

@@ -11,12 +11,17 @@
#
# docker run --rm alpine sh -c "printf '0x'; head -c32 /dev/urandom | xxd -p -c 64" > .jwtsecret
#
# cat .env
# env
# ...
# IP=$(curl ipinfo.io/ip)
# DOMAIN=${IP}.traefik.me
# COMPOSE_FILE=base.yml:rpc.yml:fantom/sonic/fantom-testnet-sonic-archive.yml
#
# docker compose up -d
#
# curl -X POST https://${IP}.traefik.me/fantom-testnet-archive \
# -H "Content-Type: application/json" \
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
services:
fantom-testnet-archive: