File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# HYPERSIGN
2- [ RPC] ( http://hypersign.srgts.xyz:26657 ) | [ API] ( http://hypersign.srgts.xyz:1317 ) | [ gRPC] ( http://hypersign.srgts.xyz:9090 )
32
43Let's update and install the necessary packages:
54````
@@ -21,10 +20,10 @@ Install CLI:
2120````
2221git clone https://github.com/hypersign-protocol/hid-node.git
2322cd hid-node
24- git checkout v0.2 .0
23+ git checkout v0.3 .0
2524make install
2625````
27- Let's check the version (current as of December 2023 - v0.2 .0 commit: 583b9fd ):
26+ Let's check the version (current as of October 2024 - v0.3 .0 commit: ed6203b ):
2827````
2928hid-noded version --long
3029````
@@ -38,7 +37,7 @@ Download the current genesis file:
3837````
3938curl -s https://raw.githubusercontent.com/hypersign-protocol/networks/master/testnet/prajna/final_genesis.json > $HOME/.hid-node/config/genesis.json
4039````
41- Let's check sum genesis file (current as of December 2023 - 40ef72dad62987429ab813dac1d5d2bd0f1b680eaedce07fdea0972beece6d81):
40+ Let's check sum genesis file (current as of October 2024 - 40ef72dad62987429ab813dac1d5d2bd0f1b680eaedce07fdea0972beece6d81):
4241````
4342sha256sum $HOME/.hid-node/config/genesis.json
4443````
You can’t perform that action at this time.
0 commit comments