BlossomLabs / staking

Staking app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Staking App aragon-logo

Contracts CI/CD codecov

The Staking app complies with interface ERC900 with the following added features:

  • Anti-sybil protection
  • Locking-slashing mechanism

The main motivation is to be used in conjunction with Agreements in the context of Aragon Network, but it has been designed to be as generic as possible, in order to allow for other use cases too.

You can read the initial motivation and spec for this here.

Table of Contents

  1. Anti-sybil protection
  2. Locking-slashing mechanism
  3. Entry points
  4. Data structures
  5. External interface
  6. Deployment
  7. Testing guide

About

Staking app

License:GNU General Public License v3.0


Languages

Language:Solidity 54.9%Language:JavaScript 40.3%Language:TypeScript 3.2%Language:Shell 1.6%