Skip to content

⚡ No code NFT Launchpad with dynamic mint pricing

Notifications You must be signed in to change notification settings

GitBolt/nft-launchpad

Repository files navigation

NFT Launchpad

NFT Launchpad built by reverse engineering candy machine CLI's source code along with Strata protocol's dynamic pricing mint implemented.

Setup

  1. Clone the repository: git clone https://github.com/solrazr-app/nft-launchpad.git

  2. Go to Twitter developer portal and created a project

  3. Enable OAuth2

  4. Add the following values in the local .env file:

NEXTAUTH_URL=...
NEXTAUTH_SECRET=...
NEXT_PUBLIC_STORAGE_KEY=...
TWITTER_CONSUMER_KEY=...
TWITTER_CONSUMER_SECRET=...
TWITTER_ACCESS_TOKEN=...
API_URL=...
DATABASE_URL=...
  1. Run yarn to install all modules then make database migrations yarn && yarn prisma generate

  2. Start the development server yarn dev

About

⚡ No code NFT Launchpad with dynamic mint pricing

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages