Code Monkey home page Code Monkey logo

flashbots-nft-minter's Introduction

Flashbots NFT Minter 🤖⚡️

This is a custom implementation of a custom NFT minter using flashbots relay.

It is configured via .env file (on its first version), and it enables you to escape the Dark Forest when trying to collect your so valued NFTs

How does it work? ⚙️

  1. Copy the .env.example file into a .env file
  2. Fill the values according to reference
  3. Just go to your terminal and run yarn start

Reference

Variable Description
ETHERS_CHAIN_ID ID of the chain where the transaction is going to be executed
FLASHBOTS_RELAY_ENDPOINT Flashbots relay endpoint. Must be according to the chain id provided. More info.
FLASHBOTS_AUTH_SIGNER_PRIVATE_KEY Private key for the auth account used to build your reputation over time. More info.
MAX_FEE_PER_GAS_GWEI Max fee per gas provided for the transaction in gwei
MAX_PRIORITY_FEE_PER_GAS_GWEI Max priority fee per gas provided for the transaction in gwei
NFT_MINTER_PRIVATE_KEY Private key used to transact against the NFT Contract Address
NFT_VALUE_WEI The amount of wei required to mint the NFT
NFT_DATA This is the data field to send within the transaction against the contract. It should be the call to the MINT function with its arguments (ABI Encoded)
NFT_ADDRESS NFT Contract Address

flashbots-nft-minter's People

Contributors

ernestognw 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.