Docs Category: Contracts

AssemblyScript Workshops

To Share and +4 nLEARNs Login with NEARAssemblyScript Starter Kit This workshop includes a complete project structure for AssemblyScript contracts targeting the NEAR platform. The example here is very basic. It’s a simple contract demonstrating the following concepts: a single contract the difference between view and change methods basic contract storage Exploring AssemblyScript Contracts This …

AssemblyScript Workshops Read More »

Guide to Cross-contract calls

To Share and +4 nLEARNs Login with NEAR This tutorial demonstrates an introduction to cross-contract calls in AssemblyScript. If you’d like to dig deeper into this subject, please see this example. Introduction At some point you might want to call functions on existing contracts. This is called a cross-contract call. There are plenty of reasons …

Guide to Cross-contract calls Read More »

Rust SDK for smart contracts

To Share and +4 nLEARNs Login with NEARIt’s recommended to visit the SDK Docs site for a detailed explanation of the Rust SDK. https://near-sdk.io Also, you may visit the reference material at: https://docs.rs/near-sdk near-sdk Rust library for writing NEAR smart contracts. Previously known as near-bindgen. Features | Pre-requisites | Writing Rust Contract | Building Rust …

Rust SDK for smart contracts Read More »

Testing AssemblyScript Contracts

To Share and +4 nLEARNs Login with NEARA multiplayer "Place" game with shared world state. Multiplayer games share a single world that all players can affect. Let’s build one! This is commonly set up using a coordinate system which represents locations within the world. Simple key-value mapping stores the state of the world at specific …

Testing AssemblyScript Contracts Read More »

near-sdk-as

To Share and +4 nLEARNs Login with NEARhttps://near.github.io/near-sdk-as

Scroll to Top
Report a bug👀