وب سایت تخصصی شرکت فرین
دسته بندی دوره ها

Build an ecommerce NEAR dapp with AssemblyScript and ReactJS

سرفصل های دوره

Build a React frontend for AssemblyScript smart contract


1 - 00 Project preview
  • 1 - 01 Project preview Build a marketplace dapp on NEAR blockchain
  • 2 - Source Files.html
  • 2 - Source-Files.zip

  • 2 - 01 Prerequisite Blockchain and Smart Contracts Overview
  • 3 - 00 Blockchain Introduction
  • 4 - 02 What is a Smart Contract
  • 5 - 03 What is the NEAR blockchain
  • 6 - Source Files.html
  • 6 - Source-Files.zip

  • 3 - 06b Prerequisite Command Line Fundamentals
  • 7 - Why All Developers Need To Know The Command Line
  • 8 - What Are Linux And Unix Terminals
  • 9 - Install Linux Command Line On Windows

  • 4 - 06b2 Prerequisite Command Line Fundamentals
  • 10 - 01 Build Your First Command In The Command Line
  • 11 - 02 Navigate Directories In The Command Line
  • 12 - 03 Build And Edit A New File In The Command Line
  • 13 - 04 Move Files In The Command Line

  • 5 - 06c Prerequisite Install Node and npm
  • 14 - What Is Node JS
  • 15 - Install Node And NPM On Mac Or Windows
  • 16 - How to Install Node and NPM on Windows
  • 17 - Source Files.html
  • 17 - Source-files.zip

  • 6 - 06d Prerequisite Install yarn
  • 18 - 01 What is yarn
  • 19 - 02 Install yarn on Mac
  • 20 - 03 Install yarn on Windows
  • 21 - Source Files.html
  • 21 - Source-files.zip

  • 7 - 06e Prerequisite Install project tools
  • 22 - 01 Install NEAR CLI and AssemblyScript build tools
  • 23 - Source Files.html
  • 23 - Source-Files.zip

  • 8 - 09a2 Prerequisite Introduction to HTML
  • 24 - 01 Course Requirements
  • 25 - 02 What is JSBin
  • 26 - 03 Setting up the HTML Document
  • 27 - 04 Header Tags and Paragraphs Tags
  • 28 - 05 Styles
  • 29 - 06 Bold underLine and Italic Tags
  • 30 - 07 Adding in a Link
  • 31 - 08 Adding in a Image
  • 32 - 09 Adding a Link to an Image
  • 33 - 10 Lists
  • 34 - 11 Tables
  • 35 - 12 Different Kinds of Input
  • 36 - 13 Adding in a Submit Button

  • 9 - 09a3 Prerequisite Introduction to JavaScript
  • 37 - 01 Variables
  • 38 - 02 JavaScript
  • 39 - 03 Numbers
  • 40 - 04 Booleans
  • 41 - 05 If Statements
  • 42 - 06 Arrays
  • 43 - 07 For Loops
  • 44 - 08 While Loops
  • 45 - 09 Objects
  • 46 - 10 Functions
  • 47 - 11 Foreach
  • 48 - 12 Map Functions
  • 49 - 13 Using Objects As Dictionary
  • 50 - 14 Switch Statements
  • 51 - 15 Destructuring
  • 52 - 16 Spread Operator
  • 53 - 17 String Templates
  • 54 - 18 Error Handling
  • 55 - 19 Let And Const Keywords
  • 56 - 20 Dowhile
  • 57 - 21 Sets
  • 58 - 22 Maps
  • 59 - 23 Stacks
  • 60 - 24 Queues
  • 61 - 25 For Loop
  • 62 - 26 Recursive Functions
  • 63 - 27 Loop Labeling
  • 64 - 28 2d Arrays
  • 65 - 29 Settimeout
  • 66 - 30 Sentimental
  • 67 - 31 Functions With Optional Parameters1
  • 68 - 32 Basic Regular Expression
  • 69 - 33 Handle Keypress Events
  • 70 - 34 Priority Queue
  • 71 - 35 Add delete Object Property
  • 72 - 36 Example With Sets Part 1
  • 73 - 36 Example With Sets Part 2
  • 74 - 37 Concat
  • 75 - 38 Flat And Flatmap

  • 10 - 09a4 Prerequisite Introduction to React
  • 76 - 00 Why You Should Learn React
  • 77 - 01 React Introduction
  • 78 - 02 Set up a Container
  • 79 - 03 Generate a List
  • 80 - 04 Add Items to the List
  • 81 - 05 Clear Input Field
  • 82 - 06 Remove a Task
  • 83 - Source Files.html
  • 83 - Source-Files.zip

  • 11 - 10 Connect a React Dapp with NEAR contract
  • 84 - 00 What is web3JS
  • 85 - 01 Set up React dapp for NEAR
  • 86 - 02 Define configuration for NEAR in React
  • 87 - 04 Connect to NEAR wallet and contract in React
  • 88 - 05 Test connection to wallet and contract
  • 89 - Source Files.html
  • 89 - Source-files.zip

  • 12 - 11 Interact with NEAR contract in dapp
  • 90 - 01 Handle sign in and sign out of wallet
  • 91 - 02 Call NEAR functions in dapp
  • 92 - Source Files.html
  • 92 - Source-files.zip

  • 13 - 12 Show AssemblyScript contract contents in React
  • 93 - 01 Build user interface to establish the wallet connection
  • 94 - 02 Show state values from AssemblyScript contract in React
  • 95 - Source Files.html
  • 95 - Source-files.zip

  • 14 - 13 Build a React frontend for AssemblyScript smart contract
  • 96 - 01 Connect to contract before rendering dapp
  • 97 - 02 Build a Course component
  • 98 - Source Files.html
  • 98 - Source-files.zip

  • 15 - 14 Render all data from AssemblyScript contract in dapp
  • 99 - 01 Get all entries in AssemblyScript smart contract map
  • 100 - 02 Get all entries from AssemblyScript in React
  • 101 - 03 Render an AssemblyScript map in React DOM
  • 102 - 04 Build a Courses component to render all entries
  • 103 - Source Files.html
  • 103 - Source-files.zip

  • 16 - 15 Connect to AssemblyScript add function in React component
  • 104 - 01 Build React component to add entry to AssemblyScript map
  • 105 - 02 Connect to add entry function in React component
  • 106 - Source Files.html
  • 106 - Source-files.zip

  • 17 - 16 Expand smart contract for complex data
  • 107 - 01 Build model to represent course
  • 108 - 02 Update smart contract to use complex data model
  • 109 - 03 Update AssemblyScript smart contract on NEAR
  • 110 - Source Files.html
  • 110 - Source-files.zip

  • 18 - 17 Update React dapp with AssemblyScript data model
  • 111 - 01 Update Courses component with complex data model
  • 112 - 02 Update adding course with complex data model
  • 113 - Source Files.html
  • 113 - Source-files.zip

  • 19 - 18 Enable purchase from AssemblyScript contract in React
  • 114 - 01 Build AssemblyScript method for purchase
  • 115 - 02 Build NEAR customer account to test purchase
  • 116 - 03 Get more test NEAR token from faucet
  • 117 - 04 Fund testnet wallet with NEAR CLI
  • 118 - Source Files.html
  • 118 - Source-files.zip

  • 20 - 19 Test purchase with NEAR smart contract
  • 119 - 01 Test purchase with NEAR smart contract
  • 120 - 02 Use a React component for each object
  • 121 - 03 Enable NEAR purchase in React dapp
  • 122 - 04 Send NEAR with purchase in React dapp
  • 123 - Source Files.html
  • 123 - Source-Code.zip

  • 21 - 20 Expand model with more properties
  • 124 - 01 Format each course in a Bootstrap card
  • 125 - 02 Add image to model in AssemblyScript smart contract
  • 126 - 03 Display image from AssemblyScript smart contract in React dapp
  • 127 - Source Files.html
  • 127 - Source-Files.zip
  • 53,700 تومان
    بیش از یک محصول به صورت دانلودی میخواهید؟ محصول را به سبد خرید اضافه کنید.
    خرید دانلودی فوری

    در این روش نیاز به افزودن محصول به سبد خرید و تکمیل اطلاعات نیست و شما پس از وارد کردن ایمیل خود و طی کردن مراحل پرداخت لینک های دریافت محصولات را در ایمیل خود دریافت خواهید کرد.

    ایمیل شما:
    تولید کننده:
    شناسه: 1261
    حجم: 7181 مگابایت
    مدت زمان: 776 دقیقه
    تاریخ انتشار: 26 دی 1401
    طراحی سایت و خدمات سئو

    53,700 تومان
    افزودن به سبد خرید