Skip to content

Commit b2f9542

Browse files
authored
Update readme.md
1 parent 4699ac4 commit b2f9542

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

HYPERSIGN/readme.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# HYPERSIGN
2-
[RPC](http://hypersign.srgts.xyz:26657) | [API](http://hypersign.srgts.xyz:1317) | [gRPC](http://hypersign.srgts.xyz:9090)
32

43
Let's update and install the necessary packages:
54
````
@@ -21,10 +20,10 @@ Install CLI:
2120
````
2221
git clone https://github.com/hypersign-protocol/hid-node.git
2322
cd hid-node
24-
git checkout v0.2.0
23+
git checkout v0.3.0
2524
make 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
````
2928
hid-noded version --long
3029
````
@@ -38,7 +37,7 @@ Download the current genesis file:
3837
````
3938
curl -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
````
4342
sha256sum $HOME/.hid-node/config/genesis.json
4443
````

0 commit comments

Comments
 (0)