holochain / holochain-client-js

A JavaScript client for the Holochain Conductor API
Other
258 stars 16 forks source link

Use @spartan-hc/holo-hash for managing holo-hashes #259

Closed mjbrisebois closed 1 month ago

mjbrisebois commented 2 months ago

Here is a quick example of how we could start using a library to manage holo-hashes while preserving legacy support.

Most of the helper functions in utils could be replaced by the native methods on HoloHash instances.

mjbrisebois commented 2 months ago

@jost-s do you see value in this?

mjbrisebois commented 1 month ago

Ready to merge then?

jost-s commented 1 month ago

Yes, thanks for starting this off!