How can I solve this problem? #14808
Replies: 1 comment
-
Copy Web3 Integration with Vue 3This document provides a guide for integrating Web3.js into a Vue 3 application. If you encounter issues with Webpack, this guide will help you configure your project accordingly. Prerequisites
Installation
Install Web3.js: Run the following command to install the Web3.js library: Copy Copy Copy Web3 IntegrationConnect WalletConnected Account: {{ account }} |
Beta Was this translation helpful? Give feedback.
-
I just got problem with implementing web3 integration with Vue3.
I tried to use web3 npm module. But I got webpack error on there.
So I solved with ethers.js npm module.
Is there anyway to use web3 module in Vue3?
Beta Was this translation helpful? Give feedback.
All reactions