Skip to content

EthanHuntIMF99/Gasless

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sure, here's the updated README without the OpenZeppelin Defender part:

# Gasless NFT Bulk Minting

This project demonstrates a method for bulk minting NFTs without requiring the user to pay gas fees. It leverages [Biconomy](https://www.biconomy.io/) for facilitating meta transactions, allowing users to mint multiple NFTs in a single action seamlessly.

## Key Features

- **Bulk Minting Capability**: Enables minting multiple NFTs at once, improving efficiency.
- **Gasless Transactions**: Utilizes meta transactions to eliminate gas fees for the user, making the NFT minting process more accessible.
- **Biconomy Integration**: Simplifies blockchain transactions by managing gas fees on behalf of users.

## Getting Started

### Prerequisites

- Node.js installed on your system.
- An Ethereum wallet with some testnet ETH (for deploying contracts).
- An Alchemy account for interacting with the Ethereum blockchain.

### Installation

1. Clone the repository:

```bash
git clone https://github.com/EthanHuntIMF99/Gasless.git
  1. Navigate to the project directory:
cd Gasless
  1. Install the dependencies:
npm install

Configuration

  • Rename .env.example to .env and fill in the variables with your Alchemy API key, wallet private key, etc.

Deployment

Deploy your smart contracts to a testnet (e.g., Sepolia):

npx hardhat run scripts/deploy.js --network sepolia

Usage

Refer to the project's documentation for instructions on using the system to mint NFTs gaslessly.

Contributing

Contributions are welcome. Please feel free to submit pull requests or create issues for bugs, feature requests, or documentation improvements.

License

This project is distributed under the MIT License. See LICENSE for more information.

Acknowledgments


This README file now focuses solely on the functionality related to Biconomy and bulk minting NFTs gaslessly.

About

Bulk Minting of NFT Gasless

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published