Welcome to the Awesome Slinks repository! This is a community-curated list of cool Slinks (Starknet Links) on Starknet.
Slinks are the Starknet version of Solana Blinks (Blockchain Links). The concept is simple: use a Starknet application directly from Twitter as an embed card in a tweet.
Under the hood, Slinks are just Twitter Cards.
This repository serves two main purposes:
- To showcase a collection of cool Slinks on Starknet
- To demonstrate how to easily implement a Slink for any Starknet Application
Important: Interacting with any web3 application carries inherent risks. The inclusion of an application in this list does not guarantee its security or imply that it is free from vulnerabilities. Always exercise caution, do your own research, and understand the risks before interacting with any decentralized application.
Here's a list of some cool Slinks on Starknet:
-
Avnu
- Live Slink Tweet: https://x.com/avnu_fi/status/1816442462069502441
- Official Application Website: app.avnu.fi
-
Ekubo
- Live Slink Tweet: https://x.com/EkuboProtocol/status/1816154347547312261
- Official Application Website: https://app.ekubo.org/
-
Fibrous
- Live Slink Tweet: https://x.com/FibrousFinance/status/1816451301942657529
- Official Application Website: fibrous.finance
-
Flex
- Live Slink Tweet: https://x.com/Flex_strk/status/1816460243616035061
- Official Application Website: hyperflex.market
-
STRKFarm.xyz
- Live Slink Tweet: https://x.com/strkfarm/status/1816536692813365417
- Official Application Website: strkfarm.xyz
-
Raize Club
- Live Slink Tweet: https://x.com/RaizeClub/status/1816493967099437119
- Official Application Website: raize.club
-
Jediswap
- Live Slink Tweet: https://x.com/JediSwap/status/1816693579055825327
- Official Application Website: app.jediswap.xyz
We welcome contributions from the community! If you know of a cool Slink that's not on the list, feel free to submit a pull request.
Add the following meta tags to your main app's HTML <head>
:
<meta name="twitter:card" content="player" />
<meta name="twitter:site" content="@YourTwitterHandle" />
<meta name="twitter:title" content="Your App Title" />
<meta name="twitter:description" content="Brief description of your app" />
<meta
name="twitter:player"
content="https://your-domain.com/twitter-card.html"
/>
<meta name="twitter:player:width" content="360" />
<meta name="twitter:player:height" content="560" />
<meta
name="twitter:image"
content="https://your-domain.com/preview-image.png"
/>
To improve sharing across various social media platforms, add Open Graph meta tags to your HTML:
<meta property="og:url" content="YOUR_PAGE_URL" />
<meta property="og:title" content="Your Title Here" />
<meta property="og:description" content="Your description here" />
<meta property="og:image" content="URL_TO_YOUR_IMAGE" />
This project is licensed under the MIT License - see the LICENSE file for details.