Crates.io | template-near-contract |
lib.rs | template-near-contract |
version | 0.1.1 |
source | src |
created_at | 2023-07-11 15:02:11.219214 |
updated_at | 2023-07-11 15:06:53.474868 |
description | A Start Templates for Near SmartContract |
homepage | https://github.com/eamondang/near-app-contract |
repository | https://github.com/eamondang/near-app-contract |
max_upload_size | |
id | 913913 |
size | 5,833 |
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
Make sure you have a current version of Node.js & Rust installed => We recommend versions 18+ & rust 1.69
git clone https://github.com/eamondang/started-near-app.git && cd started-near-app
cargo install cargo-make
npm install -g near-cli
cargo make prepare
cargo make build
cargo make dev-deploy