This is a Next.js and Moralis project bootstrapped with create-next-app
.
- git
- You'll know you've installed it right if you can run:
git --version
- You'll know you've installed it right if you can run:
- Nodejs & npm
- You'll know you've installed nodejs right if you can run:
node --version
And get an ouput like:vx.x.x
- You'll know you've installed npm right if you can run:
npm --version
And get an ouput likex.x.x
- You might need to install it with npm
- You'll know you've installed nodejs right if you can run:
- Yarn instead of
npm
- You'll know you've installed yarn right if you can run:
yarn --version
And get an output like:x.x.x
- You might need to install it with npm
- You'll know you've installed yarn right if you can run:
- Metamask
- This is a browser extension that lets you interact with the blockchain.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 and you should see a small button that says "connect".
Hit it, and you should see metamask pop up.
If you want to execute a transaction follow this:
Make sure you have the following installed:
- You'll need to open up a second terminal and run:
git clone https://github.com/PatrickAlphaC/hardhat-simple-storage
cd hardhat-simple-storage
yarn
yarn hardhat node
This will deploy a sample contract and start a local hardhat blockchain.
- Update your
page.js
with the new contract address.
In your page.js
file, update the variable contractAddress
with the address of the deployed contract. You'll see it near the top of the hardhat output.
- Rebuild
yarn build
- Connect your metamask to your local hardhat blockchain.
PLEASE USE A METAMASK ACCOUNT THAT ISNT ASSOCIATED WITH ANY REAL MONEY. I usually use a few different browser profiles to separate my metamasks easily.
In the output of the above command, take one of the private key accounts and import it into your metamask.
Additionally, add your localhost with chainid 31337 to your metamask.