Skip to content

BlossomLabs/staking

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • Solidity 54.9%
  • JavaScript 40.3%
  • TypeScript 3.2%
  • Shell 1.6%