누구나 할 수 있는 NFT 만들기
누구나 할 수 있는 NFT 만들기 - 2강 Hashlips art engine 사용방법
D_One
2022. 9. 4. 04:01
이번 시간에는 Hashlips art engine을 사용해서 그림을 랜덤으로 생성하겠습니다.
TLTR : 유튜브를 통해 영상으로 보는것이 더 빠르게 이해할 수 있습니다 :)
https://www.youtube.com/watch?v=_U4CKD3m11E
Hashlips art engine을 사용하기 위해서는 2가지 정도 설치하겠습니다.
1. Node.js
https://nodejs.org/ko/
2. Visual Studio code
https://code.visualstudio.com/
Node.js와 Visual Studio code가 설치가 완료됐다면, Hashlips art engine을 설치하도록 하겠습니다.
Hashlips art engine은 https://github.com/HashLips/hashlips_art_engine을 통해서 설치할 수 있습니다.
깃을 설치 하신분은 git clone https://github.com/HashLips/hashlips_art_engine.git
깃이 없으 신분은 아래 그림과 같이 zip 파일을 다운 받습니다.
Hashlips art engine 사용법 순서
1. 다운 받은 zip을 해제합니다.