Provide a demo applications that does signing and validation. The user will create a signature, and then validate it against a Solidity smart contract.
- Truffle 3.2.1 or greater globally installed
- A running Ethereum node
- Node 4 or greater
- NPM 3 or greater
- Start privae Ethereum node (
geth --datadir ... --networkid ... --mine --minerthreads 1 --rpc ...
) - Clone repo
- cd into repo
- npm install
- npm run deploy
- npm run validate
This will not work with testrpc!