kungfupizza / Signer

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:MIT License


Languages

Language:C++ 100.0%