This repository was archived by the owner on Jul 7, 2026. It is now read-only.
|
Hi. Presently, I am using web3-modal and is trying to replace with web3-react. as seen in my code snippet below, my loadContract function works fine. Since no need to use the wallet, i guess that's y I don't need to change my code however, i have some issue in my setGreeting function. How should I replace those line of codes headline USING WEB3-MODAL and replace with web3-react portion in order to interface with my greeterContract? Thanks |
Answered by
myhendry
Jan 13, 2022
Replies: 1 comment
|
I manage to get it to work. I simply remove those web3-modal line of codes hope below code is useful to others. If there's any issues identified in my codes below, feel free to point out and I will amend for benefit of others if they are referencing this code. Thanks |
0 replies
Answer selected by
myhendry
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I manage to get it to work. I simply remove those web3-modal line of codes
hope below code is useful to others. If there's any issues identified in my codes below, feel free to point out and I will amend for benefit of others if they are referencing this code. Thanks