How to Install Para on Windows 11
Para is a decentralized application platform that allows developers to create and deploy decentralized apps (dApps) with ease. In order to use Para, you will need to install it on your Windows 11 computer. Follow the steps below to install Para on your Windows 11 machine:
Step 1: Download and Install Node.js
Para requires Node.js runtime to run. If you already have Node.js installed on your computer, you can skip this step. Otherwise, follow the steps below to download and install Node.js:
- Go to the Node.js website and download the latest version of Node.js for Windows.
- Run the installation file and follow the prompts to install Node.js on your computer.
Step 2: Download and Install Para
- Go to the Para website and download the latest version of Para for Windows.
- Extract the downloaded ZIP file to a directory of your choice.
- Open a command prompt by pressing
Win+Rand typingcmd.exe, then pressEnter. - Navigate to the directory where you extracted Para using the
cdcommand. For example, if you extracted Para toC:\Users\YourUsername\Downloads\Para, type the following command:cd C:\Users\YourUsername\Downloads\Para - Run the installation command
npm install -g para-clito install the Para command-line interface (CLI).
Step 3: Create a Para Account
- Open a new command prompt window.
- Type
para-cli loginand pressEnter. - Follow the prompts to create a new Para account.
Step 4: Start Para
- Open a new command prompt window.
- Type
para-cli startand pressEnterto start the Para server. - Open a web browser and navigate to
http://localhost:8080. You should see the Para dashboard.
Congratulations, you have successfully installed and started Para on your Windows 11 computer! Now you can start building and deploying decentralized apps using Para.