Your dashboard for web3.storage
Upload files & manage your spaces from your browser.
To use the production site visit https://console.web3.storage
To contribute and customize console, copy .env.tpl
to .env
and run the development server:
pnpm dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx
. The page auto-updates as you edit the file.
By default, this app connects to https://up.web3.storage. To use an alternate service, specify the service URL and DID in your environment variables, like:
NEXT_PUBLIC_W3UP_SERVICE_URL=https://your.w3up.service
NEXT_PUBLIC_W3UP_SERVICE_DID=did:your-service-did
An example .env.local
file can be found in .env.tpl
.
If you are using w3infra
, the service URL will be displayed as the UploadApiStack
's ApiEndpoint
output once npm start
has successfully set up your development environment.
⁂