Build TypeScript smart contracts and React.js dapps for NEAR
Build TypeScript smart contracts and React.js dapps for NEAR, available at $49.99, has an average rating of 5, with 92 lectures, based on 1 reviews, and has 3018 subscribers.
You will learn about 01 Build a Hello World NEAR smart contract with TypeScript 02 Deploy and test NEAR smart contract with NEAR CLI 03 Build a vanilla JS dapp to connect to Hello World TS contract on NEAR 04 Build a React dapp to connect to Hello World TS contract on NEAR This course is ideal for individuals who are Anyone interested in building smart contracts for the NEAR blockchain or Anyone who wants to learn to code in TS It is particularly useful for Anyone interested in building smart contracts for the NEAR blockchain or Anyone who wants to learn to code in TS.
Enroll now: Build TypeScript smart contracts and React.js dapps for NEAR
Summary
Title: Build TypeScript smart contracts and React.js dapps for NEAR
Price: $49.99
Average Rating: 5
Number of Lectures: 92
Number of Published Lectures: 92
Number of Curriculum Items: 92
Number of Published Curriculum Objects: 92
Original Price: $199.99
Quality Status: approved
Status: Live
What You Will Learn
- 01 Build a Hello World NEAR smart contract with TypeScript
- 02 Deploy and test NEAR smart contract with NEAR CLI
- 03 Build a vanilla JS dapp to connect to Hello World TS contract on NEAR
- 04 Build a React dapp to connect to Hello World TS contract on NEAR
Who Should Attend
- Anyone interested in building smart contracts for the NEAR blockchain
- Anyone who wants to learn to code in TS
Target Audiences
- Anyone interested in building smart contracts for the NEAR blockchain
- Anyone who wants to learn to code in TS
What is the NEAR blockchain?
-
built to be simple, secure and scalable.
-
Low cost. High speed. Effortless scale.
-
<0.01USD Transaction Cost
-
18M+ Active Accounts
-
400K Daily Transactions
-
~2.4s Time to Finality
-
Contracts, DAOs, dapps, funding
-
Layer 1 blockchain
not dependent on other chains.
uses a unique scaling mechanism
-
Nightshade sharding
-
Scales infinitely
-
resists short-term usage spikes
Proof of stake
-
More efficient than Bitcoin and Ethereum
web-based wallet
-
no need for users to install programs or browser extensions
-
makes it especially easy to onboard new users (e.g. through named accounts)
Certified carbon neutral
-
consumes in a year the same energy bitcoin consumes in 3 minutes
Interoperable with Ethereum
-
using Rainbow Bridge
Your Instructor
Alexandra Kropova is a software developer with extensive experience in full-stack web development, app development and game development. She has helped produce courses for Mammoth Interactive since 2016, including the Coding Interview series in Java, JavaScript, C++, C#, Python and Swift.
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 1.1 million courses sold. Mammoth Interactive has released over 250 courses and 2,500 hours of video content.
Founder and CEO John Bura has been programming since 1997 and teaching since 2002. John has created top-selling applications for iOS, Xbox and more. John also runs SaaS company Devonian Apps, building efficiency-minded software for technology workers like you.
Join 1.3+ million students in high-quality courses featured at Harvard
-
Lifetime access that never expires
-
Project-based curriculum to superboost your portfolio
-
Graduation certificate for every course
-
Absolute beginner-friendly
-
90% off today
-
Use any computer
-
Satisfaction guarantee
-
Get all source code
-
Popular bundle by Mammoth students
-
Perfected over years of training
Reviews from the Mammoth Community
“This is AMAZING I just learned how to code without breaking a sweat, this is really easy and fun!” -Shalonda Lewis
“This course so far is by far amazing! The instructor is very encouraging and up beat.” -Moiz Saqib
“It was informative and definitely covered the basics. Easy to understand and to follow.” -Colin Mooney
Course Curriculum
Chapter 1: 00 Project Preview
Lecture 1: 00 Project Preview
Lecture 2: Source Files
Chapter 2: 00b Mammoth Interactive Courses Introduction
Lecture 1: 00 About Mammoth Interactive
Lecture 2: 01 How To Learn Online Effectively
Lecture 3: Source Files
Chapter 3: 00c (Prerequisite) Blockchain and Smart Contracts Overview
Lecture 1: 00 Blockchain Introduction
Lecture 2: 02 What is a Smart Contract
Lecture 3: 03 What is the NEAR blockchain
Lecture 4: Source Files
Chapter 4: 00d (Prerequisite) Command Line Fundamentals
Lecture 1: 01 Why All Developers Need To Know The Command Line
Lecture 2: 03 What Are Linux And Unix Terminals
Lecture 3: 02 Install Linux Command Line On Windows
Chapter 5: 00d-2 – Use Commands in a Linux Unix Terminal
Lecture 1: 01 Build Your First Command In The Command Line
Lecture 2: 02 Navigate Directories In The Command Line
Lecture 3: 03 Build And Edit A New File In The Command Line
Lecture 4: 04 Move Files In The Command Line
Chapter 6: 00e (Prerequisite) Install Node and npm
Lecture 1: What Is Node JS
Lecture 2: Install Node And NPM On Mac Or Windows
Lecture 3: How to Install Node and NPM on Windows
Lecture 4: Source Files
Chapter 7: 00f (Prerequisite) Introduction to JavaScript
Lecture 1: 01. Variables
Lecture 2: 02. JavaScript
Lecture 3: 03. Numbers
Lecture 4: 04. Booleans
Lecture 5: 05. If Statements
Lecture 6: 06. Arrays
Lecture 7: 07. For Loops
Lecture 8: 08. While Loops
Lecture 9: 09. Objects
Lecture 10: 10. Functions
Lecture 11: 11. Foreach
Lecture 12: 12. Map Functions
Lecture 13: 13. Using Objects As Dictionary
Lecture 14: 14. Switch Statements
Lecture 15: 15. Destructuring-1
Lecture 16: 16. Spread Operator-1
Lecture 17: 17. String Templates-1
Lecture 18: 18. Error Handling-1
Lecture 19: 19. Let And Const Keywords-1
Lecture 20: 20. Do-while-1
Lecture 21: 21. Sets
Lecture 22: 22. Maps
Lecture 23: 23. Stacks
Lecture 24: 24. Queues
Lecture 25: 25. For Loop
Lecture 26: 26. Recursive Functions
Lecture 27: 27. Loop Labeling
Lecture 28: 28. 2d Arrays
Lecture 29: 29. Settimeout
Lecture 30: 30. Sentimental
Lecture 31: 31. Functions With Optional Parameters-1
Lecture 32: 32. Basic Regular Expression
Lecture 33: 33. Handle Keypress Events
Lecture 34: 34. Priority Queue
Lecture 35: 35. Add delete Object Property
Lecture 36: 36. Example With Sets Part 1
Lecture 37: 36. Example With Sets Part 2
Lecture 38: 37. Concat
Lecture 39: 38. Flat And Flatmap
Chapter 8: 01 Build a Hello World NEAR smart contract with TypeScript
Lecture 1: 01 Set Up NEAR Dapp Project with TypeScript
Lecture 2: 02 Build a Hello World TypeScript NEAR contract
Lecture 3: Source Files
Chapter 9: 02 Deploy and test NEAR smart contract with NEAR CLI
Lecture 1: 01 Deploy contract to NEAR test network without logging in
Lecture 2: 02 Call a view function from NEAR contract without account
Lecture 3: 03 Call a paid function from NEAR contract with account
Lecture 4: Source Files
Chapter 10: 03a (Prerequisite) Introduction to HTML
Lecture 1: 01. Course Requirements
Lecture 2: 02. What Is JSbin
Lecture 3: 03. Setting Up The Html Document
Lecture 4: 04. Header Tags And Paragraphs Tags
Lecture 5: 05. Styles
Lecture 6: 06. Bold Underline And Italic Tags
Lecture 7: 07. Adding In A Link
Lecture 8: 08. Adding In A Image
Lecture 9: 09. Adding A Link To An Image
Lecture 10: 10. Lists
Lecture 11: 11. Tables
Lecture 12: 12. Different Kinds Of Input
Lecture 13: 13. Adding in a Submit Button
Chapter 11: 03b Build a vanilla JS dapp to connect to Hello World TS contract on NEAR
Lecture 1: 01 Build a vanilla JS dapp to connect to Hello World TS contract on NEAR
Lecture 2: 02 Run a vanilla JS dapp connected to Hello World TS contract on NEAR
Chapter 12: 04a (Prerequisite) Introduction to React
Lecture 1: 00 Why You Should Learn React
Lecture 2: 01 React Introduction
Lecture 3: 02 Set up a Container
Lecture 4: 03 Generate a List
Lecture 5: 04 Add Items to the List
Lecture 6: 05 Clear Input Field
Lecture 7: 06 Remove a Task
Instructors
-
Mammoth Interactive
Top-Rated Instructor, 3.3 Million+ Students -
John Bura
Best Selling Instructor Web/App/Game Developer 1Mil Students -
NEAR Foundation
A climate-neutral, high-speed, low tx fee layer-1 blockchain
Rating Distribution
- 1 stars: 0 votes
- 2 stars: 0 votes
- 3 stars: 0 votes
- 4 stars: 0 votes
- 5 stars: 1 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024
- Top 10 Gardening Courses to Learn in November 2024