You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
arnaucode 73e28ee546 store blockchain into data file, read blockchain.data on peer poweron. frontend: cssMaterialColors added as a bower external package 7 years ago
peer store blockchain into data file, read blockchain.data on peer poweron. frontend: cssMaterialColors added as a bower external package 7 years ago
serverCA store blockchain into data file, read blockchain.data on peer poweron. frontend: cssMaterialColors added as a bower external package 7 years ago
.gitignore implemented the blockchain, implemented the blocks propagation throught peers, implemented REST GetPeers and PostUser (address, pubK). Everything without any kind of blockchain verification. No cryptography yet. 7 years ago
LICENSE Initial commit 7 years ago
README.md peers propagation working fine, started to implement serverCA 7 years ago
blockchainIDsystem.postman_collection.json reconstructBlockchainFromBlock, deletePeerFromPeersList when conn is closed, REST routes: GenesisBlock, NextBlock, LastBlock 7 years ago
runTestPeers.sh added GetBlockchain in REST API of the serverCA, also added the visualization to the serverCA webapp 7 years ago

README.md

blockchainIDsystem

A blockchain based anonymous login system

  • p2p
  • blockchain
  • rsa
  • blind signature

Different nodes:

  • peers
  • serverCA
    • Have the webapp to validate peers
  • serverIDsigner
    • The server where the user creates an account
    • Also is the server that blind signs the Anonymous ID of the users