Skip to content

Minting Solana NFT using candy-machine-cli is quite expensive, so I searched and I have found a cheaper option: it is 20% cheaper!!! In the video from my chanel, I'll directly upload the image file and a metadata file to arweave.net, and then I'll show you how to mint an NFT using the Python script developed by me.

License

Notifications You must be signed in to change notification settings

BedrosovaYulia/NFT-minting-using-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NFT-minting-using-python

Minting Solana NFT using candy-machine-cli is quite expensive, so I searched and I have found a cheaper option: it is 20% cheaper!!!

Using:

arweave deploy --key-file /Users/BedrosovaYulia/Documents/Projects/metaplex-api/python-api/arweave-keyfile-rpLKsmy-xTFUyFezwRi3vQWuHghA96cuWbAkLhpRtbY.json /Users/BedrosovaYulia/Documents/Projects/metaplex-api/python-api/images/bedrosova1.png

arweave deploy --key-file /Users/BedrosovaYulia/Documents/Projects/metaplex-api/python-api/arweave-keyfile-rpLKsmy-xTFUyFezwRi3vQWuHghA96cuWbAkLhpRtbY.json /Users/BedrosovaYulia/Documents/Projects/metaplex-api/python-api/images/bedrosova-test-nft-1.json

python3 mint.py -j 'https://arweave.net/S0Eo5QsC2yS9svD7denUaYa36JvSxYFAG9D4DwxUWGE'

You can put these commands in the pipeline and use them for your NFT batch generation.

AWS Lambda version:

To prepare the layer for the Lambda, I first deployed amazonlinux on my machine in docker and installed the necessary libraries (solana, cryptography) in the folder python/lib/python3.7/site-packages/

About

Minting Solana NFT using candy-machine-cli is quite expensive, so I searched and I have found a cheaper option: it is 20% cheaper!!! In the video from my chanel, I'll directly upload the image file and a metadata file to arweave.net, and then I'll show you how to mint an NFT using the Python script developed by me.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages