Integrate Web3Auth with the Linea Blockchain in React Native
While using the Web3Auth React Native SDK, you get a
EIP1193
provider, similar to the
Metamask Provider. This provider can be
used with libraries like web3.js
,
ethers.js
etc. to make Linea
blockchain calls like getting the user's account
, fetching balance
, sign transaction
,
send transaction
, read
from and write
to the smart contract, etc. We have highlighted a few
here to get you started quickly on that.