Coder Social home page Coder Social logo

sneiper's Introduction

sneiper

Snipe NFTs on SEI.

Features

  1. Target a Collection on Pallet and BUY specific multiple NFTs that fall under a certain price point
  2. Target a Collection on Pallet and BUY any multiple NFTs that fall under a certain price point
  3. Target a Lighthouse Mint site and MINT NFTs based on a mint limit per phase and mint limit overall total.

Mint mode fees

Mint mode will incur a fee, if you do not hold at least 5 NFTs from my FrankenFrens collection on SEI. You will be charged 0.1 SEI per successful mint.

You can purchase a FrankenFren from here: https://pallet.exchange/collection/frankenfrens

Installation

  1. Install node js, npm and git

  2. Clone this repo with git, in terminal run:

    git clone https://github.com/fudgebucket27/sneiper
  3. Navigate to the sneiper directory, in terminal run:

    cd sneiper
  4. Install dependencies, in terminal run:

    npm install
  5. In the sneiper folder, create a ".env" file with the following settings. An example file is include here..

    RECOVERY_PHRASE=       your recovery phrase, use a burner
    RPC_URL=               the SEI rpc url
    MODE=                  set to BUY to snipe on pallet. set to MINT to snipe lighthouse mints.
    MINT_URL=              if using MINT mode, the url of the lighthouse mint site, eg https://www.seitarded.xyz 
    MINT_LIMIT_PER_PHASE=  if using MINT mode, the amount of NFTs to mint per phase, eg 2
    MINT_LIMIT_TOTAL=      if using MINT mode, the total amount of NFTs to mint overall across all phases,eg 4 
    CONTRACT_ADDRESS=      if using BUY mode, the contract address for the collection on pallet, eg sei1e7mv93mrw629r66ykqc92gllls3dmsuytvetxzxpq8e5x6j3nj2qqjtxlr
    TOKEN_ID=              if using BUY mode, the token id for the NFT, you can add multiple token ids, just seperate them with a comma, or use SWEEP to search the first 25 NFTs in the collection that fall under the PRICE_LIMIT. or use AUTO to keep buying 1 NFT at a time under the PRICE_LIMIT until the BUY_LIMIT is reached. 
    BUY_LIMIT=             if using SWEEP in TOKEN_ID, this is the amount of NFTs to buy in a sweep in one transaction; limited to 25 max. if using AUTO this is the max amount of NFTs to buy in total.
    PRICE_LIMIT=           if using BUY mode, it is the price limit to buy at for the NFT, eg 0.3
    GAS_LIMIT=             the gas limit, eg 0.1
    POLLING_FREQUENCY=     in seconds, how often to check pallet or the mint ui site for listings/contract changes
    

    For mac and linux. You may need to run this command in terminal to create the ".env" file, you may need to show hidden items in the folder as well:

    touch .env
  6. To run sneiper, in terminal run:

    npm start run

How to update

Run this command in the folder of sneiper to grab the latest updates

git pull

Contributing

Pull requests are welcome!

TO DO

  1. Support for dagora

sneiper's People

Contributors

fudgebucket27 avatar sahildhingraa avatar smellems 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.