next-web3-boilerplate
next-web3-boilerplate copied to clipboard
Slightly opinionated Next.js Web3 boilerplate built on ethers, web3-react, Typechain, and SWR.
Hi! I'm not sure if I'm completely missing the point here, but it seems that `useEagerConnect()` does not currently work on Next.js or any prerendered site since the `window.ethereum`property cannot...
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @OlafConijn in...
Bumps [semver](https://github.com/npm/node-semver) from 6.3.0 to 6.3.1. Release notes Sourced from semver's releases. v6.3.1 6.3.1 (2023-07-10) Bug Fixes 928e56d #591 better handling of whitespace (#591) (@lukekarrys, @joaomoreno, @nicolo-ribaudo) Changelog Sourced from...
Inside the useContract hook, I'm getting an issue where library.getSigner is not a function. I'm wondering if there was an update in the API for web3-react or something