Skip to content

Commit

Permalink
fix: gomod
Browse files Browse the repository at this point in the history
  • Loading branch information
prnk28 committed Oct 30, 2023
1 parent 0f3aca5 commit fe8a620
Show file tree
Hide file tree
Showing 259 changed files with 68,449 additions and 885 deletions.
2 changes: 1 addition & 1 deletion .github/contribution/CLIENT_GUIDELINES.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ You will need to install and configure the following dependencies on your machin
You can setup your macOS or Linux machine to be ready for local development with these steps:

```sh
git clone https://sonr.io/core.git # Clone the repository
git clone https://github.com/sonr-io/sonr.git # Clone the repository
sh scripts/install.sh # Install dependencies
task # Display the available commands
```
Expand Down
2 changes: 1 addition & 1 deletion .github/contribution/DEVELOPERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ You will need to install and configure the following dependencies on your machin
You can setup your macOS or Linux machine to be ready for local development with these steps:

```sh
git clone https://sonr.io/core.git # Clone the repository
git clone https://github.com/sonr-io/sonr.git # Clone the repository
sh scripts/install.sh # Install dependencies
task # Display the available commands
```
Expand Down
4 changes: 2 additions & 2 deletions .github/contribution/TESTNET.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ You will need to install and configure the following dependencies on your machin
You can setup your macOS or Linux machine to be ready for local development with these steps:

```sh
git clone https://sonr.io/core.git # Clone the repository
git clone https://github.com/sonr-io/sonr.git # Clone the repository
sh scripts/install.sh # Install dependencies
task # Display the available commands
```
Expand All @@ -45,7 +45,7 @@ You will need to install and configure the following dependencies on your machin
You can setup your macOS or Linux machine to be ready for local development with these steps:

```sh
git clone https://sonr.io/core.git # Clone the repository
git clone https://github.com/sonr-io/sonr.git # Clone the repository
sh scripts/install.sh # Install dependencies
task # Display the available commands
```
Expand Down
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ release:
If you prefer to build from source, you can use the following commands:
````bash
git clone https://sonr.io/core
git clone https://github.com/sonr-io/sonr
cd core && git checkout v{{ .Version }}
make install
# Then run sonrd
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,15 +119,15 @@ Our approach for client libraries is uniform. Abstract away any blockchain speci
<!-- notranslate -->
<tr>
<td>JavaScript (TypeScript)</td>
<td><a href="https://sonr.io/core-js" target="_blank" rel="noopener noreferrer">sonr-js</a></td>
<td><a href="https://github.com/sonr-io/sonr-js" target="_blank" rel="noopener noreferrer">sonr-js</a></td>
<td><a href="https://github.com/sonr-io/auth-js" target="_blank" rel="noopener noreferrer">auth-js</a></td>
<td><a href="https://github.com/sonr-io/database-js" target="_blank" rel="noopener noreferrer">database-js</a></td>
<td><a href="https://github.com/sonr-io/storage-js" target="_blank" rel="noopener noreferrer">storage-js</a></td>
<td><a href="https://github.com/sonr-io/wallet-js" target="_blank" rel="noopener noreferrer">wallet-js</a></td>
</tr>
<tr>
<td>Flutter</td>
<td><a href="https://sonr.io/core-flutter" target="_blank" rel="noopener noreferrer">sonr-flutter</a></td>
<td><a href="https://github.com/sonr-io/sonr-flutter" target="_blank" rel="noopener noreferrer">sonr-flutter</a></td>
<td><a href="https://github.com/sonr-io/auth-dart" target="_blank" rel="noopener noreferrer">auth-dart</a></td>
<td><a href="https://github.com/sonr-io/database-dart" target="_blank" rel="noopener noreferrer">database-dart</a></td>
<td><a href="https://github.com/sonr-io/storage-dart" target="_blank" rel="noopener noreferrer">storage-dart</a></td>
Expand Down
Loading

0 comments on commit fe8a620

Please sign in to comment.