You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi everyone, I'm developing the SDK and I'm currently thinking about the idea of adding a separate import point for hyperliquid related utilities (@nktkas/hyperliquid/utils).
There was a suggestion to export the randomCloid() function so that developers don't have to implement it themselves. I'm not sure yet if it's worth opening up a whole new "utils" import for this, if there will only be one function with an unclear use case. But if other useful utils (related to Hyperliquid) appear, I'm ready to combine them into a single package.
Do you think there is a compelling need for a broader set of auxiliary functions? For example, do you have any ideas what could be added to @nktkas/hyperliquid/utils, besides randomCloid()? Please share your usage scenarios or other ideas to decide if it's worthwhile to bring in such an import point.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi everyone, I'm developing the SDK and I'm currently thinking about the idea of adding a separate import point for hyperliquid related utilities (
@nktkas/hyperliquid/utils
).There was a suggestion to export the
randomCloid()
function so that developers don't have to implement it themselves. I'm not sure yet if it's worth opening up a whole new "utils" import for this, if there will only be one function with an unclear use case. But if other useful utils (related to Hyperliquid) appear, I'm ready to combine them into a single package.Do you think there is a compelling need for a broader set of auxiliary functions? For example, do you have any ideas what could be added to
@nktkas/hyperliquid/utils
, besidesrandomCloid()
? Please share your usage scenarios or other ideas to decide if it's worthwhile to bring in such an import point.Beta Was this translation helpful? Give feedback.
All reactions