diff --git a/README.md b/README.md index 123c3998c..58272ac1d 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ๐Ÿงช An open-source, up-to-date toolkit for building decentralized applications (dapps) on the Ethereum blockchain. It's designed to make it easier for developers to create and deploy smart contracts and build user interfaces that interact with those contracts. -โš™๏ธ Built using NextJS, RainbowKit, Hardhat, Wagmi, and Typescript. +โš™๏ธ Built using NextJS, RainbowKit, Hardhat, Wagmi, Viem, and Typescript. - โœ… **Contract Hot Reload**: Your frontend auto-adapts to your smart contract as you edit it. - ๐Ÿช **[Custom hooks](https://docs.scaffoldeth.io/hooks/)**: Collection of React hooks wrapper around [wagmi](https://wagmi.sh/) to simplify interactions with smart contracts with typescript autocompletion. diff --git a/packages/nextjs/app/page.tsx b/packages/nextjs/app/page.tsx index 1f651f48a..035b3314c 100644 --- a/packages/nextjs/app/page.tsx +++ b/packages/nextjs/app/page.tsx @@ -14,7 +14,7 @@ const Home: NextPage = () => {

Get started by editing{" "} - packages/nextjs/pages/index.tsx + packages/nextjs/app/page.tsx