0

i want to build a mobile DeFi wallet but i'm wondering how to interact my front End with smart contracts and the ethereum blockchain. Please help me. Will i use truffle in it like other web Dapps ?

1 Answers1

0

Yes, your frontend needs to be connected the same way as if it was for desktop. There's no difference at all in how the connections are done. In the end, you have your contracts, and you can interact with them with libraries such as web3.js, ethers.js and any others. What do you to then create a mobile version, is up to you.

Raul
  • 1