string[]
or as any
.
:::
yarn create react-app my-app --template typescript
or similarnpm install web3
or similarmakeWeb3Provider
for whitelisted networks. Wallet SDK needs an rpcUrl to be provided by the app as a fallback.
Next steps:
I run into the following error: <b>Module not found: Error: Can't resolve <'assert'/'url/'/...>
create-react-app
locally, you must run npm run eject
to be able to customize your webpack configuration.