Installation of Node
Instructions to install hid-node binary
Building from Source
Clone the Github repository.
Checkout the tag that the network is currently running on and build the node.
Run the following to ensure that node binary is installed.
Download the binary
Export the environment variables according to your Operating System and Architecture, and install the binary
Refer the following table to obtain the environment variables for your system configuration.
Operating System | OS | ARCH |
---|---|---|
Linux 64-bit | linux | amd64 |
Linux ARMv7 | linux | arm64 |
MacOS | darwin | amd64 |
Last updated