getblink.fun is a no-code platform designed to make decentralized finance (DeFi) on Solana accessible to everyone. It allows users to create and share "Blinks"-simple, shareable links that trigger on-chain DeFi actions directly from platforms like Twitter.
At getblink.fun you can create BLINKS that can power transactions on Solana from Twitter itself!
Here's a Demo video of how to create an LP Blink on getblink.fun, check out the demo video.
- No-Code DeFi: Create and share links that execute Solana DeFi actions-no coding required.
- Social Integration: Trigger blockchain transactions directly from social platforms like Twitter.
- User-Friendly: Designed to lower the barrier for creating blinks, boosting crypto adoption by making blockchain interactions simple and intuitive for everyone.
- Create a Blink: Users generate a unique link (Blink) on getblink.fun that encodes a specific Solana transaction or DeFi action.
- Share the Blink: The link can be shared anywhere-social media, chat apps, or directly with friends.
- Trigger On-Chain Actions: When someone clicks the Blink, it initiates the specified Solana transaction, all from their browser.
Follow these steps to set up and run the project on your local machine:
- Node.js v18.18.0 or higher
-
Clone the Repository
git clone https://github.com/shubhiscoding/getblink.fun.git cd getblink.fun -
Install Dependencies
npm install
-
Configure Environment Variables
Create a
.envfile in the project root with the following content:SOLANA_RPC= WALLET= METEORA_IMAGE= MONGODB_URI= -
Start the Web App
npm run dev
This will launch the React-based web application in development mode.
| Command | Description |
|---|---|
| npm run dev | Start the web app (development) |
| npm run build | Build the web app for production |
- Frontend: Next
- Blockchain: Solana
- Backend: MongoDB (for data storage)
Feel free to fork the repository and submit pull requests to help improve the platform.