Pastebin clone
Build a basic CRUD dApp
A simple pastebin clone should allow anonymous users to easily publish and share plain text publicly, and browse text uploaded by others.
Building this on MEM has several advantages:
No need to deploy and manage API servers
Application state and all content is stored for free on Arweave forever
Web3-ready - plug in authentication, encryption, token-gating and more
Pastebin MEM function
function.js
state.json
UI: writing a paste
UI: reading pastes
https://api.mem.tech/api/state/jBA874p2FtnLhDONzcphPgOp9Nzf5ly620BWQWf9rUI
Optional features supported by MEM
Add the option to authenticate using a wallet
Private pastes using encryption (coming soon)
Self-destruct using encryption (coming soon)
Last updated