Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rubixvi authored Jun 28, 2024
1 parent 1243e24 commit b5f7ec5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions contract/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Overview

The `HXRDomain` smart contract is designed to manage `.hxr` domains on the Hedera network. This contract supports the registration, renewal, transfer, and management of domains. It also includes functionalities to set DNS records, associate wallet addresses, and link IPFS hashes to domains.
The `HXRDomain` smart contract is designed to manage `.hxr` domains on the Hedera network. This contract supports domain registration, renewal, transfer and management. It also includes functionalities to set DNS records, associate wallet addresses and link IPFS hashes to domains.

## Features

Expand All @@ -28,11 +28,11 @@ The `HXRDomain` smart contract is designed to manage `.hxr` domains on the Heder

1. Clone the repository:
```bash
git clone https://github.com/rubixvi/hxr-smart-contract
git clone https://github.com/rubixvi/HXR/
```
2. Navigate to the project directory:
```bash
cd hxr-smart-contract
cd contract
```
3. Install the dependencies:
```bash
Expand Down

0 comments on commit b5f7ec5

Please sign in to comment.