Skip to content

anurag-arjun/tokenized-pos

 
 

Repository files navigation

Tokenzied proof-of-stake

Rough draft for Proof-of-Stake Stake Manager. Don't use it in production.

On staking, the staker gets an ERC721 token, which is minted in the stakeFor function. Upon unstaking the funds, the ERC721 token is burnt.

This can be used to sell the staking slot to other willing parties via 0x or other exchange mechanisms. This token could also be used as collateral for a CDO (collateralized debt obligation), on say Dharma.

Installation

$ npm install

Test-cases

$ npm run embark:test

About

Tokenized proof-of-stake

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Solidity 57.0%
  • JavaScript 43.0%