Skip to content

kabl/solidity-signature-verify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

How to verify signature in an Ethereum Smart Contract

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published