Skip to content

Create your NFT drop on solana with a single command

Notifications You must be signed in to change notification settings

hyp3r5pace/NFT-Drop-Kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NFT-Drop-Kit

Create your NFT drop on solana with a single command

ABOUT

NFT DROP KIT Allows you to deploy your NFT to Solana Chain with a single command.

Dependency

Before running the script, install the following dependency

Assets

Before uploading, create a directory named 'assets' in the root of the repo and copy the assets you want to be NFT to the 'assets' directory.

PS: The assets for now can only be .png images

Running the script

Run the script 'deploy' to start the process of deploying your NFTS

start the App locally

Once the NFT deployment is complete, you can start up a demo app using to mint NFT. To start the React App, go to app directory,

  • npm install to install the NPM dependencies and to start the app locally run
  • npm run start

To be able to sucessfully mint NFT, download phantom wallet.

Now you have succesfully deployed your NFT on solana devnet :)

To be able to deploy the app on hosting platforms like vercel or netlify, you have to just upload the app directory to these platforms. Also, while deploying on these platforms, copy paste the environment variables from .env file in the app directory.

References

buildspace

hackmd

metaplex

solana

About

Create your NFT drop on solana with a single command

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published