Skip to content

ephema/blob-creator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e58e74c · May 6, 2024

History

49 Commits
May 6, 2024
Apr 4, 2024
Mar 1, 2024
Mar 1, 2024
Mar 1, 2024
Apr 4, 2024
Mar 1, 2024
Apr 4, 2024
Apr 4, 2024
Apr 4, 2024
Mar 1, 2024
Mar 1, 2024
Apr 4, 2024

Repository files navigation

Making blobs accessible to everyone ✨

Getting Started

To run the development server:

npm install
npm run dev

Open http://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.