Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 539 Bytes

README.md

File metadata and controls

20 lines (10 loc) · 539 Bytes

Solana POAP minter

This project can be used to create a collection and mint nfts from it to a specific list. Each item of the collection will use the same image as the collection, personalize it as needed.

Commands

Create a collection

yarn start create-collection --args

Create a Candy Machine

yarn start create-candy-machine --args

Airdrop collection using candymachine id in .config

yarn start airdrop --args

To see available options just for any command, just run it without any parameter, like yarn start airdrop