2 releases
0.1.1 | Jul 11, 2023 |
---|---|
0.1.0 | Jul 11, 2023 |
#121 in #near
4KB
author: Dang Quang Vu header-includes:
- "
<style>pre.src{background:#343131;color:white;} </style>
{=html}" title: Started Template - Near Smartcontract
<style>pre.src{background:#343131;color:white;} </style>
{=html}
#+setupfile: ~/theme-readtheorg.setup
- Quickly build apps backed by the NEAR blockchain
- Prerequisites
Make sure you have a current version of Node.js & Rust installed => We recommend versions 18+ & rust 1.69
Getting Started
Clone the repository
git clone https://github.com/eamondang/started-near-app.git && cd started-near-app
Requirements Install
- Cargo Make
cargo install cargo-make
- Install near Cli
npm install -g near-cli
Step by Step
- Prepare
cargo make prepare
- Build Contract
cargo make build
- deploy Contract
cargo make dev-deploy
Dependencies
~5.5MB
~109K SLoC