Walrus Relay
Using the Walrus TypeScript SDK and the Walrus Upload Relay, the following example app creates a web application that can be used for uploading and managing blobs on Walrus.
View a deployed instance of this example in your browser or view the entire source code.
Define and configure the Walrus client:
File not found in manifest:
src/lib/walrus.ts. You probably need to run `pnpm prebuild` and restart the site.Define network configuration options:
File not found in manifest:
src/networkConfig.ts. You probably need to run `pnpm prebuild` and restart the site.Create the web application's App.tsx file:
File not found in manifest:
src/App.tsx. You probably need to run `pnpm prebuild` and restart the site.