NEAR Protocol, home of
Build smart contracts using languages you already know like Rust, Javascript and Python
$> npx create-near-app@latest
======================================================
👋 Welcome to Near! Learn more: https://docs.near.org/
🔧 Let's get your project ready.
======================================================
✅ What do you want to build? › "Smart Contract"
✅ Name your project to create a contract: "hello-near"
✅ Success! Created 'hello-near', a smart contract in Rust
Build, test, and deploy your contract using cargo:
* cargo near build
* cargo test
* cargo near deploy