This repository contains Lulo Blinks, including withdraw. It serves as a practical example of creating a withdrawal functionality for Lulo using the Blink SDKs.
It is part of the "Powered by Dialect" series, showcasing how to implement specific functionalities using Dialect's Blink SDKs.
Learn how to build this Lulo Withdraw Blink from scratch with our comprehensive tutorial:
Explore our Blink documentation for:
- Step-by-step tutorials
- Advanced integration techniques
- Best practices for Solana development
- Example projects and use cases
Join our Discord community to connect with other developers building with Dialect!
- Clone repository:
git clone https://github.com/dialectlabs/blink-starter-solana.git
- Install dependencies:
npm install
- Run the development server:
npm run dev
-
Rename
.env.example
to.env
and add the donation wallet address in the .env file -
Open http://localhost:3000 with your browser to see the application.
MIT