29| 0
|
[其它] Solana区块链开发Rust + JavaScript |
![]() ![]() ├─01 -理解solana和区块链的指南 │ 1_001 Applications of Solana in 2 minutes(2024_09_05_21_29_21_180).mp4 │ 1_001 Applications of Solana in 2 minutes.srt │ 1_002 Introduction to the blockchain(2024_09_05_21_29_37_251).mp4 │ 1_002 Introduction to the blockchain.srt │ 1_003 Introduction to Solana(2024_09_05_21_30_05_742).mp4 │ 1_003 Introduction to Solana.srt │ 1_004 Where to find course resources.html │ ├─02 - 空投项目 │ 2_001 Project intro + theory on wallets and airdropping(2024_09_05_21_30_34_729).mp4 │ 2_001 Project intro + theory on wallets and airdropping.srt │ 2_002 Set-up for this project.html │ 2_003 Environment set-up(2024_09_05_21_30_52_256).mp4 │ 2_003 Environment set-up.srt │ 2_004 Create your own wallet(2024_09_05_21_31_08_526).mp4 │ 2_004 Create your own wallet.srt │ 2_005 Retrieve your wallet's credentials(2024_09_05_21_31_24_031).mp4 │ 2_005 Retrieve your wallet's credentials.srt │ 2_006 Get the balance of your wallet(2024_09_05_21_31_43_108).mp4 │ 2_006 Get the balance of your wallet.srt │ 2_007 Send yourself some SOL(2024_09_05_21_32_11_507).mp4 │ 2_007 Send yourself some SOL.srt │ ├─03 - DEFI项目-启动您自己的加密货币 │ 3_001 Project intro + theory on tokens and programs(2024_09_05_21_32_40_682).mp4 │ 3_001 Project intro + theory on tokens and programs.srt │ 3_002 Set-up for this project.html │ 3_003 Install the Solana Program Library(2024_09_05_21_33_10_405).mp4 │ 3_003 Install the Solana Program Library.srt │ 3_004 Create your own wallet and check on Solana Explorer(2024_09_05_21_33_20_184).mp4 │ 3_004 Create your own wallet and check on Solana Explorer.srt │ 3_005 Create a token(2024_09_05_21_33_50_841).mp4 │ 3_005 Create a token.srt │ 3_006 Mint your token(2024_09_05_21_34_09_200).mp4 │ 3_006 Mint your token.srt │ 3_007 Limit the total supply of your token and burn your token(2024_09_05_21_34_41_273).mp4 │ 3_007 Limit the total supply of your token and burn your token.srt │ 3_008 Send your token to your friends with the Phantom wallet(2024_09_05_21_35_10_985).mp4 │ 3_008 Send your token to your friends with the Phantom wallet.srt │ ├─04 - 编写并测试自定义Solana程序 │ 4_001 Project intro + theory on custom programs and accounts(2024_09_05_21_35_50_105).mp4 │ 4_001 Project intro + theory on custom programs and accounts.srt │ 4_002 Set-up for this project.html │ 4_003 Set up an Anchor project(2024_09_05_21_36_06_254).mp4 │ 4_003 Set up an Anchor project.srt │ 4_004 Write the create function for your calculator(2024_09_05_21_36_36_028).mp4 │ 4_004 Write the create function for your calculator.srt │ 4_005 Specify the context of your create function(2024_09_05_21_37_00_237).mp4 │ 4_005 Specify the context of your create function.srt │ 4_006 Specify the calculator account structure(2024_09_05_21_37_34_186).mp4 │ 4_006 Specify the calculator account structure.srt │ 4_007 Write Mocha tests for your create function(2024_09_05_21_37_45_790).mp4 │ 4_007 Write Mocha tests for your create function.srt │ 4_008 Write the addition function for your calculator(2024_09_05_21_38_52_440).mp4 │ 4_008 Write the addition function for your calculator.srt │ 4_009 Write Mocha tests for your addition function(2024_09_05_21_39_20_574).mp4 │ 4_009 Write Mocha tests for your addition function.srt │ 4_010 Your turn!(2024_09_05_21_39_40_990).mp4 │ 4_010 Your turn!.srt │ 4_011 Solution walk-through(2024_09_05_21_39_49_284).mp4 │ 4_011 Solution walk-through.srt │ ├─06 -PROJECT -用JavaScript为你的SOL做质押 │ 6_001 Project intro + theory on staking.html │ 6_002 Set-up for this project.html │ 6_003 View current and delinquent validators(2024_09_05_21_49_27_790).mp4 │ 6_003 View current and delinquent validators.srt │ 6_004 Create a new stake account(2024_09_05_21_50_10_588).mp4 │ 6_004 Create a new stake account.srt │ 6_005 Delegate your stake to a validator(2024_09_05_21_51_16_419).mp4 │ 6_005 Delegate your stake to a validator.srt │ 6_006 Check out the delegators for a specific validator(2024_09_05_21_51_49_384).mp4 │ 6_006 Check out the delegators for a specific validator.srt │ 6_007 Deactivate your stake account(2024_09_05_21_52_19_314).mp4 │ 6_007 Deactivate your stake account.srt │ 6_008 Withdraw SOL from your stake account(2024_09_05_21_52_33_864).mp4 │ 6_008 Withdraw SOL from your stake account.srt │ ├─08 - DAPP项目-部署GIPHY的Web3版本 │ 8_001 Project intro + theory on Web3 and dapps(2024_09_05_22_00_42_939).mp4 │ 8_001 Project intro + theory on Web3 and dapps.srt │ 8_002 Set-up for this project.html │ 8_003 Run the starter code(2024_09_05_22_01_11_725).mp4 │ 8_003 Run the starter code.srt │ 8_004 Connect to your Phantom wallet from your web app(2024_09_05_22_01_27_858).mp4 │ 8_004 Connect to your Phantom wallet from your web app.srt │ 8_005 Build the GIF wall(2024_09_05_22_02_59_392).mp4 │ 8_005 Build the GIF wall.srt │ 8_006 Write and test a basic Solana program(2024_09_05_22_04_40_816).mp4 │ 8_006 Write and test a basic Solana program.srt │ 8_007 Store GIF data on the blockchain - part 1(2024_09_05_22_05_52_238).mp4 │ 8_007 Store GIF data on the blockchain - part 1.srt │ 8_008 Store GIF data on the blockchain - part 2(2024_09_05_22_07_18_447).mp4 │ 8_008 Store GIF data on the blockchain - part 2.srt │ 8_009 Deploy your dapp to the devnet(2024_09_05_22_08_09_120).mp4 │ 8_009 Deploy your dapp to the devnet.srt │ 8_010 Hook up your web app with your Solana program - part 1(2024_09_05_22_08_53_230).mp4 │ 8_010 Hook up your web app with your Solana program - part 1.srt │ 8_011 Hook up your web app with your Solana program - part 2(2024_09_05_22_11_10_470).mp4 │ 8_011 Hook up your web app with your Solana program - part 2.srt │ 8_012 Extension challenges!.html │ ├─09 - CHAINLINK项目-检索实时汇率与索拉纳 │ 9_001 Project intro + theory on Chainlink(2024_09_05_22_12_06_996).mp4 │ 9_001 Project intro + theory on Chainlink.srt │ 9_002 Set-up for this project.html │ 9_003 Write the logic for retrieving exchange rates(2024_09_05_22_12_34_780).mp4 │ 9_003 Write the logic for retrieving exchange rates.srt │ 9_004 Update on Cargo.toml.html │ 9_005 Specify the context of your execute function(2024_09_05_22_13_07_762).mp4 │ 9_005 Specify the context of your execute function.srt │ 9_006 Specify the result account structure(2024_09_05_22_13_35_025).mp4 │ 9_006 Specify the result account structure.srt │ 9_007 Write Mocha tests for your execute function(2024_09_05_22_13_40_863).mp4 │ 9_007 Write Mocha tests for your execute function.srt │ 9_008 Copy the Chainlink program ID.html │ 9_009 Compile and run your program(2024_09_05_22_14_32_977).mp4 │ 9_009 Compile and run your program.srt │ ├─10 -奖金-读写Terra区块链上的基本数据 │ 10_001 About this bonus project.html │ 10_002 Connect to a Terra node(2024_09_05_22_15_24_176).mp4 │ 10_002 Connect to a Terra node.srt │ 10_003 Create and airdrop to a Terra account(2024_09_05_22_16_03_539).mp4 │ 10_003 Create and airdrop to a Terra account.srt │ 10_004 Read data from the Terra blockchain(2024_09_05_22_16_26_392).mp4 │ 10_004 Read data from the Terra blockchain.srt │ 10_005 Transfer and swap USTLUNA(2024_09_05_22_17_27_652).mp4 │ 10_005 Transfer and swap USTLUNA.srt │ ├─11 - 奖励-创建一个带有DeFi组件的Terra Web3游戏 │ 11_001 Set-up for this project.html │ 11_002 Create your project(2024_09_05_22_18_33_495).mp4 │ 11_002 Create your project.srt │ 11_003 Write your Terra smart contract - part 1(2024_09_05_22_18_53_938).mp4 │ 11_003 Write your Terra smart contract - part 1.srt │ 11_004 Write your Terra smart contract - part 2(2024_09_05_22_21_32_387).mp4 │ 11_004 Write your Terra smart contract - part 2.srt │ 11_005 Deploy your Terra smart contract to the testnet(2024_09_05_22_23_14_978).mp4 │ 11_005 Deploy your Terra smart contract to the testnet.srt │ 11_006 Run the web app(2024_09_05_22_23_40_995).mp4 │ 11_006 Run the web app.srt │ 11_007 Connect your web app to the Terra blockchain(2024_09_05_22_23_51_291).mp4 │ 11_007 Connect your web app to the Terra blockchain.srt │ 11_008 Add routes and pages to your web app(2024_09_05_22_24_51_706).mp4 │ 11_008 Add routes and pages to your web app.srt │ 11_009 Copy the guide.js code.html │ 11_010 Read data from your smart contract on the web app(2024_09_05_22_25_52_111).mp4 │ 11_010 Read data from your smart contract on the web app.srt │ 11_011 Write data to your smart contract from the web app(2024_09_05_22_27_36_163).mp4 │ 11_011 Write data to your smart contract from the web app.srt │ 11_012 Copy the utils for the execute.js file.html │ 11_013 Build out the game(2024_09_05_22_28_48_711).mp4 │ 11_013 Build out the game.srt │ 11_014 Add a wallet address label(2024_09_05_22_29_45_618).mp4 │ 11_014 Add a wallet address label.srt │ 11_015 DeFi - send UST to winners(2024_09_05_22_30_05_001).mp4 │ 11_015 DeFi - send UST to winners.srt │ ├─DEFI项目-推出GoFundMe作为Web3 dapp │ 5_001 Project intro + theory on program-derived accounts(2024_09_05_21_40_14_219).mp4 │ 5_001 Project intro + theory on program-derived accounts.srt │ 5_002 Set-up for this project.html │ 5_003 Set up an Anchor project(2024_09_05_21_40_41_429).mp4 │ 5_003 Set up an Anchor project.srt │ 5_004 Create a crowdfunding campaign(2024_09_05_21_41_01_862).mp4 │ 5_004 Create a crowdfunding campaign.srt │ 5_005 Specify the context for the create function(2024_09_05_21_41_32_826).mp4 │ 5_005 Specify the context for the create function.srt │ 5_006 Define the structure of a crowdfunding campaign(2024_09_05_21_42_16_053).mp4 │ 5_006 Define the structure of a crowdfunding campaign.srt │ 5_007 Withdraw money from a crowdfunding campaign(2024_09_05_21_42_28_425).mp4 │ 5_007 Withdraw money from a crowdfunding campaign.srt │ 5_008 Donate money to a crowdfunding campaign(2024_09_05_21_43_19_403).mp4 │ 5_008 Donate money to a crowdfunding campaign.srt │ 5_009 Deploy your dapp to the devnet(2024_09_05_21_43_54_427).mp4 │ 5_009 Deploy your dapp to the devnet.srt │ 5_010 Set up a blank React project(2024_09_05_21_44_19_028).mp4 │ 5_010 Set up a blank React project.srt │ 5_011 Add a Connect wallet button to your web app(2024_09_05_21_44_31_781).mp4 │ 5_011 Add a Connect wallet button to your web app.srt │ 5_012 Create a campaign from the web app(2024_09_05_21_46_00_624).mp4 │ 5_012 Create a campaign from the web app.srt │ 5_013 Display all created campaigns on the web app(2024_09_05_21_47_32_808).mp4 │ 5_013 Display all created campaigns on the web app.srt │ 5_014 Donate to a campaign from the web app(2024_09_05_21_48_19_078).mp4 │ 5_014 Donate to a campaign from the web app.srt │ 5_015 Withdraw from a campaign from the web app(2024_09_05_21_48_49_439).mp4 │ 5_015 Withdraw from a campaign from the web app.srt │ └─NFT项目-开发一个完整的web应用程序来销售您的自定义NFT 7_001 Project intro + theory on NFTs and Metaplex Candy Machine(2024_09_05_21_52_56_302).mp4 7_001 Project intro + theory on NFTs and Metaplex Candy Machine.srt 7_002 Set-up for this project.html 7_003 Grab the starter code(2024_09_05_21_53_33_953).mp4 7_003 Grab the starter code.srt 7_004 Retrieve the Solana object in your web app(2024_09_05_21_53_46_617).mp4 7_004 Retrieve the Solana object in your web app.srt 7_005 Connect your Phantom wallet to your web app(2024_09_05_21_54_45_746).mp4 7_005 Connect your Phantom wallet to your web app.srt 7_006 Install the Metaplex CLI(2024_09_05_21_55_35_643).mp4 7_006 Install the Metaplex CLI.mp4 7_006 Install the Metaplex CLI.srt 7_007 Design your custom NFTs(2024_09_05_21_56_03_016).mp4 7_007 Design your custom NFTs.srt 7_008 Copy the NFT JSON structure.html 7_009 Deploy your NFTs to the devnet(2024_09_05_21_56_36_999).mp4 7_009 Deploy your NFTs to the devnet.srt 7_010 Copy the structure for config.json.html 7_011 Call your Candy Machine from your web app - part 1(2024_09_05_21_57_48_777).mp4 7_011 Call your Candy Machine from your web app - part 1.srt 7_012 Call your Candy Machine from your web app - part 2(2024_09_05_21_59_10_193).mp4 7_012 Call your Candy Machine from your web app - part 2.srt 7_013 Render NFT info on your web app(2024_09_05_21_59_44_517).mp4 7_013 Render NFT info on your web app.srt 7_014 Copy this code for setCandyMachine().html 7_015 Mint an NFT from your web app(2024_09_05_22_00_05_262).mp4 7_015 Mint an NFT from your web app.srt
购买主题
本主题需向作者支付 28 学币 才能浏览
| |
学IT吧 www.xueit8.com X3.4
Copyright © 2001-2021, Tencent Cloud.