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