Static Site Deployment
Deploy a directory as a static website to tmp.objekt.sh:
objekt deploy ./dist -w my-walletFor 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