NFT Collections Tool to generate Images/Animations via browser, set design attribute or layer image, generate image and auto create metadata ready for upload to ipfs (pinata)
- Set design attribute base on layers images
- Generate images/animations
- Create metadata
- Upload to ipfs (pinata)
- Add tools/information to create a smart contract
- nodejs : https://nodejs.org/en/
- ffmpeg : https://ffmpeg.org/
$ sudo apt update
$ sudo apt install nodejs
$ node -v
$ sudo apt update
$ sudo apt install ffmpeg
$ ffmpeg -version
- Download https://www.gyan.dev/ffmpeg/builds/ffmpeg-git-full.7z
- Extract file
- Rename folder to ffmpeg
- Move ffmpeg folder to c:\ffmpeg
- Open cmd as administrator
- Type command: setx /m PATH "C:\ffmpeg\bin;%PATH%"
- Restart computer.
- Open cmd to check ffmpeg status, run the following command: ffmpeg -version
- Download from github repository:
- Extract the archive
- Open terminal/cmd
- Go to the folder extract file eg: cd d:/useaxes212-master and run the following command:
npm install
run application
npm run start
open browser and goto http://localhost:2022