rchain-community / rchain-api

An API for rchain dapps to communicate with the blockchain
Other
22 stars 12 forks source link

rename h2b, b2h per ethereum dev norms? #54

Closed dckc closed 5 years ago

dckc commented 5 years ago

These started as helper functions in signing.js. Exporting them under their current names was a bit of a kludge.

ethereumjs-util has bufferToHex. They seem to use only Buffer and not Uint8Array.