Skip to content

Sample demo to demonstrate how to create a minting dApp that ocnnects to a smart contract using a payable mint function

Notifications You must be signed in to change notification settings

SteversIO/minting-with-next-react-wagmi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample minting dApp

The purpose of this dAapp is to demonstrate how to make a smart contract call using wagmi when that smart contract uses a payable minting function.

Make sure you're pointing to the Goerli testnet.

This is a wagmi + ConnectKit + Next.js project bootstrapped with create-wagmi

Getting Started

Update infuraApiKey in /src/wagmi.ts to yours.

Run npm run dev in your terminal, and then open localhost:3000 in your browser.

Noteworthy

If you're going to use this against the existing contract, please note that the freeMint wont work unless your address is approved for a specific role. (Submit an issue request with your wallet address and I'm happy to add you). Otherwise, point this to your own smart contract and functions

Author

stevers.x

About

Sample demo to demonstrate how to create a minting dApp that ocnnects to a smart contract using a payable mint function

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published