Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 872 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 872 Bytes

Ethereum Signature Validation

Demonstration how to verify signature in an Ethereum Smart Contract.

Running Truffle tests

1.) Install truffle 2.) Install ganache-cli

# First time
npm install

# Tests
ganache-cli

truffle test

Running explorative tests on Rinkeby

The smart contract is deployed at: https://rinkeby.etherscan.io/address/0x15f65f6372e3f5a5c3a68b0812d81b19b860299c To interact with it you need a Rinkeby full node or Infura or whatever JSON RPC access you have.

node rinkeby/RinkebyExecution.js 

References