OtherWorld
A blockchain created for voting purposes. Nodes of OtherWorld will maintain a ledger of voter ballots. Accounts within OtherWorld use their private key to sign off on their vote for a specific ballot.
OtherWorld makes use of the RSA encryption algorithm and SHA256 hashes. A user account is comprised of a 2048-bit key pair, the Private key is used to sign off on ballots, the public key is used to verify signatures and to derive an address. An address is used to identify voters on the blockchain and allows OtherWorld to store user created ballots within their account.