Skip to content

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

Notifications You must be signed in to change notification settings

EmanuelCampos/opensea-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published