Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Solana Blockchain Developer Bootcamp with Rust + JavaScript, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:01:47
    Applications of Solana in 2 minutes
  • Урок 2. 00:03:59
    Introduction to the blockchain
  • Урок 3. 00:04:01
    Introduction to Solana
  • Урок 4. 00:02:25
    Project intro + theory on wallets and airdropping
  • Урок 5. 00:02:02
    Environment set-up
  • Урок 6. 00:02:19
    Create your own wallet
  • Урок 7. 00:02:49
    Retrieve your wallet's credentials
  • Урок 8. 00:04:17
    Get the balance of your wallet
  • Урок 9. 00:04:15
    Send yourself some SOL
  • Урок 10. 00:04:41
    Project intro + theory on tokens and programs
  • Урок 11. 00:01:11
    Install the Solana Program Library
  • Урок 12. 00:04:06
    Create your own wallet and check on Solana Explorer
  • Урок 13. 00:02:17
    Create a token
  • Урок 14. 00:04:18
    Mint your token
  • Урок 15. 00:04:02
    Limit the total supply of your token and burn your token
  • Урок 16. 00:05:30
    Send your token to your friends with the Phantom wallet
  • Урок 17. 00:02:15
    Project intro + theory on custom programs and accounts
  • Урок 18. 00:04:16
    Set up an Anchor project
  • Урок 19. 00:03:39
    Write the "create" function for your calculator
  • Урок 20. 00:05:11
    Specify the context of your "create" function
  • Урок 21. 00:01:40
    Specify the calculator account structure
  • Урок 22. 00:09:42
    Write Mocha tests for your "create" function
  • Урок 23. 00:04:07
    Write the "addition" function for your calculator
  • Урок 24. 00:02:54
    Write Mocha tests for your "addition" function
  • Урок 25. 00:01:06
    Your turn!
  • Урок 26. 00:03:31
    Solution walk-through
  • Урок 27. 00:03:56
    Project intro + theory on program-derived accounts
  • Урок 28. 00:02:53
    Set up an Anchor project
  • Урок 29. 00:04:47
    Create a crowdfunding campaign
  • Урок 30. 00:06:38
    Specify the context for the "create" function
  • Урок 31. 00:01:42
    Define the structure of a crowdfunding campaign
  • Урок 32. 00:07:26
    Withdraw money from a crowdfunding campaign
  • Урок 33. 00:05:07
    Donate money to a crowdfunding campaign
  • Урок 34. 00:03:21
    Deploy your dapp to the devnet
  • Урок 35. 00:01:45
    Set up a blank React project
  • Урок 36. 00:13:20
    Add a "Connect wallet" button to your web app
  • Урок 37. 00:13:27
    Create a campaign from the web app
  • Урок 38. 00:06:30
    Display all created campaigns on the web app
  • Урок 39. 00:04:19
    Donate to a campaign from the web app
  • Урок 40. 00:05:37
    Withdraw from a campaign from the web app
  • Урок 41. 00:06:28
    View current and delinquent validators
  • Урок 42. 00:09:48
    Create a new stake account
  • Урок 43. 00:04:53
    Delegate your stake to a validator
  • Урок 44. 00:04:15
    Check out the delegators for a specific validator
  • Урок 45. 00:02:02
    Deactivate your stake account
  • Урок 46. 00:03:10
    Withdraw SOL from your stake account
  • Урок 47. 00:04:47
    Project intro + theory on NFTs and Metaplex Candy Machine
  • Урок 48. 00:01:48
    Grab the starter code
  • Урок 49. 00:08:51
    Retrieve the Solana object in your web app
  • Урок 50. 00:07:16
    Connect your Phantom wallet to your web app
  • Урок 51. 00:03:33
    Install the Metaplex CLI
  • Урок 52. 00:05:11
    Design your custom NFTs
  • Урок 53. 00:10:28
    Deploy your NFTs to the devnet
  • Урок 54. 00:11:40
    Call your Candy Machine from your web app - part 1
  • Урок 55. 00:04:47
    Call your Candy Machine from your web app - part 2
  • Урок 56. 00:02:51
    Render NFT info on your web app
  • Урок 57. 00:05:02
    Mint an NFT from your web app
  • Урок 58. 00:03:36
    Project intro + theory on Web3 and dapps
  • Урок 59. 00:02:17
    Run the starter code
  • Урок 60. 00:13:35
    Connect to your Phantom wallet from your web app
  • Урок 61. 00:14:23
    Build the GIF wall
  • Урок 62. 00:10:31
    Write and test a basic Solana program
  • Урок 63. 00:12:32
    Store GIF data on the blockchain - part 1
  • Урок 64. 00:07:14
    Store GIF data on the blockchain - part 2
  • Урок 65. 00:06:07
    Deploy your dapp to the devnet
  • Урок 66. 00:20:06
    Hook up your web app with your Solana program - part 1
  • Урок 67. 00:07:45
    Hook up your web app with your Solana program - part 2
  • Урок 68. 00:03:19
    Project intro + theory on Chainlink
  • Урок 69. 00:05:02
    Write the logic for retrieving exchange rates
  • Урок 70. 00:04:02
    Specify the context of your "execute" function
  • Урок 71. 00:00:45
    Specify the result account structure
  • Урок 72. 00:07:41
    Write Mocha tests for your "execute" function
  • Урок 73. 00:06:43
    Compile and run your program
  • Урок 74. 00:05:47
    Connect to a Terra node
  • Урок 75. 00:03:22
    Create and airdrop to a Terra account
  • Урок 76. 00:08:52
    Read data from the Terra blockchain
  • Урок 77. 00:09:49
    Transfer and swap UST/LUNA
  • Урок 78. 00:02:35
    Create your project
  • Урок 79. 00:23:26
    Write your Terra smart contract - part 1
  • Урок 80. 00:15:02
    Write your Terra smart contract - part 2
  • Урок 81. 00:03:54
    Deploy your Terra smart contract to the testnet
  • Урок 82. 00:01:26
    Run the web app
  • Урок 83. 00:08:53
    Connect your web app to the Terra blockchain
  • Урок 84. 00:08:58
    Add routes and pages to your web app
  • Урок 85. 00:15:28
    Read data from your smart contract on the web app
  • Урок 86. 00:10:46
    Write data to your smart contract from the web app
  • Урок 87. 00:08:08
    Build out the game
  • Урок 88. 00:02:48
    Add a "wallet address" label
  • Урок 89. 00:08:29
    DeFi - send UST to winners