Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 506 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 506 Bytes

Near decentralized app: token delegation app

Requirements

IMPORTANT: Make sure you have the latest version of NEAR Shell and Node Version > 10.x
  1. Node.js
  2. (optional) near-shell
npm i -g near-shell

To run on NEAR testnet

npm install && npm dev

with yarn:

yarn && yarn dev

Navigate to http://localhost:1234

NOTE: Both contract and client-side code will auto-reload once you change source files.