Skip to content

ephema/blob-creator

Repository files navigation

Making blobs accessible to everyone ✨

Getting Started

To run the development server:

npm install
npm run dev

Open http:https://localhost:3000 with your browser to see the result.

Notes

We've inlined the kzg-wasm package to work around some problems with Next.JS. The package is mostly kept the same, except for commenting out some Node code that is not needed in the browser.