Getting started with the NEAR blockchain
At this point, we have clarity on most of the important concepts of NEAR Protocol. Now, we’ll get a bit more hands-on and delve into the core concepts of developing the NEAR blockchain. In this section, we will cover essential topics and tools that will equip you with the necessary knowledge to build robust dApps on NEAR.
By the end of this section, you will have a solid understanding of the core concepts and tools necessary for developing sophisticated dApps on the NEAR blockchain, empowering you to create innovative solutions within this thriving ecosystem.
First, we’ll explore the Contract
class, which serves as the foundation for your smart contracts on NEAR. We will delve into the various modules, types, and structs that can be used to define and manipulate data within your contracts.
The Contract class
In NEAR Protocol, the Contract
class provides a set of functionalities that allow developers to define and interact...