-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #49 from canow-co/DDS-473-cheqd-node-dependency-up…
…date feat: [DDS-473] Updated canow-co/cheqd-node dependency
- Loading branch information
Showing
30 changed files
with
1,740 additions
and
306 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Environment | ||
|
||
Go 1.18 | ||
Go 1.18 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
Something interesting coming soon | ||
# README | ||
|
||
Something interesting coming soon |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
Something interesting coming soon | ||
# README | ||
|
||
Something interesting coming soon |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
Something interesting coming soon | ||
# Node Maintain | ||
|
||
Something interesting coming soon |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
Something interesting coming soon | ||
# Staking | ||
|
||
Something interesting coming soon |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
Something interesting coming soon | ||
# Tokenomic | ||
|
||
Something interesting coming soon |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
Something interesting coming soon | ||
# Voting | ||
|
||
Something interesting coming soon |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
Something interesting coming soon | ||
# Wallet | ||
|
||
Something interesting coming soon |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
Something interesting coming soon | ||
# Canow REST API | ||
|
||
Something interesting coming soon |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
Something interesting coming soon | ||
# README | ||
|
||
Something interesting coming soon |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
Something interesting coming soon | ||
# Identity | ||
|
||
Something interesting coming soon |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
Something interesting coming soon | ||
# Tokenomic | ||
|
||
Something interesting coming soon |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,41 @@ | ||
# Binary Installation | ||
|
||
Canow-chain binary can be downloaded from the repo [Releases on GitHub](https://github.com/canow-co/canow-chain/releases). The last stable and recommended release is marked by the label `latest`. | ||
The binary can be used like a CLI for node requests, transactions building and sending. | ||
The binary can be used like a CLI for node requests, transactions building and sending. | ||
|
||
Besides `canow-chain` binary is complete application for launching Canow node. | ||
Besides `canow-chain` binary is complete application for launching Canow node. | ||
|
||
## Step 1. Download | ||
|
||
### Step 1. Download | ||
For installing `canow-chain` lets download and unpack it to `/usr/bin/` directory. If you are executing this command from the user without root permission, `sudo` will be needed for getting permissions for `/usr/bin/` directory. | ||
Here is the command to install version 0.2.1. You can check which version is the latest now and download it [from the repository](https://github.com/canow-co/canow-chain/releases/latest). | ||
Here is the command to install version 0.2.2. You can check which version is the latest now and download it [from the repository](https://github.com/canow-co/canow-chain/releases/latest). | ||
|
||
#### For Linux | ||
### For Linux | ||
|
||
```commandline | ||
sudo wget -c https://github.com/canow-co/canow-chain/releases/download/v0.2.1/canow-chain-v0.2.1-linux.tar.gz -O - | sudo tar -xz -C /usr/bin/ | ||
```bash | ||
sudo wget -c https://github.com/canow-co/canow-chain/releases/download/v0.2.2/canow-chain-v0.2.2-linux.tar.gz -O - | sudo tar -xz -C /usr/bin/ | ||
``` | ||
#### For macOS | ||
|
||
```commandline | ||
sudo wget -c https://github.com/canow-co/canow-chain/releases/download/v0.2.1/canow-chain-v0.2.1-darwin.tar.gz -O - | sudo tar -xz -C /usr/bin/ | ||
### For macOS | ||
|
||
```bash | ||
sudo wget -c https://github.com/canow-co/canow-chain/releases/download/v0.2.2/canow-chain-v0.2.2-darwin.tar.gz -O - | sudo tar -xz -C /usr/bin/ | ||
``` | ||
|
||
### Step 2. Define permissions | ||
## Step 2. Define permissions | ||
|
||
After downloading and unpack Canow-chain binary it may have `-rw-r--r--` permissions. On this step we need to allow the binary execution. | ||
After downloading and unpack Canow-chain binary it may have `-rw-r--r--` permissions. On this step we need to allow the binary execution. | ||
|
||
```commandline | ||
```bash | ||
sudo chmod +x /usr/bin/canow-chain | ||
``` | ||
|
||
### Step 3. Check | ||
## Step 3. Check | ||
|
||
For checking canow-chain installation success you can get a version of the installed binary: | ||
|
||
```commandline | ||
```bash | ||
canow-chain version | ||
|
||
> v0.2.1 | ||
> v0.2.2 | ||
``` |
Oops, something went wrong.