-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: add apps to registry * updates * feedback Co-authored-by: Danny <[email protected]> --------- Co-authored-by: Danny <[email protected]>
- Loading branch information
1 parent
3270b00
commit 2c8e5ff
Showing
11 changed files
with
336 additions
and
65 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# Default state for all rules | ||
default: true | ||
|
||
# MD013/line-length: Line length | ||
# Enabled to enforce line length limits. | ||
line-length: false | ||
|
||
# MD047/single-trailing-newline: Files should end with a single newline character | ||
single-trailing-newline: true | ||
|
||
# MD025/single-title/single-h1: Multiple top-level headings in the same document | ||
# Allows for metadata and an H1 in the same document. | ||
single-title: false | ||
|
||
# MD032/blanks-around-lists: Blanks around lists | ||
# Requires blank lines around lists for clarity. | ||
blanks-around-lists: true | ||
|
||
# MD036/no-emphasis-as-heading: No emphasis as heading | ||
# Prevents using emphasis in place of headings. | ||
no-emphasis-as-heading: true | ||
|
||
# MD040/fenced-code-language: Fenced code blocks should have a language specified | ||
# Encourages specifying languages in code blocks for syntax highlighting. | ||
fenced-code-language: true | ||
|
||
# MD026/no-trailing-punctuation: No trailing punctuation in headings | ||
# Avoids trailing punctuation in headings. | ||
no-trailing-punctuation: true | ||
|
||
# MD022/blanks-around-headings: Blanks around headings | ||
# Ensures there is at least one blank line above and below headings. | ||
blanks-around-headings: true | ||
|
||
# MD031/blanks-around-fences: Blanks around fenced code blocks | ||
# Requires at least one blank line before and after fenced code blocks. | ||
blanks-around-fences: true |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,54 @@ | ||
{ | ||
"appName": "explorer", | ||
"appDescription": "Shows real time feed of your blockchain", | ||
"ignite": ">28.3.0", | ||
"dependencies": { | ||
"docker": ">23.0.5" | ||
}, | ||
"cosmosSDK": ">0.50.4", | ||
"features": [ | ||
"CLI Explorer", | ||
"Gex" | ||
], | ||
"wasm": false, | ||
"authors": [ | ||
{ | ||
"name": "Jeronimo Albi", | ||
"email": "", | ||
"website": "", | ||
"github": "jeronimoalbi" | ||
} | ||
], | ||
"repository": { | ||
"url": "https://github.com/ignite/apps/tree/main/explorer" | ||
}, | ||
"documentationUrl": "https://github.com/cosmos/gex", | ||
"license": { | ||
"name": "MIT", | ||
"url": "github.com/username/app/LICENSE.md" | ||
}, | ||
"keywords": [ | ||
"explorer", | ||
"cli", | ||
"cosmos-sdk", | ||
"ignite app" | ||
], | ||
"supportedPlatforms": [ | ||
"mac", | ||
"linux" | ||
], | ||
"socialMedia": { | ||
"x": "", | ||
"telegram": "", | ||
"discord": "", | ||
"reddit": "", | ||
"website": "" | ||
}, | ||
"donations": { | ||
"cryptoAddresses": { | ||
"cosmos": "", | ||
"otherSupportedCryptos": "" | ||
}, | ||
"fiatDonationLinks": "" | ||
} | ||
} |
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,51 @@ | ||
{ | ||
"appName": "hermes", | ||
"appDescription": "A wrapper around the hermes IBC relayer", | ||
"ignite": ">0.27.0", | ||
"dependencies": {}, | ||
"cosmosSDK": ">0.50.1", | ||
"features": [ | ||
"IBC relayer" | ||
], | ||
"wasm": false, | ||
"authors": [ | ||
{ | ||
"name": "Danilo Pantani", | ||
"email": "", | ||
"website": "", | ||
"github": "pantani" | ||
} | ||
], | ||
"repository": { | ||
"url": "https://github.com/ignite/apps/tree/main/hermes" | ||
}, | ||
"documentationUrl": "https://github.com/ignite/apps/tree/main/hermes/README.md", | ||
"license": { | ||
"name": "MIT", | ||
"url": "github.com/ignite/apps/blob/main/LICENSE" | ||
}, | ||
"keywords": [ | ||
"relayer", | ||
"cli", | ||
"cosmos-sdk", | ||
"ignite app" | ||
], | ||
"supportedPlatforms": [ | ||
"mac", | ||
"linux" | ||
], | ||
"socialMedia": { | ||
"x": "", | ||
"telegram": "", | ||
"discord": "", | ||
"reddit": "", | ||
"website": "" | ||
}, | ||
"donations": { | ||
"cryptoAddresses": { | ||
"cosmos": "", | ||
"otherSupportedCryptos": "" | ||
}, | ||
"fiatDonationLinks": "" | ||
} | ||
} |
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,54 @@ | ||
{ | ||
"appName": "marketplace", | ||
"appDescription": "Explore the world of Ignite applications and more!", | ||
"ignite": ">28.0.0", | ||
"dependencies": {}, | ||
"cosmosSDK": ">0.50.1", | ||
"features": [ | ||
"App Registry", | ||
"App Discovery", | ||
"App Explorer" | ||
], | ||
"wasm": false, | ||
"authors": [ | ||
{ | ||
"name": "Ehsan Saradar", | ||
"email": "", | ||
"website": "", | ||
"github": "Ehsan-saradar" | ||
} | ||
], | ||
"repository": { | ||
"url": "https://github.com/ignite/apps/tree/main/marketplace" | ||
}, | ||
"documentationUrl": "", | ||
"license": { | ||
"name": "MIT", | ||
"url": "github.com/ignite/apps/blob/main/LICENSE" | ||
}, | ||
"keywords": [ | ||
"marketplace", | ||
"registry", | ||
"cli", | ||
"cosmos-sdk", | ||
"ignite app" | ||
], | ||
"supportedPlatforms": [ | ||
"mac", | ||
"linux" | ||
], | ||
"socialMedia": { | ||
"x": "", | ||
"telegram": "", | ||
"discord": "", | ||
"reddit": "", | ||
"website": "" | ||
}, | ||
"donations": { | ||
"cryptoAddresses": { | ||
"cosmos": "", | ||
"otherSupportedCryptos": "" | ||
}, | ||
"fiatDonationLinks": "" | ||
} | ||
} |
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,53 @@ | ||
{ | ||
"appName": "rollkit", | ||
"appDescription": "Scaffold a RollKit application with ease", | ||
"ignite": ">28.4.0", | ||
"dependencies": {}, | ||
"cosmosSDK": ">0.50.6", | ||
"features": [ | ||
"Scaffolder", | ||
"Rollkit" | ||
], | ||
"wasm": false, | ||
"authors": [ | ||
{ | ||
"name": "Julien Robert", | ||
"email": "", | ||
"website": "", | ||
"github": "julienrbrt" | ||
} | ||
], | ||
"repository": { | ||
"url": "https://github.com/ignite/apps/tree/main/rollkit" | ||
}, | ||
"documentationUrl": "https://github.com/ignite/apps/tree/main/rollkit/README.md", | ||
"license": { | ||
"name": "MIT", | ||
"url": "github.com/ignite/apps/blob/main/LICENSE" | ||
}, | ||
"keywords": [ | ||
"rollup", | ||
"rollkit", | ||
"cli", | ||
"cosmos-sdk", | ||
"ignite app" | ||
], | ||
"supportedPlatforms": [ | ||
"mac", | ||
"linux" | ||
], | ||
"socialMedia": { | ||
"x": "", | ||
"telegram": "", | ||
"discord": "", | ||
"reddit": "", | ||
"website": "" | ||
}, | ||
"donations": { | ||
"cryptoAddresses": { | ||
"cosmos": "", | ||
"otherSupportedCryptos": "" | ||
}, | ||
"fiatDonationLinks": "" | ||
} | ||
} |
Oops, something went wrong.