Hello,

Sign up to join our community!

Welcome Back,

Please login to your account!

Forgot Password,

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Hello! I saw that rust HashMap can't be used in smart contracts as std in not allowed. Is there an alternative? I have a use case where for internal computation (not storage) I need to sum some values by keys and at the end retrieve all of the keys and their resulting sum. Is there a way to do this without HashMap?