ethereumjs / ethereumjs-tx

Project is in active development and has been moved to the EthereumJS VM monorepo.
https://github.com/ethereumjs/ethereumjs-vm/tree/master/packages/tx
Mozilla Public License 2.0
779 stars 235 forks source link

create an issue and sign and verify #133

Closed syrakozz closed 5 years ago

syrakozz commented 5 years ago

hi can i use this library for creating an issue and sign and verify, a human certificate ? if so can you plz help me with me a quick start example

s1na commented 5 years ago

Hi @syrakozz. Can you please elaborate on what you mean by a human certificate?

syrakozz commented 5 years ago

hi @s1na i mean like school cerfificate i am trying to do this , https://www.blockcerts.org/assets/img/pictures/howitworks.jpg but with ethereum js

s1na commented 5 years ago

Well, if you have a serialized version of the certificate and an Ethereum private key, you can sign and verify using the ethereumjs-util library.

I will close this issue as it is not directly related to ethereumjs-tx.