-
I have a question regarding using NAJ and using the JS SDK. If someone deploys a JS contract using My question is around dApps using the JS contract. Generally, when you login to a dApp, you create a function call access key for that dApp to call specific methods on one contract. If dApps are using a JS contract, you’re creating a function call access key that can call the methods |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Answer from @ailisp: Yes. It's same as EVM. In EVM world there is no function call access key. So any user can call any method from any contract. Logic must be implemented in contract to allow/disallow certain calls can proceed |
Beta Was this translation helpful? Give feedback.
Answer from @ailisp:
Yes. It's same as EVM. In EVM world there is no function call access key. So any user can call any method from any contract. Logic must be implemented in contract to allow/disallow certain calls can proceed