In a few short steps you can create your very own donation page. See it live as a pinned REPL at _________
This Repl provides a canvas to create a link-in-bio page with new donation features built-in. Users can support you with one-click donations called Boosts (no credit cards every time), and one-time donations powered by Mash.
They can also support you natively with other Bitcoin Lightning Network wallets with an LN-URL QR Code or Lightning Address (learn more at ) and also get links to your site and bio pages. Get started and discover the future of payments. Learn more at: https://www.getmash.com/news/bitcoin-lightning-address-and-qr-code
We make it easy for your users. When they visit your site or repl, they'll get access to their funds in their Mash Wallet. Alternatively, they can create an account and get funds immediately to support you by buying a wallet, or scan the QR code with another supporting wallet.
-
Fork this REPL (you know this!)
-
Get donations sorted on your site by creating an account sorted at wallet.getmash.com/earn – make sure to choose a fun handle!
-
Update your EarnerID in this REPL to ensure that you get donations directly – specifically in main.jsx file
- const earnerId = "686c1f12-7995-4399-87a2-d6d8630f1417";
-
Update the links to your social pages in main.jsx. Alternatively you can remove each button by un-commenting the lines at the bottom of main.jsx (deleting '//' at the beginning of each line) - or make your own custom one! (e.g., repl overview).
-
Take a look at your Mash Page that was created with your Mash account – it's available at https://wallet.getmash.com/e/yourhandle (replace your handle with the one you selected)
-
Go to your profile page and Pin this REPL there and ask users to support you.
-
Share this repl URL with users that you want to get support from – optionally create and connect a custom domain.
To connect to your Mash account to receive payments for image generations, set the relevant environment variables listed above. Not sure how to get the earner ID or price category tag? Visit the Mash Platform web app to start earning.
Check out our other demos and learn more about what can be done with Mash by visiting our overview page on Replit. Learn more about Mash on Replit in this Blog post.
Other repls:
- Monetize a web app with Mash & Bitcoin: Pet Rock Simulator
- The Dino Game w/ Santa Christmas Extension & Monetization
- Donation & Profile / Link-in-Bio Replacement Site
Next Generation Frontend Tooling
- 💡 Instant Server Start
- ⚡️ Lightning Fast HMR
- 🛠️ Rich Features
- 📦 Optimized Build
- 🔩 Universal Plugin Interface
- 🔑 Fully Typed APIs
Vite (French word for "fast", pronounced /vit/
) is a new breed of frontend build tool that significantly improves the frontend development experience. It consists of two major parts:
-
A dev server that serves your source files over native ES modules, with rich built-in features and astonishingly fast Hot Module Replacement (HMR).
-
A build command that bundles your code with Rollup, pre-configured to output highly optimized static assets for production.
In addition, Vite is highly extensible via its Plugin API and JavaScript API with full typing support.