Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
defrisk0 authored Oct 3, 2024
1 parent 4699ac4 commit b2f9542
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions HYPERSIGN/readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# HYPERSIGN
[RPC](http://hypersign.srgts.xyz:26657) | [API](http://hypersign.srgts.xyz:1317) | [gRPC](http://hypersign.srgts.xyz:9090)

Let's update and install the necessary packages:
````
Expand All @@ -21,10 +20,10 @@ Install CLI:
````
git clone https://github.com/hypersign-protocol/hid-node.git
cd hid-node
git checkout v0.2.0
git checkout v0.3.0
make install
````
Let's check the version (current as of December 2023 - v0.2.0 commit: 583b9fd):
Let's check the version (current as of October 2024 - v0.3.0 commit: ed6203b):
````
hid-noded version --long
````
Expand All @@ -38,7 +37,7 @@ Download the current genesis file:
````
curl -s https://raw.githubusercontent.com/hypersign-protocol/networks/master/testnet/prajna/final_genesis.json > $HOME/.hid-node/config/genesis.json
````
Let's check sum genesis file (current as of December 2023 - 40ef72dad62987429ab813dac1d5d2bd0f1b680eaedce07fdea0972beece6d81):
Let's check sum genesis file (current as of October 2024 - 40ef72dad62987429ab813dac1d5d2bd0f1b680eaedce07fdea0972beece6d81):
````
sha256sum $HOME/.hid-node/config/genesis.json
````
Expand Down

0 comments on commit b2f9542

Please sign in to comment.