Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 592 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 592 Bytes

Getting Started with Klay Gacha Machine

한국어 가이드

https://medium.com/@eklee808/%EA%B0%9C%EB%B0%9C%EC%97%86%EC%9D%B4-%ED%81%B4%EB%A0%88%EC%9D%B4-%EC%A0%9C%EB%84%88%EB%9F%AC%ED%8B%B0%EB%B8%8C-nft-%EB%B0%9C%ED%96%89%ED%95%98%EA%B8%B0-2-klay-gacha-machine-8225fcee4f76

installation

npm install

Upload Image&Metadata

node gacha-cli.mjs upload {IMAGE FOLDER NAME} -n {NETWORK} -i

Upload only metadata(if you already uploaded image on ipfs and you need to upload metadata)

node gacha-cli.mjs upload {IMAGE FOLDER NAME} -n {NETWORK}

Mint UI

npm start