Build AssemblyScript Smart Contracts for the NEAR Blockchain Description
Build AssemblyScript Smart Contracts for the NEAR Blockchain teaches you how to build smart contracts for the NEAR blockchain and how to code in AssemblyScript without breaking a sweat. No experience, cryptocurrency, or paid software is required.
Here’s what you will learn in this course:
- Mammoth Interactive Courses Introduction
- 00 About Mammoth Interactive
- 01 How to Learn Online Effectively
- Source Code
- 01 Blockchain and Smart Contracts Overview
- 00 Blockchain Introduction
- 02 What is a Smart Contract
- 03 What is the NEAR blockchain
- Source Files
- 02a Project preview
- 01 Project preview – Simple Hello World Greeting AssemblyScript smart contract
- Source Files
- 02b Build a Github account
- 00a What is Github and building a new account
- 01 Build a Github repository (for Gitpod)
- Source Files
- 03 Set up AssemblyScript project on Git Pod
- 00 What is Gitpod
- 01 Setup Git Pod project for AssemblyScript smart contract
- Source Files
- 03b Install near-sdk-as package on Gitpod
- 00 What Is Node JS
- 01 What is yarn
- 02 Install near-sdk-as
- 03 Commit project to Github with gitignore for node_modules
- Source Files
- 04 Introduction to AssemblyScript and WebAssembly
- 01 What is JavaScript in web development
- 02 What is AssemblyScript and WebAssembly
- Source Files
- 05 Build an AssemblyScript smart contract for NEAR blockchain
- 01 Build AssemblyScript smart contract online for NEAR blockchain
- 02 Install NEAR tools for deployment
- Source Files
- 05b Build accounts on NEAR testnet
- 01 Create a NEAR testnet account and fund with tokens
- 02 Build a sub-account with NEAR CLI
- Source Files
- 05c Compile and deploy smart contract with NEAR CLI
- 01 Compile AssemblyScript smart contract with asb package
- 02 Deploy AssemblyScript contract to NEAR blockchain
- 02b Deploy AssemblyScript contract to NEAR subaccount
- 03 Interact with AssemblyScript contract on NEAR blockchain
- 04 Log values in AssemblyScript smart contract and redeploy
- Source Files