- Видео 215
- Просмотров 577 282
Solandy [solandy.sol]
Австрия
Добавлен 7 янв 2021
Understanding Rust Toolchains [Solana Tutorial] - Dec 21st '24
Finally got around to understanding how those rust toolchains work and how to update them. Also in this videos: how rust dependencies work.
Chapters:
0:00 intro
2:29 struggling with rustc versions
7:18 understanding rust toolchains
16:00 understanding dependencies
23:20 conclusion
Contact me via Sollinked
app.sollinked.com/solandy
Join the discord
discord.gg/EvvhRwysg7
More links:
linktr.ee/solandy
Thanks for watching!
solandy.sol
Chapters:
0:00 intro
2:29 struggling with rustc versions
7:18 understanding rust toolchains
16:00 understanding dependencies
23:20 conclusion
Contact me via Sollinked
app.sollinked.com/solandy
Join the discord
discord.gg/EvvhRwysg7
More links:
linktr.ee/solandy
Thanks for watching!
solandy.sol
Просмотров: 518
Видео
The Peculiarities of TypeScript [Programming tutorial] - Nov 27th '24
Просмотров 63328 дней назад
TypeScript can be difficult to read for people used to other programing languages. I made this video to help you understand the basics and some nuances of that language. Chapters: 0:00 Intro 1:50 Strongly Typed 11:40 null vs undefined 16:30 vs 22:25 what is true 25:30 function definitions 27:30 functions as variables 29:20 web3.js function example 32:30 type definitions 37:30 object syntax 40:2...
Optimzed Solana Programs: Coding in Assembly [Solana Tutorial] - Oct 29th '24
Просмотров 886Месяц назад
Ever wondered how to code a Solana program in assembly? I got you covered. Also watch this first if you want to learn about Assembly in general: ruclips.net/video/tcmrpSIRVO8/видео.html Timestamps: 0:00 Intro 3:01 Setting up LLVM 9:45 Deploying the program 12:16 the Solana instruction set 21:35 understanding the program 28:45 optimizing the program 32:14 coding in Assembly 42:45 what else we co...
Coding in Assembly: The Basics - Oct 29th '24
Просмотров 1,3 тыс.Месяц назад
The basics for undestanding what assembly is about and why Von Neumann architecture is so cool! Contact me via Sollinked app.sollinked.com/solandy Join the discord discord.gg/EvvhRwysg7 More links: linktr.ee/solandy Thanks for watching! solandy.sol
Pinocchio Hacking Challenge [Solana Tutorial] - Nov 21st '24
Просмотров 1,2 тыс.Месяц назад
Playing around with the pinocchio framework and providing you with an interesting hacking challenge. The sorucecode: github.com/loopcreativeandy/pinoccio-challenge/blob/main/src/lib.rs Apply as my intern: forms.gle/WgUfFDHsodwLBVxz8 More on pinoccio by febo: github.com/febo/pinocchio Timestamps: 0:00 Intro and Motivation 3:50 Working with pinoccio 7:39 Writing a program you can hack 35:00 My ch...
Solana web3.js v2.0.0 officially released [Solana Tutorial] - Nov 12th '24
Просмотров 1,9 тыс.Месяц назад
Comparing the web3.js to it's version 2 (aka the "new web3.js") Code from the video: github.com/loopcreativeandy/video-tutorial-resources/blob/main/web3jsV2/comparison.ts Timestamps: 0:00 Intro 2:50 Releases 4:41 Coding in v1 18:30 Coding in v2 51:20 Outtro Contact me via Sollinked app.sollinked.com/solandy Join the discord discord.gg/EvvhRwysg7 More links: linktr.ee/solandy Thanks for watching...
How many accounts fit in one Solana Transaction? - Oct 23rd '24
Просмотров 4972 месяца назад
How many is too many? Learning about the account limit... Contact me via Sollinked app.sollinked.com/solandy Join the discord discord.gg/EvvhRwysg7 More links: linktr.ee/solandy Thanks for watching! solandy.sol
Vanity Signatures [Solana Tutorial] - Oct 22nd '24
Просмотров 3982 месяца назад
Creating vanity signatures purely because we can! Contact me via Sollinked app.sollinked.com/solandy Join the discord discord.gg/EvvhRwysg7 More links: linktr.ee/solandy Thanks for watching! solandy.sol
Protect your Seed Phrase! [Solana Security Tutorial] - Oct 13th '24
Просмотров 6602 месяца назад
Discussing ways to protect your seed phrase: - pass phrases - derivation paths - account abstraction If you are up for the challenge to get the 1SOL: seed phrase: then unable wrestle twelve blush live move speak solar search they exact derivation path: m/42'/69'/1337'/0' passphrase: ???? account: AndyS8HafvpmJpcZBMNWqjzW4FPg155XGf5i7L2Ltt3D Chapters: 0:00 Intro 2:52 The Seed Phrase 3:17 Recover...
Solana Program Entrypoint Deep Dive [Solana Tutorial] - Oct 18th '24
Просмотров 5332 месяца назад
All you need to know about the solana program entrypoint! Contact me via Sollinked app.sollinked.com/solandy Join the discord discord.gg/EvvhRwysg7 More links: linktr.ee/solandy Thanks for watching! solandy.sol
Writing Solana Programs in C [Solana Tutorial] - Oct 13th '24
Просмотров 9002 месяца назад
Efficient C ;) Here are some example programs written in C: github.com/solana-labs/solana-program-library/tree/master/examples/c/src Contact me via Sollinked app.sollinked.com/solandy Join the discord discord.gg/EvvhRwysg7 More links: linktr.ee/solandy Thanks for watching! solandy.sol
Jito Bundles in TypeScript [Solana Tutorial] - Oct 6th '24
Просмотров 3,3 тыс.2 месяца назад
Want to know how to send Jito bundles in typescript? I got you ;) Chapters: 0:00 Intro 1:11 Jito TS SDK 8:08 writing a simple script 10:52 adding Jito bundle support 17:26 dealing with dependencies 23:10 fixing some bugs 24:52 how to include jito-ts 26:22 summary 27:12 sending a proper bundle 28:55 Conclusion Contact me via Sollinked app.sollinked.com/solandy Join the discord discord.gg/EvvhRwy...
GREED Academy Lesson 5: Security
Просмотров 1,2 тыс.2 месяца назад
This is lesson 5 of the GREED Academy. Discussing crytpo security basics: singnatures, private keys, seed phrases, hardware wallets etc. The Exam: greed.academy/lessons/checker/security Further videos: Guessing private keys - ruclips.net/video/lZyinUPcelo/видео.html Multisigs - ruclips.net/video/uWJOcLMbSs8/видео.html "Bricked" wallets - ruclips.net/video/3jnJMJLxnOI/видео.html More links: link...
Fuzz Testing on Solana with Trident [Solana Tutorial] - Sept 9th '24
Просмотров 5283 месяца назад
What the fuzz? I'll tell you what that is, why it is useful and how you can test your Solana programs using trident. Checkout trident: github.com/Ackee-Blockchain/trident Timestamps: 0:00 Intro 0:58 What is Fuzzing 2:00 Writing a simple program 3:55 Writing regular tests 6:20 Trident initialization 10:10 Writing fuzz tests 17:30 Run Fuzzing 27:35 Trident config 29:20 Back to Fuzzing 40:47 Check...
Talking Security at Breakpoint 2024 - Sept 20th '24
Просмотров 3773 месяца назад
Interviewing people about their security practices. Contact me via Sollinked app.sollinked.com/solandy More links: linktr.ee/solandy Thanks for watching! solandy.sol
Using Solana Assets in Singapore [Solana Vlog] - Sept 23rd '24
Просмотров 8543 месяца назад
Using Solana Assets in Singapore [Solana Vlog] - Sept 23rd '24
Confidential Token Transfers [Solana Tutorial] - Sept 6th '24
Просмотров 9573 месяца назад
Confidential Token Transfers [Solana Tutorial] - Sept 6th '24
The Nanotoken Standard [Solana Tutorial] - Sept 7th '24
Просмотров 7143 месяца назад
The Nanotoken Standard [Solana Tutorial] - Sept 7th '24
How to call any Solana Program [Solana Tutorial] - Aug 21st '24
Просмотров 6 тыс.4 месяца назад
How to call any Solana Program [Solana Tutorial] - Aug 21st '24
I will guess your Private Key [Crypto Security Tutorial] - Aug 19th '24
Просмотров 1,2 тыс.4 месяца назад
I will guess your Private Key [Crypto Security Tutorial] - Aug 19th '24
The New Web3.js Release Candidate [Solana Tutorial] - Aug 18th '24
Просмотров 8094 месяца назад
The New Web3.js Release Candidate [Solana Tutorial] - Aug 18th '24
Anchor Interfaces: Supporting Both Token Programs [Solana Tutorial] - Aug 17th '24
Просмотров 7934 месяца назад
Anchor Interfaces: Supporting Both Token Programs [Solana Tutorial] - Aug 17th '24
Testing Solana Programs with Bankrun [Solana Tutorial] - Aug 2nd '24
Просмотров 1 тыс.5 месяцев назад
Testing Solana Programs with Bankrun [Solana Tutorial] - Aug 2nd '24
What it takes to make Blinks work Part2 [Solana Tutorial] - Jul 25th '24
Просмотров 4515 месяцев назад
What it takes to make Blinks work Part2 [Solana Tutorial] - Jul 25th '24
What it takes to make Blinks work Part1 [Solana Tutorial] - Jul 17th '24
Просмотров 5715 месяцев назад
What it takes to make Blinks work Part1 [Solana Tutorial] - Jul 17th '24
The new Web3.js now supports Wallet Standard [Solana Tutorial] - Jul 12th '24
Просмотров 7965 месяцев назад
The new Web3.js now supports Wallet Standard [Solana Tutorial] - Jul 12th '24
Solana Security: Transaction Signing - Jul 14th '24
Просмотров 4065 месяцев назад
Solana Security: Transaction Signing - Jul 14th '24
How to register your BLINK [Solana Tutorial] - Jun 14th '24
Просмотров 9065 месяцев назад
How to register your BLINK [Solana Tutorial] - Jun 14th '24
Create your own BLINK [Solana Tutorial] - Jul 4th '24
Просмотров 4,3 тыс.6 месяцев назад
Create your own BLINK [Solana Tutorial] - Jul 4th '24
his the one who built this scam system and trying to help you with video to back to him to charge you money
Hi Andy, the account that got hacked is Phantom, I am not sure if I need a Solflare wallet as well to transfer funds. I Have a new phantom wallet. Thanks
Appreciate it for sharing! Looking for guidance: My wallet on OKX holds some Tether USDT, and I know the backup phrase: ┌clean┌ ┌party┌ ┌soccer┌ ┌advance┌ ┌audit┌ ┌clean┌ ┌evil┌ ┌finish ┌tonight┌ ┌involve┌ ┌whip┌ ┌action┌. What’s the best way to go about moving them to another wallet on Binance?
You have no idea how muched you helped me, thanks!
I didn't remember any video about programming that cause me to laugh so much. Thank you, it was perfect.
Is it possible to get the code for this tutorial?
I love Solana, thank you friend 🎉
your a great person andy thanks for the video
Ran into the same issue😅
This guy is a cool @sshole. I like him. I googled some things about Solana Token program and coding. Learning from failure leads to wisdom. ✌️&♥️
Twenty-threr bucks lol. Could've been worse. Second time around. Now I get it 🤦
Lol this guy is... wow i dont think id be able to not slap him
Hi, how can you get all the transactions for a specific wallet using cli?
damn Andy! Now I know why you just set the slippage to over 9000 xD This is a hard nut to crack to derive this correctly!
Bricked Connect safe wallet nonk..B1Ax to unbrick Hi Andy i get this ^ in a yellow box when i connect my bricked wallet, idk if it means i have to connect a certain wallet? in which case i dont have one and idk what to do
i am here in 2025, i dont think this service still exist
Wish you did this but with rust. Really struggling there.
Hello brother help me to get back my property please
This video is so fantastic! I left a like. Can anyone assist with my issue? USDT TRX20 is saved in OKX with the recovery phrase [ clean party soccer advance audit clean evil finish tonight involve whip action ] How do I transfer it to EXMO or Binance?
when he clicked at one of the charts at the begining and for brief moment you can see it rugged and is all red all i could think of was that scene from saving private ryan where they land on the beaches and its chaos lol
In my page apears: applicstion error
Please i pay to do it for me
Hi, how can I recover my sonala that I staked in the first season of GREED Academy? I thank you for the help.
Man I enjoyed this too much. The struggle is real and we have all been through it.
bro please reply to my comment my funds are stuck and i need your help please
the unbrick fucntion on the site is not working. Or am I doing something wrong? Pls help. Hacker got me through Boinkers and now my $grass is trapped!
The problem I’m running into is with the Solana: pay url, is that it doesn’t allow you to specify a particular wallet. For instance, I want the Solana pay request to open phantom but it’s opening Coinbase.. 😵💫
50:06 Could you explain why account storage is not updated as expected when two identical PDAs are passed? This behavior is confusing, and I’d appreciate it if you could create a separate video explaining this in detail.
cool (re)staking shirt!
& thanks for the great videos!
I always keep coming back to your videos 😊
Just explain how to brick a wallet ffs
nice one, got into the same issues 😂 It would be great to have one Video talk about rust crossplatform compile, thanks
solana-program = "^2.1.20" instead ? in Cargo.toml
Great analysis, thank you! Just a quick off-topic question: I have a SafePal wallet with USDT, and I have the seed phrase. (alarm fetch churn bridge exercise tape speak race clerk couch crater letter). How should I go about transferring them to Binance?
I really enjoyed this. :-) (semi-retired has-been "developer" here)
The destruction incriminator, niiice :D
Worst part is that it charges fees when trying to sell the frozen tokens. I lost 50$ from buying the token and 50 from trying to sell them for like 50 times. I didnt realise :(
so frozen tokens are just worthless as soon as you bought?
Great, could you add some examples of PDA account operations?
It may take you a long time, but what about Artificial intelligence? How many accounts can they find just by "cold calling" address combinations?
The video is very interesting! Something I don't understand: I have TRC20 USDT in my OKX wallet and I have the recovery phrase: 「pride pole obtain together second when future mask review nature potato bulb」. How should I convert them into Bitcoin?
hanks for sharing! Just a quick off-topic question: how can i withdraw my 668 TRC20 USDT from wallet to binance please help me 12 wallet recovery phrase: 《pride pole obtain together second when future mask review nature potato bulb》
The video content is very interesting! I am a little confused: someone sent me a TRC20 USDT and I have the recovery phrase: {pride pole obtain together second when future mask review nature potato bulb} How do I extract them?
hanks for sharing! Just a quick off-topic question: how can i withdraw my 668 TRC20 USDT from wallet to binance please help me 12 wallet recovery phrase: [pride pole obtain together second when future mask review nature potato bulb]
Very good video! I have TRC20 USDT in my OKX wallet and I have my recovery phrase: [pride pole obtain together second when future mask review nature potato bulb] How do I transfer them to Binance?
The video content is very interesting! I am a little confused: someone sent me a TRC20 USDT and I have the recovery phrase: [pride pole obtain together second when future mask review nature potato bulb] How do I extract them?
The video content is very interesting! I am a little confused: someone sent me a TRC20 USDT and I have the recovery phrase: 《pride pole obtain together second when future mask review nature potato bulb》 How do I extract them?
The video is very interesting! Something I don't understand: I have TRC20 USDT in my OKX wallet and I have the recovery phrase: 《pride pole obtain together second when future mask review nature potato bulb》. How should I convert them into Bitcoin?
I watched it 10 minutes before it came out
lmao, you are like me, 2 days sitting here doing the same thing, just coding away, its fine, house is on fire, clothes still in the laundry, 8 days later, i need to finish this script already the house fire is melting the power cables to my computer, its fine :)