Тёмный
No video :(

Why would we need Seeds? [Solana Tutorial] - Feb 28th '24 

Solandy [solandy.sol]
Подписаться 9 тыс.
Просмотров 694
50% 1

System Program Create Account With Seed Deep Dive
Timestamps:
0:00 Intro
1:50 Create Account recap
6:57 Solana.fm
8:36 Created Account
9:33 Create account with different instructions
13:56 Create Account with SEEDS
20:50 changing programID
23:32 changing base pubkey
25:03 Account order
27:07 Signers
28:25 Creating multiple accounts with seeds
33:06 Creating multiple accounts without seeds
34:27 Creating accounts with different instructions with seeds
38:13 How accounts are derrived
41:10 What does the base pubkey do?
43:10 Transfer SOL from an account with seed
49:04 Creating nonce account with seed
50:59 Conclusion
52:14 Outtro
Thumbnail image by
pixabay.com/il...
Contact me via Sollinked
app.sollinked....
Join the discord
/ discord
More links:
linktr.ee/solandy
Thanks for watching!
solandy.sol

Опубликовано:

 

15 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 10   
@RodrigoSantos-py7ob
@RodrigoSantos-py7ob Месяц назад
Is there any difference in delivery using CreateWithSeed than without it? If so, how could I measure this improvement? Congratulations on the content!
@EltJohn
@EltJohn Месяц назад
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?
@gonmigueltube
@gonmigueltube 4 месяца назад
Happy birthday 2 Weeks later 🎉🎉🎉😊
@Solandy
@Solandy 4 месяца назад
thank you!
@yoo-dev
@yoo-dev 4 месяца назад
you can use this to link to tokens ?
@jimchan3409
@jimchan3409 4 месяца назад
Is it possible to use publickey string as the SEED? I believe no, since SEED can be maximum of 32 characters, whereas publickey length is 44. Please help guide how to do so, maybe needs to trim the publickey to 32 length? Then how to ensure its still unique? i.e. const SEED = new Keypair().publicKey.toBuffer(); const newAccount = await PublicKey.createWithSeed(funder.publicKey, SEED, SystemProgram.programId) Thank you in advance
@Solandy
@Solandy 4 месяца назад
Interesting question! What's the usecase?
@jimchan3409
@jimchan3409 4 месяца назад
​@@Solandy Lets say I'm building a nft minting/transfer platform for a game. Candymachine cannot be used because NFT cannot be pre-defined. Therefore, Durable Nonces Txn is selected, where each nonce account is derived from user's wallet address via PublicKey.createWithSeed. This is the case because if the whole platform is using the same nonce account, there might be a chance when multiple users are sending the transaction with nonceAdvance, some might failed since nonce will already changed. To prevent this, maybe each user will have their own nonce account, where it can be derived from SEED so that theres no need to store in the DB that this user got this nonce account. I rather derived the nonce account with user wallet address and use it.
@jimchan3409
@jimchan3409 4 месяца назад
@@Solandy In short, I need to create a nonce account for each of my users on the platform. I want to derive from admin wallet address, with user wallet address, so that I don't need to store in DB, I can derive it anytime.
Далее
Creating $NEKO on Solana Presale on Pinksale.finance
15:17
до/после Знакомо?
00:16
Просмотров 13 тыс.
SOLANA BLINKS GUIDE
2:03
Просмотров 211
the TRUTH about C++ (is it worth your time?)
3:17
Просмотров 669 тыс.
What are BLINKs? - Jun 29th '24
25:37
Просмотров 1,5 тыс.