I've built a tool that let's you recover your tokens even when your wallet doesn't allow transfers anymore.
This is in response to recent attacks where user wallets are rendered unusable.
Here is how to use it and how to build something like this yourself 👇
Let me present to you the newest feature of the @solana recovery tool:
You can send any transaction from any protocol, including
- @KaminoFinance
- @tensor_hq
- @marginfi
- many others
as long as you are the only singer and the tx doesn't require spending SOL
New to @solana ?
I have THE video for you!
We go through:
- what is Solana
- Wallets
- Explorers
- what Validators do
- Accounts, Instructions, Transactions
- intro to CLI
- Tokens
- development resources
This is my onboarding video 👇
I've been observing
@Claynosaurz
for a while now and today I finally pulled the trigger when I saw this one: Amethyst on Lavender (purple on purple) Rex
And finally: the video a lot of people have been waiting for 🥁
Rust Basics for Solana Devs 🦀
this will teach the main differences between @rustlang and other programing languages 👇
I create great educational content 🎓
and I’m sacrificing a Mad Lad to tell you❤️🔥
Hi, I’m Andy, I make YouTube videos about @solana topics..
Madlads community has been supportive from the start
to give something back here is how you can win a @MadLadsNFT ... 👇
Here's an exciting tool for @solana_devs
Surfpool by @txtx_sol
It allows you to run stuff locally and it will dynamically fetch all missing accounts from mainnet.
So you can just simulate all programs locally while not having to deal with anything.
I love it!
So I've been playing with the idea of doing a Solana Programming Intensive course
with group lessons, individual lessons and feedback, and support for whatever you're building
Max 10 people
Running ~3months
Who would be interested in joining this?
You want to be able to withdraw from defi protocols like @KaminoFinance, or delist your NFTs form @tensor_hq ?
I know how to do that and can add those features.
Can we croudfund the development?
Andy6T6LdA3gxuUkgPxhGuQC6D4hDcEuZAyYo4gndFrb
I've built a tool that let's you recover your tokens even when your wallet doesn't allow transfers anymore.
This is in response to recent attacks where user wallets are rendered unusable.
Here is how to use it and how to build something like this yourself 👇
If you are developing in Rust, you want to understand cfg
- what conditinal config checks are
- how to use them
- how cargo handles features
- and how that all relates to @solana development
All of that we explore in the following video 👇
Did you know that there is a new @solana JavaScript SDK being developed?
I spent 3h figuring out how to send transactions so that you can do it in 30min ;)
Here is my review 👇
Let's say I have a @solana wallet with some USDC but no SOL. What's the easiest way to swap without funding the wallet first?
Is there a solution for this? I feel like building something if not...
I love going through @anza_xyz source code
doing so I learned
- cool features of @rustlang
- good program architecture
- how deployment actually works
- where the tx size limit comes form
- that happens when a program is closed
All of this and more in my new video 👇
Okay! Fock it.
Here is the deal 🤝
if @MadLadsNFT community and @xNFT_Backpack enthusiasts manage to get me to
2500 followers
within the next 48 hours
then I'll actually give away a MadLad!
starting NOW!
WE MADE IT!
2000 followers 🪇🎉
Just out of curiosity, if I 𝔴𝔢𝔯𝔢 to do a giveaway
what would you be most interested in winning?
@SolanaMBS@Claynosaurz or @MadLadsNFT
Hey guys! Great news for everybody with bricked wallets!
I've just managed to recover funds from @KaminoFinance and the same might work with other protocols.
I will integrate this feature to the recovery tool but it might take a bit, please be patient.
Breakpoint 2023 looks to have over 300 talks, workshops, and conversations this year 🤯
Don't fomo in late - book your flights/tickets now #Solana#Breakpoint2023
Do you write @solana scripts in TypeScript?
May I suggest @rustlang instead?
Just give it a try and see how you like it ;)
In my newest video, I'm giving an introduction to the Solana Rust SDK 🦀👇
Are you one of those people who just use println for debugging?
Or do you prefer to debug line by line while watching variable values?
I made a video how you can do that with your @solana programs! 👇
Do you like the low level stuff as much as I do?
Come with me to explore how we can code Solana programs in Assembly :D
Deploying programs in 2 txs
Sending tx that take 8 CUs to do a SOL transfer
Understanding the instruction set and what a CU actually is
all in this video 👇
Here is a possible strategy for a great life:
1) learn Solana development
2) work through the bull market, get paid $$$
3) relax and chill through the bear
I get soo many requests for devs right now and have no one to refere to.
There is an extension for VS Code (and Cursor) built by @AckeeBlockchain that helps you find security issues in your code and also helps with @TridentSolana fuzzing!
I had a look at it.
Here is what I found 👇
This is probably the most emotional I've ever been in a @solana video...
Recorded the day after my wallet drainer experiment, analyzing the wallets and what I could have stolen 💸💸
In short: from ~100 people I could have stolen 160k USD in assets, details below 👇
FINALLY! The video we have ALL* been waiting for!
* or maybe that's just me
This is how I built my wallet drainer ❤️🔥
in fact it's different ways of building wallet drainers
which should teach you how you can keep you assets SAFE!
👇👇👇
Did you know that encoding and decoding data types in typescript is super convenient when using the @solana kit (former web3.js v2)?
If you want to learn more
- how it works
- where it is used
- how you can use it yourself
come join me on this deep dive 👇
Get this: the @solana token program will get two new instructions!
yes, you heard that right!
THE Solana Token Program [TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA], which is immutable, will get two new instructions!
Don't believe me? check this 👇
BLINKs - great new tech or temporary hype?
Here is my opinion 👇
along with a basic intro what they are (incase you are living under a rock or went on vacation for a week)
Okay. That's it! 😠
No more free Solandy consultation sessions.
No more free support on telegram.
No more free support in discord.
Only way to reach me now is @Sollinked_com .
That's called setting healthy boundaries.
new video: How to work with Time on Solana!⏲️
You can learn
- What a sysvar is, what types of sysvars there are
- What is an epoch, what is a slot?
- When to use slots over timestamps
- Bonus: how to pronounce epoch 😄
check it out 👇
Anchor @anchorlang, the framework to build solana programs, keeps adding new features.
in version 0.31.0 they added
- more efficient init
- custom discriminators
- lazy accounts
Let's explore how those work 👇
Do you want to build a deep understanding of how @solana works?
Come sit down with me in a game-show style episode where we deep dive on account deletions.
Here is your first question 👇
Gm @solana web3!
I'm looking for a new job!
I can do anything related to development (from coding to community management).
I'm willing to work 40-60h or all in.
I'm okay not getting payed for the first year if the project is interesting!
Shill me what you got 👇
What's the difference between a public key and an address? 🤔
That's something every @solana dev needs to know!
And it's also a reason for a major version update of the rust crates 👇
one thing that I struggeled with when writing solana programs was rust toolchains, somethimes I couldn't compile anymore but didn't know why
but NOT ANYMORE!
I learned how they work, how to update them and set correct dependencies 👇
You up for another challenge?
Here is a program:
HcKmEtHF2xgqVBSYmrt81T2YJDHF5xevfFnyEVz35trz (devnet)
Try to hack it ;)
Related: in my newest video I explore disasembling Solana programs 👇
Did you know that @solflare_wallet uses @LighthouseProto to ensure "what you see is what you get"?
I didn't. before i looked into what Solflare Guards are :D
So does that mean you cannot get drained anymore and you're 100% safe?
Make a guess 😜 and watch this 👇
Deep dive into Pinocchio
I had *way* too much fun doing this!
learning about
- rust standard library
- custom allocators
- different entrypoints
probably my favourite video of this month 👇
Finally got around to making a video on confidential transfers with token extensions!
Join me to learn
- why we need that
- how to use it
- what happens on a technical level
Let's get you prepared for when it launches on mainnet soon 👇
Having trouble landing transactions?*
Did you know that by requesting the right amount of compute you
- pay less in fees
- get higher priority
- in some cases increace the chance of your tx to still be put into a block
Check out my latest video on that topic 👇
Be aware of the dust! 🏜️
Today let's talk about dusting and address spoofing.
Two attacks that can lead to loss of funds! 💸💸💸
And this stuff is happening on @solana
I experienced it first hand 👇
New video! 📽️
based on the new lessons of the Solana Dev Course
Topic: Program Architecture
This could be 3 separate videos but I decided to go for a 3in1 😄
Basically you will learn how to write better programs such that they can scale
check below for details 👇
Ever wondered how wSOL works or why we need it?
I have THE video for you ;)
As always we dive deep into the technicalities and see how it works behind the scenes!
Join me on this episode 👇
Grail acquired! 🏆
Amethyst on Lavender is still the best combination for a purple lover 💜
@Claynosaurz is not officially the collection I spent the most on... much to the inconvenience of my bank account...
Somebody asked on @solana Stack Exchange how to work with token metadata using gill. 🐠
Well, since that might be interesting for more people, I made a video on that! 👇
Ready to learn some how how Solana works?
and get your assets back if you fell for a scam?
This video explain how to use @sol_recovery
- to recover @metaplex pNFTs
- to claim airdrops like @Parcl@tensor_hq@SharkyFi@JupiterExchange etc.
- to inspect and simulate txs
👇👇👇
This is the future of interacting with Solana:
The new web3.js is currently in tech preview 3.
Now is the best time to give it a look yourself and give feedback if you want something changed!
Here is me having a look at it and figuring out how it works:
I don't know if you know this, but i get a lot of requests to make videos on different projects.
Unless I'm personally a big fan of them I'm turning down all those requests.
My reputation is worth at least 20k 😜
Vacations incoming!
I'll be gone without internet for 10days.
Will i miss out on stuff? Yes.
Will it be healthy to get away from the grind for once? Also yes.
✌️
Solana Basics for you again:
processed vs confirmed vs finalized
confirmation status vs commitment level
preflight commitment and skipping preflight
do you what all of those things mean?
make sure you do ;) 👇
Did you ever wonder how I managed to develop the tool that let's you recover assets with bricked wallets from basically any protocol? This is how!
Plus you'll learn how to
- deserialize transactions
- work with versioned tx and lookup tables
one for the devs 👇
I am now officially looking for an intern!
➡️individual coaching
➡️working on interesting projects
➡️expected pay 1000-5000$/month
Watch the video, do the challenge, fill out the form 👇
Pinoccio by @0x_febo lets you create really small CU efficient @solana programs in Rust!
That’s pretty fun.
You know what else is fun? Hacking somebody’s program with their consent!
And oh boy do I have a nice challenge for you 👇
Ever wondered what actually happens when you stake your SOL?
In my newest video I talk about
- what staking is
- why you should stake
- how stake accouts are setup
- how to interact with them programatically
- how to recover stake accounts form bricket wallets
Check it 👇
Wow! Thanks guys! That's amazing 🤩
I will continue development of this and hope to release a new version tonight!
Upcoming features:
- cNFT support
- recovering from any protocol (that doesn't require SOL)
You want to be able to withdraw from defi protocols like @KaminoFinance, or delist your NFTs form @tensor_hq ?
I know how to do that and can add those features.
Can we croudfund the development?
Andy6T6LdA3gxuUkgPxhGuQC6D4hDcEuZAyYo4gndFrb
New video allert!
It has become THE dominant NFT standard on @solana@metaplex programmable NFTs
In this deep dive video we learn
- why pNFTs were developed
- what accounts make up a pnft
- how they allow enforcing royalties
- how you can mint pNFTs
a 🧵
They officially release the @solana web3.js in v2.0.0
That means that you should be using that from now on!
If you want to see what has changed or need help migrating: I've got you covered 👇
okay, this attack is getting so popular that I want to release this video ASAP
no time waiting for a new thumbnail
What you need to know about those transactions that brick your wallet!
Full video and what to do when you got affected below 👇
Did you ever wonder which @solana explorer is the best one?
I have the answer!
it depends 😁
Join me on a journey of comparing 5 different ways to explorer the blockchain 👇
Do you want to write more efficient Solana programs?
or do you just prefer C over Rust?
Let's have a look at how to write Solana programs in C 👇
(I actually enjoyed this way more than I thought)
My personal experience of @SolanaConf 2023
I enjoyed moderating the developer stage..
Best party award goes to @SuperteamDAO
I also talk about meeting @armaniferrante and @toly
watch the vlog 👇
Knowing what others are talking about
and having a good mental model for how things work
can be super beneficial for any @solana dev
So I made a deep dive video on the solana accounts model, specifically on
- What is an owner/signer/authority?
👇