Preparing scripts

Make sure you have already installed node, git and Visual Studio Code. If you haven't worked with git, node, and npm before, we recommend reading our brief guide to configure your environment correctly.

1.1 Download the project

You may do it in two ways.

  1. Using terminal. Open your terminal, cd to desired directory, and execute the following command:
git clone [email protected]:UniqueNetwork/mass-nfts-doc.git
  1. Manually. Go to the Github repositoryopen in new window and download the project by clicking Code - Download ZIP. Unzip it after downloading.

Download

After downloading the project, open it in Visual Studio Code. Click on "File" and select "Open Folder". Then, choose the folder where the project was downloaded.

1.2 Install dependencies

In Visual Studio Code, access the built-in terminal by clicking on "Terminal" and then selecting "New Terminal". Execute the following command:

npm install

Terminal

Lastly, create a file named config.js in the root directory of your project and copy the contents from the config.example.js file into it.

Congratulations! You're all set now. After following the previous steps, your project should resemble the screenshot below.

Setup finish

Now, let's proceed directly to the guides: