Noah 🎈 (@redacted_noah) 's Twitter Profile
Noah 🎈

@redacted_noah

Protocol engineering at @helium. Opinions are my own.

ID: 1391130525688078337

calendar_today08-05-2021 20:39:32

15,15K Tweet

17,17K Followers

1,1K Following

Noah 🎈 (@redacted_noah) 's Twitter Profile Photo

Tutorial time! I built an automated fanout/split wallet with Tuktuk. Tokens go into one wallet and flow out to any number of wallets split by shares. You can use it now for free at fanout.tuktuk.fun Docs for Tuktuk at tuktuk.fun youtu.be/Qfykrba7XzU?si…

Noah 🎈 (@redacted_noah) 's Twitter Profile Photo

DePIN is going to have hundreds of millions of users and crypto neckbeards will still buy Cardano instead. The market is a weighing machine but apparently feces weighs a lot.

Noah 🎈 (@redacted_noah) 's Twitter Profile Photo

DAOs are notoriously bad at capital allocation. Which makes it all the more hilarious when this DAO is failing to allocate capital it’s literally stealing from NFT minters of old. Never a dull day on the blockchain

Noah 🎈 (@redacted_noah) 's Twitter Profile Photo

Ever needed a wallet that splits incoming tokens percent-wise amongst other wallets? tokens | fanout wallet / | \ / | \ w1 w2 w3 Here: fanout.tuktuk.fun

Noah 🎈 (@redacted_noah) 's Twitter Profile Photo

The lack of ability to query things on-chain from within a smart contract is truly sad. If we had this ability, you could have smart wallets that let users sign clear txs like "transfer <x> cNFT to y." And the smart contract would figure out the requisite accounts (merkle tree,

Noah 🎈 (@redacted_noah) 's Twitter Profile Photo

Crypto in the US has until the administration changes to prove it’s useful. After that, if we haven’t, the next admin is going to make operation choke point look like a slap on the wrist. Support the projects that are making a difference.

Noah 🎈 (@redacted_noah) 's Twitter Profile Photo

I remember when fair launches were created for NFTs. Nobody wanted to use them. Or rather, minters liked them. But the people making things go viral, they were all in on the grift. Sniping their own mints. And community had too much fomo to refuse to mint unfair mints. Same will

Noah 🎈 (@redacted_noah) 's Twitter Profile Photo

Cool trick with tuktuk for Helium🎈 deployers. Have a host/deployer relationship where you deploy the hotspot and split the HNT rewards? This video will show you how to create on-chain automation so the rewards claim and split happens on auto pilot! youtu.be/bH1bD7sz0BY

Jacob Creech (@jacobvcreech) 's Twitter Profile Photo

Ever run into Cursor giving you out of date info when building on Solana? Add the Solana MCP server to provide additional context to Cursor, accelerating your development Learn more πŸ‘‡

Noah 🎈 (@redacted_noah) 's Twitter Profile Photo

Months later and I'm *still* cleaning up shrapnel from the Anchor 30 yolo IDL update that resides at the exact same IDL address. We as an ecosystem love violently shooting ourselves (and others) in the foot.

toly πŸ‡ΊπŸ‡Έ (@aeyakovenko) 's Twitter Profile Photo

I just hope the Apple photos app continues to randomly change how to get to the albums list every time you open it. It’s my favorite feature.

Noah 🎈 (@redacted_noah) 's Twitter Profile Photo

Since you already gambled your kid's college fund on fartcoin, might as well save some money by putting them on the Helium Mobile kids plan.

Noah 🎈 (@redacted_noah) 's Twitter Profile Photo

You can now see Helium🎈 network delegation and 30d revenue stats directly on heliumvote.com In preparation for delegations expiring, there is now an option to "Delegate All." This will delegate + automate claims on all positions at once. Coming πŸ”œ to Wallet App.

You can now see <a href="/helium/">Helium🎈</a> network delegation and 30d revenue stats directly on heliumvote.com

In preparation for delegations expiring, there is now an option to "Delegate All." This will delegate + automate claims on all positions at once.

Coming πŸ”œ to Wallet App.
Noah 🎈 (@redacted_noah) 's Twitter Profile Photo

Coding is undeniably less fun with AI. I used to be able to enter a flow state. Now I'm stuck waiting for the AI constantly. Coding 2-3x faster, but with 50% less satisfaction.

Noah 🎈 (@redacted_noah) 's Twitter Profile Photo

Anchor tip - when you're in a workspace with many programs, `anchor build` can be slow. If you only change one program, build it with: `anchor build -p <program-name>` Want to run localnet/tests with it? `anchor build -p <program-name> && anchor localnet --skip-build`