⚙️Installation
Minteandome SDK is published in the npmjs registry.
Copy the following line in your console for installing the package.
React create-app
If you have used create-react-app (version >= 5)
for creating a React application, you may be facing some issues with the webpack.
This is a known issue related with using web3 libraries. For fixing it, follow the next steps:
Install react-app-rewired
Write in the console in the root dir:
Create a config.overrides.js
Create a new file placed in the root dir of the project.
Modify the package.json scripts
Last updated