Smart Contract interaction after OpenLogin #906
AndrejGross
announced in
Help
Replies: 1 comment
-
Interaction with the smart contract depends on the EVM library you are using like The code snippets can be also found here |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, im having trouble interacting with my smart contract (in solidity, deployed on IOTA EVM chain) because i didnt find any example code on how to use that generated private key to sign and send contract transactions. Could you point any example on how to interact with contract after openlogin? Or could you tell what is wrong with my code, because not even calls wont get through because it somehow wont find the method but it clearly is present in my abi.
Im getting error:
jquery.min.js:2 Uncaught TypeError: Cannot read properties of undefined (reading 'getContractMethod')
at renderUserAccount (test-torus.html:577:40)
at HTMLDocument. (test-torus.html:621:19)
My code looks like:
`<script>
(function(){
var sdkInstance = null;
var openloginUtils = null;
var OpenLogin = null;
Beta Was this translation helpful? Give feedback.
All reactions