XRPL Blockchain Web3 Development with JavaScript

128 casts | 13:33:48 for the total course


Description

Do you want to learn to use a blockchain developed primarily with the financial industry in mind? Enroll now to learn about the XRP ledger. Connect to the XRP blockchain with the library XRPL.js. You’ll understand the XRPL public server in and out. Learn to connect to the test network with JavaScript. You’ll do different tasks like looking up transactions and converting drops to XRP cryptocurrency token.

Build and fund crypto wallet for the blockchain. Transfer native cryptocurrency. Handle transactions with WebSocket and JavaScript. This all-in-one-course is a MUST-HAVE for anyone interested in finance and blockchain working together. Enroll now!

  • 1. 00 Course Overview
    • 00 Course Overview | XRPL Blockchain Web3 Development with JavaScript

      4:47

  • 2. 02 XRPL Introduction
    • 01 What Is The Xrp Ledger

      5:10

    • 02 What Is The Xrpl Consensus Protocol

      5:25

    • 03 Xrpl Ecosystem

      3:19

    • 04 Xrp And Ripple Company

      1:24

    • 05 Xrpl Payment Types

      1:22

  • 3. 03 (Prerequisite) Introduction to HTML
    • 01 Course Requirements - (Prerequisite) Introduction to HTML

      2:56

    • 02 What Is Jsbin - (Prerequisite) Introduction to HTML

      3:15

    • 03 Setting Up The Html Document - (Prerequisite) Introduction to HTML

      2:41

    • 04 Header Tags And Paragraphs Tags - (Prerequisite) Introduction to HTML

      4:07

    • 05 Styles - (Prerequisite) Introduction to HTML

      3:33

    • 06 Bold Underline And Italic Tags - (Prerequisite) Introduction to HTML

      3:10

    • 07 Adding In A Link - (Prerequisite) Introduction to HTML

      1:38

    • 08 Adding In A Image - (Prerequisite) Introduction to HTML

      3:01

    • 09 Adding A Link To An Image - (Prerequisite) Introduction to HTML

      1:55

    • 10 Lists - (Prerequisite) Introduction to HTML

      4:04

    • 11 Tables - (Prerequisite) Introduction to HTML

      3:30

    • 12 Different Kinds Of Input - (Prerequisite) Introduction to HTML

      4:59

    • 13 Adding In A Submit Button - (Prerequisite) Introduction to HTML

      3:01

    • 14 Scripts And Style Tags - (Prerequisite) Introduction to HTML

      3:27

  • 4. 04A (Prerequisite) Introduction to JavaScript
    • 01 Variables - (Prerequisite) Introduction to JavaScript

      5:36

    • 02 Strings - (Prerequisite) Introduction to JavaScript

      10:24

    • 03 Numbers - (Prerequisite) Introduction to JavaScript

      4:52

    • 04 Booleans - (Prerequisite) Introduction to JavaScript

      5:22

    • 05 If Statements - (Prerequisite) Introduction to JavaScript

      4:28

    • 06 Arrays - (Prerequisite) Introduction to JavaScript

      8:31

    • 07 For Loops - (Prerequisite) Introduction to JavaScript

      9:17

    • 08 While Loops - (Prerequisite) Introduction to JavaScript

      4:34

    • 09 Objects - (Prerequisite) Introduction to JavaScript

      8:03

    • 10 Functions - (Prerequisite) Introduction to JavaScript

      6:09

    • 11 Foreach - (Prerequisite) Introduction to JavaScript

      3:54

    • 12 Map Functions - (Prerequisite) Introduction to JavaScript

      5:22

    • 13 Using Objects As Dictionary - (Prerequisite) Introduction to JavaScript

      2:45

    • 14 Switch Statements - (Prerequisite) Introduction to JavaScript

      6:39

    • 15 Destructuring - (Prerequisite) Introduction to JavaScript

      5:30

    • 16 Spread Operator - (Prerequisite) Introduction to JavaScript

      6:57

    • 17 String Templates - (Prerequisite) Introduction to JavaScript

      6:38

    • 18 Error Handling - (Prerequisite) Introduction to JavaScript

      5:46

    • 19 Let And Const Keywords - (Prerequisite) Introduction to JavaScript

      3:39

    • 20 Do-while - (Prerequisite) Introduction to JavaScript

      1:46

    • 21 Sets - (Prerequisite) Introduction to JavaScript

      5:42

    • 22 Maps - (Prerequisite) Introduction to JavaScript

      4:40

    • 23 Stacks - (Prerequisite) Introduction to JavaScript

      6:06

    • 24 Queues - (Prerequisite) Introduction to JavaScript

      11:49

    • 25 For Loop - (Prerequisite) Introduction to JavaScript

      5:12

    • 26 Recursive Functions - (Prerequisite) Introduction to JavaScript

      7:13

    • 27 Loop Labeling - (Prerequisite) Introduction to JavaScript

      5:18

    • 28 2d Arrays - (Prerequisite) Introduction to JavaScript

      21:59

    • 29 Settimeout - (Prerequisite) Introduction to JavaScript

      7:03

    • 30 Sentimental - (Prerequisite) Introduction to JavaScript

      11:21

    • 31 Functions With Optional Parameters - (Prerequisite) Introduction to JavaScript

      15:10

    • 32 Basic Regular Expression - (Prerequisite) Introduction to JavaScript

      5:54

    • 33 Handle Keypress Events - (Prerequisite) Introduction to JavaScript

      22:46

    • 34 Priority Queue - (Prerequisite) Introduction to JavaScript

      15:54

    • 35 Add delete Object Property - (Prerequisite) Introduction to JavaScript

      2:45

    • 36 Example With Sets Part 1 - (Prerequisite) Introduction to JavaScript

      28:50

    • 36 Example With Sets Part 2 - (Prerequisite) Introduction to JavaScript

      43:21

    • 37 Concat - (Prerequisite) Introduction to JavaScript

      3:12

    • 38 Flat And Flatmap - (Prerequisite) Introduction to JavaScript

      2:07

  • 5. Advanced Javascript
    • 00 About Mammoth Interactive

      1:11

    • 01 How to Learn Online Effectively

      13:44

    • 01 01 Introduction to the Course

      1:30

    • 01 03 Why should you learn JavaScript

      0:52

    • 01 04 Quick Win

      1:36

    • 01 05 Course Requirements

      0:40

    • 02 01 What will we learn in this section

      0:43

    • 02 02 Declare Variables with let and Const

      15:46

    • 02 03 Blocks and IIFEs

      11:42

    • 02 04 Strings in ES2020

      11:40

    • 02 05 Coding Challenge

      0:47

    • 02 06 Coding Challenge Solution

      2:05

    • 02 07 Section Summary

      0:44

    • 03 01 What will we learn in this section

      0:41

    • 03 02 Basics of Arrow Functions

      15:00

    • 03 03 Lexical This Keyword

      10:29

    • 03 04 Coding Challenge

      0:43

    • 03 05 Coding Challenge Solution

      3:04

    • 03 06 Section Summary

      0:43

    • 04 01 What will we learn in this section

      0:32

    • 04 02 Destructuring

      15:31

    • 04 03 Arrays in ES2020

      16:32

    • 04 04 Spread Operator

      12:53

    • 04 05 Coding Challenge

      0:49

    • 04 06 Coding Challenge Solution

      3:44

    • 04 07 Section Summary

      0:45

    • 05 01 What will we learn in this section

      0:37

    • 05 02 Rest Parameters

      15:56

    • 05 03 Default Parameters

      18:34

    • 05 04 Coding Challenge

      0:49

    • 05 05 Coding Challenge Solution

      3:59

    • 05 06 Section Summary

      0:32

    • 06 01 What will we learn in this section

      0:43

    • 06 02 Maps

      20:27

    • 06 03 Coding Challenge

      0:40

    • 06 04 Coding Challenge Solution

      2:47

    • 06 05 Section Summary

      0:26

    • 07 01 What will we learn in this section

      0:38

    • 07 02 Classes

      16:26

    • 07 03 Classes with Subclasses

      16:37

    • 07 04 Coding Challenge

      0:57

    • 07 05 Coding Challenge Solution

      2:49

    • 07 06 Section Summary

      0:53

    • 08 01 What will we learn in this section

      1:02

    • 08 02 Asynchronous JavaScript Example

      11:19

    • 08 03 The Event Loop

      12:16

    • 08 04 Asynchronous Javascript with Callbacks

      9:17

    • 08 05 Promises

      21:16

    • 08 06 Async Await

      11:42

    • 08 07 AJAX and APIs

      6:36

    • 08 08 Make AJAX Calls with Fetch and Promises

      11:25

    • 08 09 Make AJAX Calls with Fetch and Async Await

      7:30

    • 08 10 Coding Challenge

      0:45

    • 08 11 Coding Challenge Solution

      7:41

    • 08 12 Section Summary

      0:56

    • 09 01 Course Summary and Next Steps

      2:25

  • 6. 05 Connect to XRPL with XRPL JS
    • 01 Access Xrpl With A Web Browser

      6:07

    • 02 Xrpl Public Server Explained

      1:44

    • 03 How To Debug Javascript

      3:14

    • 04 Connect To Xrpl Testnet With Js

      2:24

    • 05 Look Up Xrpl Transaction With Js

      3:57

    • 06 Convert Drops To Xrp With Js

      1:34

  • 7. 06 Build an XRPL crypto wallet with XRPL JS
    • 01 Build An Xrpl Crypto Wallet And Keys

      2:35

    • 02 Build And Fund Xrpl Testnet Wallet

      3:12

  • 8. 07 Send XRP with XRPL JS
    • 01 Prepare Xrp Transaction With Js

      5:00

    • 02 Sign And Submit Xrp Transaction With Js

      3:58

  • 9. 08 Handle XRPL Transactions with WebSocket and JS
    • 01 Introduction To Xrpl Websocket

      2:32

    • 02 Connect To Xrp Ledger With Websocket

      6:13

    • 03 Handle Xrpl Server Messages With Websocket

      9:34

Created By

Mammoth Interactive is a leading online course provider in everything from learning to code to becoming a YouTube star. Mammoth Interactive courses have been featured on Harvard’s edX, Business Insider and more. Over 11 years, Mammoth Interactive has built a global student community with 3.3 million

US$19.98

  US$199.00

Buy Now (US$19.98) ➔

Lifetime Access
30-Day Money-Back Guarantee.

Reviews
No reviews yet