Overview of NEAR Protocol and Developer Tools
masterNEAR Protocol is the reference implementation of the NEAR Protocol, providing infrastructure for server-less applications and smart contracts. It is designed for usability and scalability, aiming to provide PaaS-like experiences for developers.
To build on NEAR, you can use the following tools:
- JS Client library: Connect to the NEAR Protocol from applications (near-api-js).
- Smart Contract SDKs: Write smart contracts and stateful server-less functions using Rust or JavaScript/TypeScript.
- Documentation & Tutorials: Access official documentation, tutorials, and API docs.
- Formal Specification: Refer to the Nomicon for the NEAR Protocol formal specification and developer guides.