dPaste is a simple application showcasing Golem Base DB Chain storage capabilities. To create notes start with connecting the MetaMask browser plugin. Read more at https://glm.zone/golem-base-testnets.
Read more at Getting Started with Golem Base First Testnet (L2+L3)
Demo: https://dpaste.golem-base.io
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
npm run build
# or
yarn build
# or
pnpm build
# or
bun build
Metamask browser plugin is required for connecting Your Wallet to the application. Once it is connected, adding a note is as simple as typing it down, choosing the Time-To-Live (TTL), syntax highlighting and optionally - password encryption.
Open http://localhost:3000 with your browser to see the result.