.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
ZOTS_SEED
Required: Your Zcash seed phrase (24 words)
ZOTS_BIRTHDAY_HEIGHT
Optional: Wallet birthday height (default: 3717528) Use the block height when your wallet was created for faster sync
ZOTS_LIGHTWALLETD
Optional: Lightwalletd endpoint (default: testnet.zec.rocks)
ZOTS_NETWORK
Optional: Network (testnet or mainnet, default: testnet) WARNING: mainnet support is not yet implemented
ZOTS_NOSTR_NSEC
Required for Nostr: Your Nostr secret key (nsec1... bech32 or hex) Generate one at: https://nostrtool.com or use any Nostr client
ZOTS_NOSTR_RELAYS
Required for Nostr: Comma-separated list of relay URLs
brew install flyctl && fly launch --from https://github.com/abdelstark/zopentimestamps
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/abdelstark/zopentimestamps
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/abdelstark/zopentimestamps