template-near-contract

Crates.iotemplate-near-contract
lib.rstemplate-near-contract
version0.1.1
sourcesrc
created_at2023-07-11 15:02:11.219214
updated_at2023-07-11 15:06:53.474868
descriptionA Start Templates for Near SmartContract
homepagehttps://github.com/eamondang/near-app-contract
repositoryhttps://github.com/eamondang/near-app-contract
max_upload_size
id913913
size5,833
Jayden (jayden-dang)

documentation

README


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
Commit count: 11

cargo fmt