Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 987 Bytes

README.md

File metadata and controls

42 lines (24 loc) · 987 Bytes

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