ise-ethereum / on-chain-chess

Play decentralised chess on the Ethereum blockchain!
MIT License
214 stars 39 forks source link

Implement crypto signing and verification as researched - close #123, close #128 #133

Closed kyroy closed 8 years ago

kyroy commented 8 years ago

Description

Implement crypto signing and verification as researched

Related Issue

123 Find out how to do signing ([with Mist] + ether accounts)

128 Find out how to validate signatures in BC

Motivation and Context

Ease the usage of crypto functions

Notes

Merge #132 first!

Checklist reviewer:

graup commented 8 years ago

Would it be possible to re-commit this without all the changes to the contract that somehow ended up in here? That messes up the git history. Basically rebase in a way that doesn't make my Refactor commit part of this branch.

kyroy commented 8 years ago

Done

graup commented 8 years ago

Perfect, thanks!