forked from wslyvh/useWeb3
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request wslyvh#153 from meowyx/main
Added two new starter templates
- Loading branch information
Showing
2 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
title: "Next + MetaMask GasAPI Starter" | ||
description: "A simple starter with Nextjs + MetaMask GasAPI" | ||
authors: ["@me256ow"] | ||
tags: ["Dapp", "Web3"] | ||
languages: ["TypeScript"] | ||
url: "https://github.com/Consensys/GasAPI-template" | ||
dateAdded: 2024-01-04 | ||
level: "All" | ||
--- | ||
|
||
A simple starter with Nextjs + MetaMask GasAPI. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
title: "Next + ShadcnUI + MetaMask SDK Starter" | ||
description: "A simple starter with connect wallet button powered by Next.js, Tailwind CSS, ShadcnUI, and MetaMask SDK" | ||
authors: ["@me256ow"] | ||
tags: ["Dapp", "Web3"] | ||
languages: ["TypeScript"] | ||
url: "https://github.com/Consensys/Next-MetaMask-Template" | ||
dateAdded: 2024-01-04 | ||
level: "All" | ||
--- | ||
|
||
A simple starter with "connect wallet" button powered by Next.js, Tailwind CSS, ShadcnUI, and MetaMask SDK. |