Skip to content

NFT-Meetup-Example/info

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ”› info The guide for those who want to create a new NFT collection on their own.

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.

List of applications and services

โœ… 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

More about registration and installation

About GitHub

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.

About Cloudflare

You need to have Cloudflare registration

Cloudflare is used as a backend for JSON code with links to images.

About Visual Studio Code

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.

About Gimp

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.

About Metamask

Metamask is this is a crypto wallet.

You need to have Metamask download

About Polygonscan

Polygonscan is used for to validate transactions and validate smart contracts.

You need to have Polygonscan registration

About Node.js

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 NewProject

And initialize it as an npm project:

$ npm init

Now you can open Node.js project in VS Code or another editor and work with it.

About

The guide for those who want to create a new NFT collection on their own.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published