Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 553 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 553 Bytes

Detailed Installation / Quickstart

If you don't have Rust

Install Rust https://rustup.rs/

If you have never used near-cli

  1. Install near-cli: npm i -g near-cli
  2. Document: https://docs.near.org/vi/docs/tools/near-cli
  3. Create testnet account: Wallet
  4. Login: near login

Workflow

Build

./build.sh

Run FT contract

./ft_contract.sh

Run Staking contract

./staking_contract.sh