
>> Download Node.js and install
>> Download Git and install

>> In the win10 /11 system, open the search in the lower left corner of the computer, then enter power, and select the administrator to open

>> Input: npm -v, press Enter, the number needs to be displayed
***** If you are a Windows user , you might face some issue to execute npm Command .
To resolve the npm issue :
way 1 : Make sure npm is installed
The main cause of the npm command not found error is that npm is not installed. You can run the command “npm -v” to check whether npm is installed. If not, I recommend you uninstall Node.js and then reinstall node.js and npm.
way 2 : Delete Lock File or cache
The main reason for the integrity check failed error is usually the package-lock.json. When your project has this file, npm will check the integrity of the package you downloaded with the one specified in the lock file.
When the checksum of the package is different, then npm will stop the installation and throw the integrity check failed error. In this case, you can run the command “npm cache verify” to solve the problem.
If this command doesn’t work, you can run the command “rm package-lock.json” to delete the lock file, or run the command “npm cache clean --force” to clean the npm cache.
way 3 : Update dependencies
One main reason for the npm err code 1 is that a dependency in the installed module is not compatible with the current node.js version. In this case, updating dependencies is a good solution. You can do that by running the command “ npm update @holographxyz/cli “
way 4 : Install the Latest Node.js
If you install the node-gyp module, you may get the “Can't find Python” error. The node-gyp module is a Node.js tool for compiling native modules written in C and C++. It requires Python and Visual Studio build tools to run properly.
Fortunately, the latest version of Node.js for Windows installer already includes the build tools by default. Therefore, you just need to install the latest node.js and Python.
Ok after you try these 4 methods.. your problem might be solved already
Now it’s time to run the node now

>> step 1: Input: npm install -g @holographxyz/cli , press Enter
>>After the installation is successful, it will look like this

>> step 2 : Run the terminal
Input: holograph config press Enter
If the following picture appears, you need to enter a setting command to change the setting

Enter the command: set-executionpolicy remotesigned press Enter,
then enter y, and press Enter
Then enter: holograph config press Enter,
Configuration - Required This command must be run before all other holograph commands. The holograph config command will walk you through setting the RPC URls and wallet.
Simply follow the prompts.
>> Which networks do you want to operate? - Select at least one network. For example fuji
>>Enter the provider url for fuji. Leave blank to use https://api.avax-test.network/ext/bc/C/rpc: - press enter or copy and paste an RPC url
>>Default private key to use when sending all transactions (will be password encrypted) - Enter the private key for the wallet. Input is hidden for security reasons.
>>Please enter the password to encrypt the private key with - Enter some password for your wallet
and you can proceed to the next step

Now you need Some Faucet --[Testnet HLC ] token
To get testnet HLG tokens, you must run the holograph faucet command. You are allowed to claim 100 HLG once every 24 hours per blockchain. If you want to operate on multiple blockchains, you will need to call this command on every network.
>>Would you like to request $HLG tokens? - Enter y
Select the network to request tokens on- Select a networkThe gas cost will be approximately 0.003015846474569148 AVAX. Continue?- Entery
Now Bonding into a Pod :
To become an operator, you must bond HLG into a pod. You are required to maintain uptime or risk having your HLG slashed. Please read our Operator Network Specification for more information.
To bond into a pod, you must run the holograph operator:bond command.
Do you have the operator with the wallet you are bonding from running on the network and are ready to proceed?- EnterySelect the network to bond to- Select a networkEnter the pod number to join- Select a pod number from the list. The number shown is the minimum required to join.Enter the amount of tokens to deposit (Units in ether)- Enter how much you want to bond in ETH unitsNext steps submit the transaction, would you like to proceed?- EnteryThe CLI will submit a transaction to bond you into the pod
Last chance to start your operator if you don't have it running already. Would you like to proceed?- We suggest running as an operator immediately. Entery
It is very important to keep the CLI running at all times. When jobs are created and you are selected to execute the job, the CLI will submit the required transaction. If the command dies for any reason, you can always restart by running the holograph operator command.

Now time to Operate the node :
input command : holograph operator
select Auot by pressing down arrow Key
Press enter
input your wallet encrypted pass
Done

Congratulations. you are ready to go
official guide link :
https://docs.holograph.xyz/developer/cli/quick-start-operator
https://docs.holograph.xyz/developer/cli/quick-start-operator

