Skip to content

jayden-dang/template-near-contract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Started Template - Near Smartcontract

  • 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
  • Requirements
    • Cargo Make
      cargo install cargo-make
      cargo install cargo-generate
              
    • Install Near Cli
      npm install -g near-cli
              

Getting Started

Clone the repository

cargo generate --git https://github.com/eamondang/template-near-contract --name near-template

Step by Step

Read more infomation in Makefile.toml

  • Prepare
cargo make prepare
  • Build Contract
cargo make build
  • deploy Contract
cargo make dev-deploy

About

started templates

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages