Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 516 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 516 Bytes

Signer

Signer is for the crypto world. This library help Arduino lovers to sign their data, generate keys and sign a transaction for Ethereum network.

To install this library, download this repo as zip and extract in C:/Documents/Arduino/libraries

The SignerTest.ino examples is to see Signing of text and generation of Private and Public key

The Transaction Signer example is used to Sign a transaction for the etheruem network.

NOTE: For now the library works only for ESP8266 while others are being tested.