/opensea-script

This project was made to mint so many NFTs to the Opensea using puppeteer and dappeteer without smart contract.

Primary LanguageTypeScript

Opensea BULK Script

💻 About the project

This project was made to mint so many NFTs to the opensea using puppeteer and dappeteer.

Script Running

How To Run

First run yarn install to install the packages:

yarn install

Now configure your script.ts with your data

const collectionName = "Your Colleciton Name"

const collectionURL = `https://opensea.io/collection/${collectionName}/assets/create`

const openseaDescription = `Your description here`

const lockedContent = `Locked content text here`

const secretPhase = `here is your secret phase dont share it`

Run the command to run the script

yarn es ./src/script.ts

Authors


@EmanuelCampos