https://github.com/BedrosovaYulia/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!!! 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.
https://github.com/BedrosovaYulia/NFT-minting-using-python
nft solana
Last synced: 2 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/BedrosovaYulia/NFT-minting-using-python
- Owner: BedrosovaYulia
- License: mit
- Created: 2021-11-28T19:49:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-13T21:41:12.000Z (over 3 years ago)
- Last Synced: 2024-10-28T23:33:55.712Z (7 months ago)
- Topics: nft, solana
- Language: Python
- Homepage: https://youtu.be/9KO9CjQ_AoM
- Size: 35.2 KB
- Stars: 27
- Watchers: 2
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - BedrosovaYulia/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!!! 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. (Python)
README
# 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/