Skip to content

A smart contract deployed on the NEAR Protocol blockchain that helps users delegate their NEAR tokens to available validators for proof-of-stake staking.

Notifications You must be signed in to change notification settings

gabsong/near-delegation-contract

Repository files navigation

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.

About

A smart contract deployed on the NEAR Protocol blockchain that helps users delegate their NEAR tokens to available validators for proof-of-stake staking.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published