iden3 / go-iden3-core

Go core implementation of the iden3 system
https://docs.iden3.io
Apache License 2.0
90 stars 33 forks source link

support W3C DID #452

Closed olomix closed 1 year ago

ilya-korotya commented 1 year ago

The EthAddressFromID function is inconvenient because it returns the Ethereum address as an array of bytes. What is the correct way to convert these bytes into a string representation (e.g., string(contractAddress[:]))? If EthAddressFromID could directly return the string representation, it would be much more convenient.