Check out our project for @metaplex cHack!
Decentralized on-chain documentation suitable for any project.
Content is stored for eternity on Arweave and verified on Solana using Metaplex cNFTs.
Users are their own creators and own 100% of their data.
Here's how it works ⤵
I made the solana/spl-token-registry method to get token registry faster.
I am sure a lot of our apps still use the spl-token-registry to fetch the token list and build a map of token details.
The suggested usage is a little inefficient so I cleaned it up.
Here's how 👇
gm 🦀, this week I've been learning Rust. As I've been learning this from a web devs perspective, I've been eager to find cool web use cases for Rust. I looked at a couple Rust/WASM frameworks and this one stood out. Here's what I've learned so far...
🍪 Svelte Snacks. Todays episode, updating a variable/state management. One of the things that draws me to this language is the fact that it attempts to stay as close to vanilla as possible while thoughtfully abstracting out things we do everyday in web dev.
🧵 Saturday brain stream about @tailwindcss DaisyUI pure CSS modals.
I think it's cool how these are setup. Here are some of my findings and a @sveltejs component I made to make them better for my use case.
🛠️ New Gist: Svelte Solana Connect Wallet
This is something I remake way too often. Made myself a little a quick start with some boilerplate for adding Solana wallet support to Svelte projects. Works for me, hope it helps you too! Link below
🛠️ I am making a UI to get holder snapshots of Solana NFT projects.
Usually "get mintlist" is a process that takes what feels like years, but I used the @heliuslabs NFT API which returns it in a matter of seconds. Mintlist + resolving 1k holders in ~20 seconds 🤯🔥 LFG