We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f27377f commit c9d57beCopy full SHA for c9d57be
packages/example-next/README.md
@@ -1,3 +1,3 @@
1
-# example
+# example-next
2
3
This is an example app built with [Next.js](https://nextjs.org/) that showcases some basic web3-react usage patterns.
packages/example-next/package.json
@@ -2,9 +2,7 @@
"private": true,
"name": "example-next",
4
"scripts": {
5
- "start": "next dev",
6
- "build": "next build",
7
- "export": "next export"
+ "start": "next dev"
8
},
9
"dependencies": {
10
"@ethersproject/bignumber": "^5.4.2",
0 commit comments