Solandy [solandy.sol]
Solandy [solandy.sol]
  • 187
  • 442 967
Create your own BLINK [Solana Tutorial] - Jul 4th '24
This is the deep dive video on blink creation.
This is the intro to blinks:
ua-cam.com/video/F_5AtCyw_9g/v-deo.html
Thumbnail image Designed by pch.vector / Freepik
www.freepik.com
Contact me via Sollinked
app.sollinked.com/solandy
Join the discord
discord.gg/EvvhRwysg7
More links:
linktr.ee/solandy
Thanks for watching!
solandy.sol
Переглядів: 1 447

Відео

What are BLINKs? - Jun 29th '24
Переглядів 1,2 тис.21 день тому
Basic intro to Solana Actions and Blinks. The docs: solana.com/docs/advanced/actions Contact me via Sollinked app.sollinked.com/solandy Join the discord discord.gg/EvvhRwysg7 More links: linktr.ee/solandy Thanks for watching! solandy.sol
Extralong Vanity Addresses [Solana Tutorial] - Jun 19th '24
Переглядів 60221 день тому
In this video we analyze how to get longer vanity addresses by using create account with seed. If you want to know how to deploy a program like that watch this: ua-cam.com/video/Ghi8il2EQeg/v-deo.html The respository by cavemanloverboy: github.com/cavemanloverboy/vanity Thanks for your great work! Chapters: 0:00 Into and Motivation 3:39 Grind 5:05 Building an inefficient solution 10:50 Deployin...
What happens when you deploy a Program [Solana Tutorial] - Jul 17th '24
Переглядів 35921 день тому
Deep dive into Solana Program deployments. Looking at the code of the CLI and making modifications to allow createAccountWithSeeds. Next up: how to grind vanity addresses for programs ua-cam.com/video/xCLGgp3DpvI/v-deo.html Chapters: 0:00 Intro 3:30 Solana CLI program deploy 9:20 What are Loader Programs 11:30 Redeploying 13:15 Reading Source for Initial deploy 18:45 Finding the create account ...
Compute Usage Optimizations - PART 2 [Solana Tutorial] - Jun 5th '24
Переглядів 321Місяць тому
Part 2 of the video series on compute unit optimization. Watch the first part first: ua-cam.com/video/xoJ-3NkYXfY/v-deo.html Chapters: 0:00 Intro 0:24 Duplicated Code Execution 3:20 Use available functions 6:00 Use smallest Datatypes 10:30 Compiler Optimizations 14:17 Avoid cloning 16:25 Saving the Bump of PDAs 22:22 General Optimizations 29:20 Use the correct type for Pubkeys 32:59 Put fixed l...
How NOT to write a Solana Program PART 1 - Jun 5th '24
Переглядів 563Місяць тому
This is a video on compute unit optimization. We were writing a program that we later optimize. Here is the unoptimized program if you want to give it a try: github.com/loopcreativeandy/video-tutorial-resources/blob/main/computeOptimization/lib.rs Video is roughly based on that article: solana.com/developers/guides/advanced/how-to-optimize-compute Here is part2: ua-cam.com/video/Pwly1cOa2hg/v-d...
Deescalation of Account Permissions [Solana Tutorial] - May 28th '24
Переглядів 427Місяць тому
Talking about account permissions and how to deescalate them for a CPI. That is the question that inspired this video: solana.stackexchange.com/questions/14229/authority-in-solana Contact me via Sollinked app.sollinked.com/solandy Join the discord discord.gg/EvvhRwysg7 More links: linktr.ee/solandy Thanks for watching! solandy.sol
Multisig Wallets [Solana Tutorial] - May 25th '24
Переглядів 677Місяць тому
An introduction to multisig wallets... Setting up a Squad with Squads Protocol. A good setup for a personal multisig wallet: 2/3 of 1 hot wallet 2 hardware wallets Contact me via Sollinked app.sollinked.com/solandy Join the discord discord.gg/EvvhRwysg7 More links: linktr.ee/solandy Thanks for watching! solandy.sol
How to unfreeze your Tokens [Solana Tutorial] - May 26th '24
Переглядів 13 тис.Місяць тому
TL;DR you can't and I can't help. be more careful before buying tokens! Contact me via Sollinked app.sollinked.com/solandy Join the discord discord.gg/EvvhRwysg7 More links: linktr.ee/solandy Thanks for watching! solandy.sol
Tech Preview 3 of Solana Web3.js - May 7th '24
Переглядів 981Місяць тому
Another look at what will be THE Solana typescript SDK of the future. Now is the best time to still give feedback and shape how it looks! This is the release i had a look at: github.com/solana-labs/solana-web3.js/releases/tag/tp3 Contact me via Sollinked app.sollinked.com/solandy Join the discord discord.gg/EvvhRwysg7 More links: linktr.ee/solandy Thanks for watching! solandy.sol
How to send Transactions on Solana Mainnet [Solana Basics Tutorial] - May 5th '24
Переглядів 1,4 тис.2 місяці тому
What is the blockhash and block height about? How long is a transaction valid? How can I make sure my transaction is successfully processed? When do i need to resign transactions? All those questions (and more) are answered in this video! The article I quoted in this video: solana.com/docs/advanced/retry Timestamps: 0:00 Intro 1:25 Prep 2:22 Script building 3:55 Sending Transactions 6:26 Adding...
Commitment Issues? [Solana Tutorial] - Apr 20th '24
Переглядів 6882 місяці тому
A video on Solana confirmation status and commitments. Timestamps: 0:00 Intro 1:17 How Solana Works 6:00 Commitment Levels 8:00 processed vs confirmed vs finalized 15:41 Confirming Transactions with commitment 21:55 Manually sending transactions 23:20 Preflight commitment 26:00 What checks are done where? 31:47 Skip preflight 35:28 Manually confirming transacions 38:38 which commitment do you w...
Most Underrated Token Extension! [Solana Tutorial] - Apr 25th '24
Переглядів 6072 місяці тому
Talking about Immutable Owners and why it's so important to have them! Contact me via Sollinked app.sollinked.com/solandy Join the discord discord.gg/EvvhRwysg7 More links: linktr.ee/solandy Thanks for watching! solandy.sol
Claim any Airdrop on Solana (with your bricked wallet) - Apr 12th '24
Переглядів 1,6 тис.3 місяці тому
Great news for people who are victim to wallet drainers that assign the account to a different program: You can now claim (almost) any allocation, including TNSR, PRCL, JUP etc. This video explains in detail how to do it! Remember to set your own RPC if the tool is not responsive as described here: ua-cam.com/video/CeKM-y3U_yE/v-deo.html Timestamps: 0:00 Intro 3:30 Analyzing a bricked wallet 4:...
Increase Throughput and save SOL! [Solana Tutorial] - Mar 27th '24
Переглядів 1,4 тис.3 місяці тому
Outlining how to request the right amount of CU in your transactions. The docs I went through: solana.com/developers/guides/advanced/how-to-request-optimal-compute Here is a PR on priority updates for the Scheduler in 1.18: github.com/anza-xyz/agave/pull/187 Contact me via Sollinked app.sollinked.com/solandy Join the discord discord.gg/EvvhRwysg7 More links: linktr.ee/solandy Thanks for watchin...
Powerful Features of the Recovery Tool - Apr 2nd '24
Переглядів 1,6 тис.3 місяці тому
Powerful Features of the Recovery Tool - Apr 2nd '24
Next Generation NFT Standard on Solana? - Mar 28th '24
Переглядів 9863 місяці тому
Next Generation NFT Standard on Solana? - Mar 28th '24
Wrapped SOL deep dive [Solana Tutorial] - Feb 20th '24
Переглядів 1,5 тис.3 місяці тому
Wrapped SOL deep dive [Solana Tutorial] - Feb 20th '24
Why would we need Seeds? [Solana Tutorial] - Feb 28th '24
Переглядів 6724 місяці тому
Why would we need Seeds? [Solana Tutorial] - Feb 28th '24
Secrets of Transaction Payload [Solana Tutorial] - Feb 22nd '24
Переглядів 9904 місяці тому
Secrets of Transaction Payload [Solana Tutorial] - Feb 22nd '24
How many CPIs can you do? [Solana Tutorial] - Feb 7th '24
Переглядів 4744 місяці тому
How many CPIs can you do? [Solana Tutorial] - Feb 7th '24
Stake Accounts Deep Dive [Solana Tutorial] - Feb 21st '24
Переглядів 9664 місяці тому
Stake Accounts Deep Dive [Solana Tutorial] - Feb 21st '24
Recover Lost Funds [Solana Recovery Tool Feature] - Feb 23rd '24
Переглядів 4,2 тис.5 місяців тому
Recover Lost Funds [Solana Recovery Tool Feature] - Feb 23rd '24
How to RECOVER assets from a broken wallet - Feb 18th '24
Переглядів 2,5 тис.5 місяців тому
How to RECOVER assets from a broken wallet - Feb 18th '24
How to BRICK your WALLET [Solana Wallet Security Tutorial] - Feb 7th '24
Переглядів 2,7 тис.5 місяців тому
How to BRICK your WALLET [Solana Wallet Security Tutorial] - Feb 7th '24
Tensor Price Locks: Solana NFT Options Trading - Jan 28th '24
Переглядів 4565 місяців тому
Tensor Price Locks: Solana NFT Options Trading - Jan 28th '24
An honest review of the OSOM Saga "Crypto Phone" - Jan 23rd '24
Переглядів 5025 місяців тому
An honest review of the OSOM Saga "Crypto Phone" - Jan 23rd '24
5 WAYS TO GET HOOKED - A Transfer Hook Deep Dive [Solana Tutorial] - Jan 20th '24
Переглядів 9235 місяців тому
5 WAYS TO GET HOOKED - A Transfer Hook Deep Dive [Solana Tutorial] - Jan 20th '24
Solana RPC Websocket API [Solana Tutorial] - Jan 3rd '24
Переглядів 6 тис.6 місяців тому
Solana RPC Websocket API [Solana Tutorial] - Jan 3rd '24
Best way to get Solana Support: The Solana Stack Exchange - Jan 3rd '24
Переглядів 3476 місяців тому
Best way to get Solana Support: The Solana Stack Exchange - Jan 3rd '24

КОМЕНТАРІ

  • @dariusdbbowser6329
    @dariusdbbowser6329 День тому

    My early reaction to blinks is that they're cool, but not as dynamic as I'd like. They're pretty static. Meaning, you don't appear to be able to update the UI in any way based on a person interacting with the blink. I get it that's basically an application at that point, but it is limiting. Great for certain use cases for sure like token launches. Not ideal for all scenarios until we have some control over UI

  • @YouNeek-ug8xh
    @YouNeek-ug8xh День тому

    Happened to me for the first time last week

  • @1stCyborgOnMars
    @1stCyborgOnMars 2 дні тому

    Now how to unstake sol nfts from an old staking platform 😊

  • @KeithAnderson-e9o
    @KeithAnderson-e9o 4 дні тому

    Please can you help me unbrick mine?

  • @richardokonicha
    @richardokonicha 4 дні тому

    the git submodule system can nest multiple git repos, when you git pull it only pulls code on the surface repo, to get code inside a nested git repo in the git submodule you have to do that, else the inner folder would only have a reference to the nested repo, so that's it.

  • @shardulvanage5446
    @shardulvanage5446 5 днів тому

    please provide github link for source code

  • @hectorniyan
    @hectorniyan 6 днів тому

    Great job, thanks. In places, a little too quick.

  • @RealLexable
    @RealLexable 6 днів тому

    Excuse me, but short was hopefully meant to a kind flavour of irony 😅. Will give it a (short) try i guess. Thx

  • @RealLexable
    @RealLexable 7 днів тому

    Könntest du nicht evtl. ein kurzes knappes fertiges Ding drehen, von A bis Z anstatt jeweils deine gesamten Lebenszyklus zu demontieren😢

  • @sevaner
    @sevaner 7 днів тому

    Dude you gotta explain what you're coding

  • @tee-botheewok716
    @tee-botheewok716 8 днів тому

    Then also talk about why the fuck do they provide such a feature for scammers?

  • @RealLexable
    @RealLexable 9 днів тому

    Are they Up to date already with their scan pages to explore the metadata in middle of 2024???😮 And great content 🎉

  • @ngoctan2291
    @ngoctan2291 10 днів тому

    Once again thank you so much, I could get back my JUP staked finally

  • @parampatel2803
    @parampatel2803 11 днів тому

    You're doing really good job brother, it would be best videos if provide github repo. It's more easier to follow along with you when we can see what's going in the code.

  • @user-rz6gj4zj4q
    @user-rz6gj4zj4q 11 днів тому

    around the 26 minute mark he gets errors running fetch, but that is because he is using ts-node. if you run "npx esrun .\module1.ts" which doesnt require setting Types for stuff, it will run. then also make sure to await, so do this: let balance = await getBalanceUsingJSONRPC(publicKey.toBase58()); console.log(balance)

  • @marc1691
    @marc1691 11 днів тому

    more interesting is, how to launch such a freeze scam token? explain pls kek

  • @MayaMev
    @MayaMev 11 днів тому

    Can u make a tutorial how to deserialize swap instructions and fetch data from each instruction

  • @anujsrivastava3572
    @anujsrivastava3572 11 днів тому

    Pink and blink! That intro was dope

  • @bellwethermarketing795
    @bellwethermarketing795 12 днів тому

    Would love a Full Deep Dive showing how to mint a full collection with Candy machine on core

  • @kkanoee
    @kkanoee 12 днів тому

    4:00, you could also add seconds to windows clock in the bottom right so we could see the time exactly 😇

  • @cryptocowboy5357
    @cryptocowboy5357 12 днів тому

    The way the fans turn on when the grind starts 😂

  • @kkanoee
    @kkanoee 12 днів тому

    thank you for the video, one thing to make it more complicated instead of just closing accounts would be to sell/burn dusts token (anything below 10 cents for example, could be a param?) and then close these dust accounts

  • @arslanasghar1
    @arslanasghar1 13 днів тому

    its working on win 7 ??

  • @sim-md
    @sim-md 13 днів тому

    Great stuff! Can you please demonstrate 1. presale (where user pays SOL and get custom tokens) 2. staking 3. buy from raydium actions- using blinks?

  • @iabarrera
    @iabarrera 13 днів тому

    I'm a noob to Solana dev and I was able to follow along with all of the code. Woohoo! 🚀

  • @Sylvadorr
    @Sylvadorr 13 днів тому

    23:45 limit for logsSubscribe at least for quicknode is 600 subscriptions. Most likely the same limit goes for accountSubscribe. Learned from painful experience from trying to implement block listener for a big amount of accounts with that method

  • @Brik420
    @Brik420 14 днів тому

    Thanks man, you are the guy

  • @housejapa
    @housejapa 14 днів тому

    If you want to learn Solana. Here is the place

  • @EltJohn
    @EltJohn 14 днів тому

    I've created an Associated Token Account for a seed account (by setting allowOwnerOffCurve to true when creating the ATA), but now if I want to close it, I need the signature of the seed account. Is it possible to get the signature / keypair of the seed account?

  • @sergiunichitean6700
    @sergiunichitean6700 15 днів тому

    Good decision to end, Andy, boundaries are important! :D

  • @itsmodsiw
    @itsmodsiw 15 днів тому

    Thanks for the tutorial!

  • @kryptolytix
    @kryptolytix 15 днів тому

    Great video! Thanks for the deep Dive

  • @enghimanshu
    @enghimanshu 15 днів тому

    a poet becomes a developer

  • @Tiger-kd7pt
    @Tiger-kd7pt 15 днів тому

    will we see any video on nft mint site sooner ?

  • @rolando8966
    @rolando8966 15 днів тому

    Yaaasss! Blinks im working on it rn! Thanks for the alpha

  • @keano_rl
    @keano_rl 15 днів тому

    29:40 I'm also wondering this, did you figure it out? If I have the same overall priority fee, but in one case I set compute limit at 1.4million and compute price at 10million (so 10.4 trillion priority fee) and the other case I set compute limit at 50,000, but this time set priority fee at 208million, so that the priority fee is still 10.4 trillion. Would the latter be more likely to be included in the block since we are paying more per compute unit actually used, or does it not matter since the priority fee is the same? Would love to hear if you have any new insight :)

  • @emmanueltemitayo470
    @emmanueltemitayo470 15 днів тому

    😂😂😂

  • @okonkwo.ify18
    @okonkwo.ify18 15 днів тому

    In my own program, I generated a privatekey first , and then generated a solana key pair from it . That would give users a private key they can import into any other solana wallet

  • @okonkwo.ify18
    @okonkwo.ify18 15 днів тому

    You speak like Rajesh Koothrapali in the Big Bang theory and am currently watch in the movie for the 20th time

  • @_creeptoe528
    @_creeptoe528 16 днів тому

    Can you stake the sol in your bricked wallet and unstake to a safe wallet?

    • @Solandy
      @Solandy 16 днів тому

      great idea, but no. you can't work with the sol in the bricket wallet at all.

    • @_creeptoe528
      @_creeptoe528 15 днів тому

      @Solandy that will be awesome if there's a workaround. But appreciate your work still. Thank you.

  • @MorganDuane575
    @MorganDuane575 16 днів тому

    I've been making a lot of losses trying to make profit trading. I thought trading on a demo account is just like trading the real market. Can anyone help me out or at least advise me on what to do?

    • @PierreCWilliam
      @PierreCWilliam 16 днів тому

      I will advice you should stop trading on your own if you keep losing.

    • @PierreCWilliam
      @PierreCWilliam 16 днів тому

      If you can, then get a professional to trade for you I think that way your assets are more secure.

    • @Nima-Mahdi
      @Nima-Mahdi 16 днів тому

      I'd recommend Jeanette Boyer, her profit is great even when there's a dip

    • @melindaoscarC
      @melindaoscarC 16 днів тому

      Hey i'm shocked you just mentioned and recommended Jeanette Boyer i thought i was the only one trading with her

    • @Nima-Mahdi
      @Nima-Mahdi 16 днів тому

      you dont need to be shocked haha because i'm also a huge beneficiary of her

  • @EmperorJSX
    @EmperorJSX 16 днів тому

    You're doing great bro, keep up the great work

  • @BùiPhươngLài
    @BùiPhươngLài 18 днів тому

    Awesome work, Team *xia cyber genius* ! It's so satisfying to see you putting in the effort to stop those shady characters. Protecting the public, especially the elderly, from those despicable con artists is crucial. You truly deserve recognition and appreciation for keeping us secure and for the recovering my lost 0.2 btc. I'm thrilled for you because you're my sibling. Your accomplishments definitely make you a strong contender for the Nobel Peace Prize. Keep up the outstanding performance

  • @PhùngQuỳnhGiao
    @PhùngQuỳnhGiao 18 днів тому

    Awesome work, Team *xiacybergenius* ! It's so satisfying to see you putting in the effort to stop those shady characters. Protecting the public, especially the elderly, from those despicable con artists is crucial. You truly deserve recognition and appreciation for keeping us secure and for the recovering my lost 0.2 btc. I'm thrilled for you because you're my sibling. Your accomplishments definitely make you a strong contender for the Nobel Peace Prize. Keep up the outstanding performance…

  • @LưuNhưÝNhi
    @LưuNhưÝNhi 18 днів тому

    Awesome work, Team *SkillfulRecoveryTech* ! It's so satisfying to see you putting in the effort to stop those shady characters. Protecting the public, especially the elderly, from those despicable con artists is crucial. You truly deserve recognition and appreciation for keeping us secure and for the recovering my lost 0.2 btc. I'm thrilled for you because you're my sibling. Your accomplishments definitely make you a strong contender for the Nobel Peace Prize. Keep up the outstanding performance…

  • @ChuNhaUyen
    @ChuNhaUyen 18 днів тому

    Brought tears to my eyes!!! Thank YOU!!! I was a victim of these assholes but now I'm a survivor enjoying you helping other victims and really screwing with the heartless pr**ks!! Thank you for all that you do. *xia cyber Genius* WHY doesn't our government/police get involved like ou do????? I reported it but " nothing they could do!!" Much respect!!

  • @GiaChiYến
    @GiaChiYến 18 днів тому

    Great work *skillfulrecoverytech* . Your efforts to helping victims is being recognized and appreciated. thanks for recovery $32k btc stolen by scammers from me Cheers to more accomplishments.

  • @DinhCucTrang
    @DinhCucTrang 18 днів тому

    I love this and, *skillfulrecoverytech* , you are a freaking LEGEND my dude! I love the recovery's videos and the angry scammers and the hacking of their wallet but I absolutely love these videos where you help the victims in real time. I don't have much confidence in this scammer "coming to the good side" so to speak but I hope you come out with more ideas like this, stopping the scams with the victims. and thanks for recovery my $5390 i lost to scam

  • @LuongHuynhLam
    @LuongHuynhLam 18 днів тому

    My mom was scammed. She sent $52000 cash. Fortunately she called you right after dropping the package off at UPS and you was able to retrieve it after it left the bill. These people are the lowest of the low, what you and your team is doing is a real blessing. THANK YOU *skilfulrecoverytech* ! P.S. my mom's had several scam calls since, but now she enjoys playing with them....hoping she'll get more calls. Maybe she'll join you someday in the People's Center...

  • @BrandDept
    @BrandDept 18 днів тому

    sir how is it listed on raydium if they dont allow you to pool a token without the freeze authority revoked