Focus mode

NEAR Developer Course

Identity

NEAR contract developers use one of two Software Development Kits (SDK), AssemblyScript or Rust, to build their contracts. Both SDKs expose three different identities that are either invariant or cryptographically verifiable. Identity on NEAR is exposed to developers using the Context object in AssemblyScript.

  • contract account: the account on which the contract is running right now (invariant)
  • predecessor account: the account that came just before this moment
  • sender account: the account that originally signed the transaction that brought us here

figures

Yazılım Kariyerinde İlerlemeni Hızlandıracak Eğitimler

Kendi kendine yazılım öğrenirken zorlanıyor, takıldığın noktalarda bir mentore mi ihtiyaç duyuyorsun? Patika+ programlarımız ile 4-8 aylık yoğun eğitim kamplarına katıl, proje tabanlı canlı dersler ve sana özel hazırlanmış eğitimlerle gereken tüm yetenekleri kazan, iş hayatına başla!

Test

Comments

You need to enroll in the course to be able to comment!