decentralized-identity / DIDComm-js

JS implementation of pack and unpack
Apache License 2.0
55 stars 25 forks source link

Can I use this library for any blockchain? #29

Open thomas-tran opened 3 years ago

thomas-tran commented 3 years ago

Can I use this library for any blockchain technologies or I will only be used in Ethereum blockchain type?

kdenhartog commented 3 years ago

Technically the design of this library should allow you to use it with any sort of key based service - so not only blockchains. However, key management isn't involved at this point so you will need to figure out how to securely store keys still. Additionally this library assumes the use of Ed25519 keys only as well so unless the blockchain uses Ed25519 keys you likely won't find it practically useful at this point either.