Skip to content

Commit

Permalink
fix README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arnabghose997 committed Mar 17, 2023
1 parent 8a1a39a commit f6fc693
Showing 1 changed file with 19 additions and 23 deletions.
42 changes: 19 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,33 +26,27 @@ Following are the prerequisites that needs to be installed:

## Get started

### Local
### Local Binary

Clone the repository and install the binary:

```sh
git clone https://github.com/hypersign-protocol/hid-node.git
cd hid-node
make install
```

The binary `hid-noded` will be generated in `$GO_PATH/bin` directory. To explore its functionalities, type `hid-noded --help` in a seperate terminal window.

#### Running the Blockchain

To start a single-node blockchain, run the following command to initialize the node:

```sh
sh ./scripts/localnet-single-node/setup.sh
```
1. Clone this repository and install the binary:
```sh
git clone https://github.com/hypersign-protocol/hid-node.git
cd hid-node
make install
```

> Note: The above script requires `jq` to be installed.
> The binary `hid-noded` is usually generated in `$HOME/go/bin` directory. Run `hid-noded --help` to explore its functionalities
Run the hid-node:
2. Run the following script to setup a single-node blockchain. Please note that the following script requires `jq` to be installed.
```sh
sudo chmod +x ./scripts/localnet-single-node/setup.sh
sh ./scripts/localnet-single-node/setup.sh
```

```sh
hid-noded start --home ~/.hid-node
```
3. Start `hid-noded`:
```sh
hid-noded start --home ~/.hid-node
```

### Docker

Expand All @@ -79,3 +73,5 @@ To run a single node `hid-node` docker container, follow the below steps:
| Credential Schema | https://docs.hypersign.id/self-sovereign-identity-ssi/schema |
| Verifiable Credential Status | https://docs.hypersign.id/self-sovereign-identity-ssi/verifiable-credential-vc/credential-revocation-registry |


Please contact [support@hypermine.in](mailto:support@hypermine.in) for consulting and integration

0 comments on commit f6fc693

Please sign in to comment.