+TITLE: Started Template - Near Smartcontract

+AUTHOR: Dang Quang Vu

+EMAIL: eamondang@gmail.com

+SETUPFILE: ~/theme-readtheorg.setup

+HTML_HEAD:

+begin_quote

Make sure you have a current version of Node.js & Rust installed => We recommend versions 18+ & rust 1.69

+end_quote

git clone https://github.com/eamondang/started-near-app.git && cd started-near-app

+end_src

** Requirements Install + Cargo Make

+begin_src sh :results output

cargo install cargo-make

+end_src

npm install -g near-cli

+end_src

cargo make prepare

+end_src

cargo make build

+end_src

cargo make dev-deploy

+end_src