Inalienable Reputation Token - ERC1329 reference implementation (Draft)
Quote from EIP:
Reputation belonging to an identity is frequently used in designing repeated economic games and protect them from malicious actors. The main property of such reputation should be inalienability. This ERC proposes the standard in creating inalienable reputation tokens.
- IReputation.sol - Main intarface of Inalienable Reputation Token
- Reputation.sol - Reference implementation
- ReputationIssuable.sol - Extended reference implementation
Coverage - 95%
- Reputation Issuable abi
- Link to Reputation Issuable contract
- Reputation contract owner private key (for experiments)
01599e03965ff7ed293252a471942a68e1ecfb74040f931e20d8984fe56fce1c
Link to presentation
- node.js v9 (up)
- npm
npm i
npm run test
Run tests with coverage:
npm run test:coverage