Minting helper (local) folder
- Metadata in CHIP-0007 format (JSON) demo: here
- Images (PNG format)
- nft.storage API KEY get one here
- Synced chia client >= 1.4.0
- Install WSL (Windows Subsystem for Linux) and enter chia directory
- with WSL path should be:
/mnt/{STORAGE}/Users/{USER}/AppData/Local/chia-blockchain/app-1.4.0/resources/app.asar.unpacked/daemon
- to simplify this path, we can use symlinks
- run
sudo ln -s /mnt/{STORAGE}/Users/{USER}/AppData/Local/chia-blockchain/app-1.4.0/resources/app.asar.unpacked/daemon ~/chia
cd ~/chia
to access the newly linked directory; run./chia.exe -h
to test everything is working as it should
- run
git clone https://github.com/su77ungr/easy_mint.git
inside your chia directory andcd easy_mint/chia_automate_minting
- run
sudo chmod +x MINT.sh
sudo nano MINT.sh
change line 77 intocd ~/chia && ./chia.exe wallet nft ... && cd /easy_mint/chia_automate_minting &&
(line 77) ❗
add credentials inside with sudo nano MINT.sh
API_KEY
,FOLDER_NAME_URI
,FOLDER_NAME_MURI
FINGERPRINT
,WALLET_ID
,ROYALTY_ADDRESS
,RECEIVE_ADDRESS
,NUM
-rp ROYALTY (420 = 4.20%)
,note: don't use this flag ❗if you don't want several copys of the same NFT,-st SERIES_AMOUNT
note: don't use this flag ❗if you don't want several copys of the same NFT-sn SERIES_NUMBER
run sudo ./MINT.sh
2022-07-13.20-34-17.online-video-cutter.com.1.mp4
Automate creating .offer files folder
- Synced chia client >= 1.4.0
- NFTs / CATs inside a known wallet
note your
fingerprint
,wallet ID (NFT)
,wallet ID (CAT)
,Royalty of the NFT
and enter it when requested by the script
- Install WSL (Windows Subsystem for Linux) and enter chia directory
- with WSL path should be:
/mnt/{STORAGE}/Users/{USER}/AppData/Local/chia-blockchain/app-1.4.0/resources/app.asar.unpacked/daemon
- to simplify this path, we can use symlinks
- run
sudo ln -s /mnt/{STORAGE}/Users/{USER}/AppData/Local/chia-blockchain/app-1.4.0/resources/app.asar.unpacked/daemon ~/chia
cd ~/chia
to access the newly linked directory; run./chia.exe -h
to test everything is working as it should- use the create_bulk_offers.sh script for the next steps instead of create_bulk_offers_linux.sh❗
- run
git clone https://github.com/su77ungr/easy_mint.git
inside your chia directory andcd easy_mint/chia_automate_offers
- run
sudo chmod +x create_bulk_offers_linux.sh
-
run
sudo ./create_bulk_offers_linux.sh
and enter your credentials -
.offer files will be stored inside
offers/
- you can upload them onto https://dexie.space/upload
MIN7ER.net (open source reference) folder
- Apache2 with PHP 8.1
- Installed chia client
- testnet10
- feedback https://github.com/su77ungr/easy_mint/discussions/3