NEAR Essentials
There are 8 actions you can perform with NEAR. These actions modify the chain state and they are categorized into three:
- identity
- money
- code

CreateAccountto make a new account (for a person, contract, refrigerator, etc)DeleteAccountto delete an account (and transfer balance to a beneficiary account)AddKeyto add a key to an account (eitherFullAccessorFunctionCallaccess)DeleteKeyto delete an existing key from an accountTransferto move tokens from one account to anotherStaketo express interest in becoming a validator at the next available opportunityDeployContractto deploy a contractFunctionCallto invoke a method on a contract (including budget for compute and storage)
Quiz
Answer the questions to check your understanding.
This lesson includes a short quiz.
Lesson discussion
Swap insights and ask questions about NEAR Developer Course
Be the first to start the discussion
Ask a question or share your thoughts about this lesson.