blank1u / opensea-script

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:TypeScript 100.0%