Skip to content

Instantly share code, notes, and snippets.

@alanshaw
Last active July 11, 2025 09:58
Show Gist options
  • Save alanshaw/3c27e67bd9136c789e90950e3fc67644 to your computer and use it in GitHub Desktop.
Save alanshaw/3c27e67bd9136c789e90950e3fc67644 to your computer and use it in GitHub Desktop.
env vars for Storacha CLI
# prod
export STORACHA_SERVICE_DID=did:web:up.storacha.network
export STORACHA_SERVICE_URL=https://up.storacha.network
export STORACHA_STORE_NAME=storacha-cli-prod
export STORACHA_RECEIPTS_URL=https://up.storacha.network/receipt/
# staging
export STORACHA_SERVICE_DID=did:web:staging.up.storacha.network
export STORACHA_SERVICE_URL=https://staging.up.storacha.network
export STORACHA_STORE_NAME=storacha-cli-staging
export STORACHA_RECEIPTS_URL=https://staging.up.storacha.network/receipt/
# staging (warm)
export STORACHA_SERVICE_DID=did:web:staging.up.warm.storacha.network
export STORACHA_SERVICE_URL=https://staging.up.warm.storacha.network
export STORACHA_STORE_NAME=storacha-cli-staging-warm
export STORACHA_RECEIPTS_URL=https://staging.up.warm.storacha.network/receipt/
# dev
export STORACHA_SERVICE_DID=did:web:alan.up.storacha.network
export STORACHA_SERVICE_URL=https://n7js8smi24.execute-api.us-west-2.amazonaws.com
export STORACHA_STORE_NAME=storacha-cli-alan
export STORACHA_RECEIPTS_URL=https://n7js8smi24.execute-api.us-west-2.amazonaws.com/receipt/
# LEGACY ####################################################################################
export W3UP_SERVICE_DID=did:web:alan.up.storacha.network
export W3_STORE_NAME=storacha-cli-alan
export W3UP_SERVICE_URL=https://n7js8smi24.execute-api.us-west-2.amazonaws.com
export W3UP_RECEIPTS_ENDPOINT=https://n7js8smi24.execute-api.us-west-2.amazonaws.com/receipt/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment