Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.
/ BlockScores Public archive

BlockScores - securing the world of scores in the blockchain

License

Notifications You must be signed in to change notification settings

Rello/BlockScores

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BlockScores - securing the world of scores

Version License: AGPLv3

Functions:

  • register new game
  • add players
  • add scores per player
  • confirm scores of others (4-eye-principle)
  • manage players
  • royalty program

Demo & playground version

DApp stores:

Non-Wallet Version

This version is recommended to be run on a private blockchain with web3 access to one node.

All interaction can be performed without wallet integration (besides smart contract deployment). This makes the integration into an existing web frontend straight forward. One existing master account + password needs to be maintained in JS which is used for every contract call.

Installation

  • compile and upload smart contract with e.g. Ethereum Wallet
  • maintain address in js source
  • create master account (non-wallet)
  • maintain account + password in js source (non-wallet)