We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 552afb0 commit be2c65aCopy full SHA for be2c65a
README.md
@@ -1 +1,8 @@
1
# Signer
2
+Signer is for the crypto world. This library help Arduino lovers to sign their data, generate keys and sign a transaction for Ethereum network.
3
+
4
+To install this library, download this repo as zip and extract in C:/Documents/Arduino/libraries
5
6
+The SignerTest.ino examples is to see Signing of text and generation of Private and Public key
7
8
+The Transaction Signer example is used to Sign a transaction for the etheruem network.
0 commit comments