A proof-of-concept project showcasing Blinks technology from Dialect Labs. This project demonstrates how to create a simple web application that renders a Blink containing links to a person's external profiles and social media presence.
This project serves as an experimental implementation of Blinks, allowing users to:
- View a Blink containing multiple profile links
- Access external profiles through the Blink interface
- Experience a modern, Next.js-powered web application
First, clone the repository:
git clone https://github.com/bjoerndotsol/blinkprofile.git
cd profile-blinkInstall the dependencies:
npm install
# or
yarn installCreate a .env.local file with your environment variables:
NEXT_PUBLIC_BASE_URL=http://localhost:3000Run the development server:
npm run devOpen http://localhost:3000 with your browser to see the result.
- Next.js - React framework for the frontend
- Blinks - Dialect Labs' technology for creating blockchain links (Blinks)
- TypeScript - For type-safe code
- Solana - For WalletAdapter and types
Checkout (Dialect's documentation)[https://docs.dialect.to] to learn more about blinks.
This is an open-source proof of concept. Feel free to:
- Submit issues for bugs or feature requests
- Create pull requests to improve the codebase
- Fork the project for your own experiments
MIT License - Feel free to use this code for your own projects
Special thanks to Dialect Labs for creating the Blinks technology that makes this project possible.