This project is a multichain "blinks" engine developed during the EthGlobal hackathon in Singapore. It's designed to enhance the multichain experience by leveraging and expanding the "blinks" concept across multiple blockchain ecosystems.
Blinks are blockchain links that allow users to perform on-chain actions—such as payments, voting, or NFT purchases—directly from URLs.
The Universal Blink Engine aims to:
- Seamlessly integrate transactions and interactions across multiple blockchain ecosystems within Web 2 platforms.
- Expand the functionality of "blinks" beyond their initial implementation in the Solana ecosystem.
- Provide a user-friendly interface for creating and managing blinks for various blockchain actions.
- Multichain support for creating blinks
- Support for donation and staking actions
- Chrome extension for detecting and rendering blinks on web pages
- Integration with the Adamik API for easy multichain transaction crafting
To run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
To learn more about the project and its development during the EthGlobal hackathon, check out our blog post.
- Next.js
- React
- Tailwind CSS
- Adamik API
This project won't be maintained anymore. We're not going to develop it further. Feel free to fork it and maintain it yourself.