Getting Started
Here's a quick overview of essential resources you will use when developing on NEAR.
Name | Description |
---|---|
NEAR Examples | Assortment of example projects built on NEAR that you can clone and explore |
NEAR Wallet | Create and manage accounts & access keys |
NEAR Explorer | View and inspect transactions taking place on the blockchain |
NEAR CLI | Command line interface tool to interact with accounts and smart contracts on NEAR |
NEAR-API-JS | JavaScript library to interact with accounts and smart contracts on NEAR |
NEAR-SDK-AS | SDK used for developing smart contracts in AssemblyScript |
NEAR-SDK-RS | SDK used for developing smart contracts in Rust |
NEARUP | For running a local instance of NEAR |
Development on the NEAR platform happens in two main categories:
- Applications (front-end)
- Smart contracts (back-end)
NEAR 101
[ This workshop ] is designed for web developers new to creating blockchain apps. ( 90 min ) Also, If you're new to NEAR or blockchain in general, be sure to check out "New to NEAR".
NEAR 102
[ This workshop ] is designed for Ethereum developers looking to get started with NEAR. ( 60 min )
create-near-app
With create-near-app
, you can launch a full-stack "Hello World" app in under five minutes! Try it out by running the following in your terminal (Requires Node.js):
npx create-near-app your-awesome-project