Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Skip to content

Static Site Deployment

Deploy a directory as a static website to tmp.objekt.sh:

objekt deploy ./dist -w my-wallet

For permanent hosting, deploy to IPFS and set the ENS contenthash:

# Deploy to IPFS
objekt deploy ./dist -w my-wallet --storage ipfs
 
# Set contenthash on ENS
objekt ens contenthash set 1a35e1.eth ipfs://Qm...

Contenthash

Read the current contenthash for an ENS name:

objekt ens contenthash get 1a35e1.eth