Giter Club home page Giter Club logo

lighthouse_minting_bot's Introduction

Sei Lighthouse NFT Minting Bot

Introduction

This NFT minting bot is designed to automate the process of minting NFTs on the Sei blockchain using the Lighthouse CLI.

Features

  • Automated minting of NFTs on the Sei blockchain.
  • Customizable settings through config.json.
  • Support for the main-net and test-net.

Requirements

  • Python 3.6 or higher.
  • Lighthouse CLI installed and configured.
  • Sei blockchain account with sufficient funds.

Installation

  1. Clone the repository:
    git clone https://github.com/lankabelgezogen/lighthouse_minting_bot
    
  2. Navigate to the bot directory:
    cd lighthouse_minting_bot
    

Configuration

LINE 27 => Change the path to your local lighthouse installation. (Can be found with $where lighthouse)

LINE 61 => Change the amount of nfts to mint per address

LINE 80 => add your wallet mnemonic phrase

LINE 82 => add your recipient addresses

Edit the config.json file to set up the bot:

{
    "collection_address": "[Collection Address]",
    "group_name": "public",
    "network": "[network]",
    "rpc": "[rpc]",
    "mnemonic": ""
}
  • collection_address: The address of the NFT collection.
  • network: The blockchain network to use.
  • rpc: The RPC URL for connecting to the Sei blockchain.
  • mnemonic: Your wallet's mnemonic for transactions. (Will also be automatically set when you run the bot for the first time)

Usage

To run the bot, execute:

python bot.py

Ensure the configuration is set correctly in config.json before running the bot. Logging is enabled by default.

Contributing

Contributions to the project are welcome. Please fork the repo, create a branch, commit + push and open a pull request.

lighthouse_minting_bot's People

Contributors

lankabelgezogen avatar

Stargazers

NulledNinja avatar 0x avatar  avatar zeπo avatar

Watchers

decoder-dev avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.