This guide contains a list of applications and services that you need to register or download in order to release your nft collection from scratch.
โ You need to have GitHub registration. And download the desktop version
โ You need to have Cloudflare registration
โ You need to have Visual Studio Code download
โ You need to have Gimp download
โ You need to have Metamask download
โ You need to have Polygonscan registration
โ You need to have Noge.js download
GitHub is a web service for hosting IT projects and their joint development based on Git system.
If you do not have an account on the GitHub, then you need to register.
Then you need to download the desktop version of the GitHub for your operating system. Then install and enter in this program.
You need to have Cloudflare registration
Cloudflare is used as a backend for JSON code with links to images.
Visual Studio Code is a source code editor.
You need to have Visual Studio Code download
If you use an anothe code editor, then you can use it.
GIMP is a free raster graphics editor.
You need to have Gimp download
If you use an anothe code editor, then you can use it.
Metamask is this is a crypto wallet.
You need to have Metamask download
Polygonscan is used for to validate transactions and validate smart contracts.
You need to have Polygonscan registration
Node.js is a software platform that transforms JavaScript from a highly specialized language into a general-purpose language.
You need to have Node.js download
To create a new Node.js project, you might create new folder (e.g. NewProject). Then you need to open a terminal or cmd and go to the correct directory:
$ cd NewProjectAnd initialize it as an npm project:
$ npm initNow you can open Node.js project in VS Code or another editor and work with it.








