Skip to content

zohaibadnan137/minter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minter

Minter is a simple non-fungible token (NFT) minter. You can view the associated contract on Etherscan.

Run Locally

Clone the project to your machine.

git clone https://github.com/zohaibadnan137/minter.git

Navigate to the client directory.

cd client

Create a .env file in this directory and add your provider URL (such as Alchemy) and MetaMask private key.

PROVIDER_URL=<your_provider_url>
PRIVATE_KEY=<your_metamask_private_key>

Install the required dependencies.

npm install

Start the development server.

npm run dev