Giter VIP home page Giter VIP 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

Buy mode fees

BUY mode is completely FREE to access and use for holders and non holders of FrankenFrens.

Installation

  1. Install 'node js' 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. To run sneiper, in terminal run:

    npm start
  6. Your web browser should open a webpage at => http://localhost:3000

  7. Fill in the configuration page: image

  8. Once you have configured sneiper and chosen a mode, at the bottom of the home page of Sneiper, press 'Start Sneiper' to start sneiper.

  9. To exit sneiper, click on 'Exit Sneiper' at the bottom of the home page of Sneiper.

How to update

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

git pull

Then run this command to install any new dependencies.

npm install

Contributing

Pull requests are welcome!

TO DO

  1. Support for dagora

sneiper's People

Contributors

fudgebucket27 avatar sahildhingraa avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

sneiper's Issues

Facing issue while buying a single NFT using compass wallet's recovery phrase

Query failed with (6): rpc error: code = Unknown desc = failed to execute message; message index: 0: Caller is not the contract's current owner: execute wasm contract failed [sei-protocol/[email protected]/x/wasm/keeper/keeper.go:364] With gas wanted: '10000000' and gas used: '151279' : unknown request

rpc: https://rpc.wallet.pacific-1.sei.io

and I'm not able to execute the message and facing an error

        const msg = {
            "buy_nft": {
                "expected_price": {
                    "amount": palletListingResponseData.tokens[0].auction.price[0].amount,
                    "denom": "usei"
                },
                "nft": {
                    "address": process.env.CONTRACT_ADDRESS,
                    "token_id": palletListingResponseData.tokens[0].id
                }
            }
        };

error:

Snipe unsuccessful! Query failed with (6): rpc error: code = Unknown desc = failed to execute message; message index: 0: Error parsing into type cw721_base::msg::ExecuteMsg<core::option::Option<cw2981_lighthouse_edition::Metadata>, cw2981_lighthouse_edition::msg::Cw2981ExecuteMsg>: unknown variant `buy_now`, expected one of `transfer_nft`, `send_nft`, `approve`, `revoke`, `approve_all`, `revoke_all`, `mint`, `burn`, `extension`, `update_ownership`: execute wasm contract failed [sei-protocol/[email protected]/x/wasm/keeper/keeper.go:364] With gas wanted: '10000000' and gas used: '143095' : unknown request

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.