-
How to make call methods without storage deposit on every request? This storage deposit is fine for near-cli usage, but it breaks UX with web app usage because of redirects to near-wallet. Can we implement methods to storage deposit once “in advance” and then use it for storage for specific user? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
It's interesting with your case @zavodil , i'm just begin to interest to develop smart contract on top of NEAR blockchain using i'm just curious that why you need to deposit storage for every call request from web app? is it expected behaviors? because when i'm learning standard storage staking (NEP 145) i though that we can measure contract's storage minimal balance via |
Beta Was this translation helpful? Give feedback.
-
@zavodil used an old (enclaved) design of the NEAR SDK JS. With the current SDK design, we no longer have such a problem. |
Beta Was this translation helpful? Give feedback.
@zavodil used an old (enclaved) design of the NEAR SDK JS. With the current SDK design, we no longer have such a problem.