Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Solidity Smart Contracts: Build DApps In Ethereum Blockchain, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:02:57
    What is Ethereum?
  2. Урок 2. 00:06:16
    The Ethereum Ecosystem - What Are Blocks?
  3. Урок 3. 00:10:13
    Opening An Ethereum Wallet
  4. Урок 4. 00:04:23
    Different Kinds Of Wallets
  5. Урок 5. 00:07:24
    Metamask And What Is GAS?
  6. Урок 6. 00:09:55
    Contracts, Constructors & Functions
  7. Урок 7. 00:07:11
    REMIX PRACTICE: Creating First Smart Contract With Solidity And Remix
  8. Урок 8. 00:06:04
    Variables In Solidity
  9. Урок 9. 00:06:01
    REMIX PRACTICE: Variables
  10. Урок 10. 00:02:27
    Getters & Setters
  11. Урок 11. 00:02:34
    Arrays
  12. Урок 12. 00:02:45
    Memory vs Storage
  13. Урок 13. 00:03:11
    Mappings In Solidity
  14. Урок 14. 00:01:53
    What Are Structs?
  15. Урок 15. 00:04:23
    Error Handling & Restrictions
  16. Урок 16. 00:02:57
    Modifiers
  17. Урок 17. 00:02:38
    Libraries
  18. Урок 18. 00:03:32
    Global Variables In Solidity
  19. Урок 19. 00:03:42
    Abstract Contracts, Inheritance and Interfaces
  20. Урок 20. 00:03:34
    Events
  21. Урок 21. 00:02:32
    Environment Setup - Truffle, Ganache & VSCode
  22. Урок 22. 00:03:02
    VSCode Settings & Extensions - What I Use?
  23. Урок 23. 00:04:57
    Truffle Project Creation, Ganache & Contract Deployment
  24. Урок 24. 00:06:00
    Truffle Compile, Migrate & Create Commands
  25. Урок 25. 00:06:49
    More Truffle Commands
  26. Урок 26. 00:04:08
    Installing Skeleton & Contract Creation
  27. Урок 27. 00:02:15
    Migration File Creation & Deployment
  28. Урок 28. 00:11:45
    Unit Testing Our Smart Contract
  29. Урок 29. 00:11:57
    WEB3JS & User Interface Creation
  30. Урок 30. 00:02:38
    Metamask Setup & DApp Testing
  31. Урок 31. 00:02:38
    Infura Account Creation
  32. Урок 32. 00:04:50
    Setting Up Infura As Network Provider & Deploying Contracts To Rinkeby
  33. Урок 33. 00:02:56
    Register And Install Heroku
  34. Урок 34. 00:03:57
    Preparing Project For Heroku
  35. Урок 35. 00:03:01
    Deploying Your DApp To Heroku
  36. Урок 36. 00:03:43
    Creating A Basic Token Under 5 Min
  37. Урок 37. 00:03:52
    Deploying Our Token To Rinkeby Test Network
  38. Урок 38. 00:05:00
    Adding Our Token To Wallets and Sending It To Another Account
  39. Урок 39. 00:02:46
    What is ERC20 Standard?
  40. Урок 40. 00:06:27
    Improving Our Basic Token To Be ERC20 (Part 1)
  41. Урок 41. 00:05:36
    Improving Our Basic Token To Be ERC20 (Part 2)
  42. Урок 42. 00:02:32
    Making Your Token Ownable
  43. Урок 43. 00:03:41
    Minting & Burning Functions (Control Supply)
  44. Урок 44. 00:04:03
    Introduction To IPFS
  45. Урок 45. 00:04:40
    Saving Data With JavaScript and Infura Public Gateway
  46. Урок 46. 00:03:36
    Starting the Solidity Drive Project
  47. Урок 47. 00:09:28
    Creating Our Smart Contract
  48. Урок 48. 00:08:49
    Cleaning Things a Bit and Adding Dependencies
  49. Урок 49. 00:12:29
    Creating the User Interface
  50. Урок 50. 00:01:54
    Configure getWeb3.js
  51. Урок 51. 00:07:59
    Making The getFiles Function
  52. Урок 52. 00:08:29
    IPFS Config and onDrop event
  53. Урок 53. 00:06:33
    Debugging React Application Inside Chrome Dev Tools
  54. Урок 54. 00:07:55
    OnDrop Function Finished
  55. Урок 55. 00:14:28
    Rendering Our Files
  56. Урок 56. 00:03:34
    Re-render When We Change Accounts
  57. Урок 57. 00:07:36
    Old MyEtherWallet Website: Opening An Ethereum Wallet