-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into julien/example-wiring
- Loading branch information
Showing
6 changed files
with
60 additions
and
59 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# CODEOWNERS: <https://help.github.com/articles/about-codeowners/> | ||
|
||
* @cosmosregistry/core |
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 |
---|---|---|
|
@@ -5,13 +5,6 @@ It uses the least modules possible and is intended to be used as a starting poin | |
|
||
`Minid` uses the **latest** version of the [Cosmos-SDK](https://github.com/cosmos/cosmos-sdk). | ||
|
||
## Learn | ||
|
||
**_Work in progress_** | ||
|
||
Every bit of logic in this repository is commented in order to explain what it does and why do we add this. | ||
Every folder contains a `README.md` file with a short description of the folder. | ||
|
||
## How to use | ||
|
||
In addition to learn how to build a chain thanks to `minid`, you can as well directly run `minid`. | ||
|
@@ -21,7 +14,7 @@ In addition to learn how to build a chain thanks to `minid`, you can as well dir | |
Install and run `minid`: | ||
|
||
```sh | ||
git clone [email protected]:julienrbrt/chain-minimal.git | ||
git clone [email protected]:cosmosregistry/chain-minimal.git | ||
cd chain-minimal | ||
make install # install the minid binary | ||
make init # initialize the chain | ||
|
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
Oops, something went wrong.