/create-near-app

Setup NEAR Protocol web app by running one command.

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

create-near-app

Quickly build apps backed by the NEAR blockchain

Prerequisites

Make sure you have a current version of Node.js installed – we are targeting versions 10.16+.

Getting Started

You can configure two main aspects of your new NEAR project:

  • frontend: do you want a vanilla JavaScript stack or React?
  • backend: do you want your contracts to be written in Rust or AssemblyScript (a dialect of TypeScript)?
command frontend backend
npx create-near-app new-awesome-app React AssemblyScript
npx create-near-app --vanilla new-awesome-app vanilla JS AssemblyScript
npx create-near-app --rust new-awesome-app React Rust
npx create-near-app --vanilla --rust new-awesome-app vanilla JS Rust

Develop your own Dapp

Follow the instructions in the README.md in the project you just created! 🚀

Getting Help

Check out our documentation or chat with us on Discord. We'd love to hear from you!