-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update intro.md #193
Merged
Merged
Update intro.md #193
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 | ||||
---|---|---|---|---|---|---|
|
@@ -8,9 +8,9 @@ slug: / | |||||
|
||||||
Welcome to the Documentation Site for the Warden Protocol! | ||||||
|
||||||
We are excited to have you here as we put in the effort to develop a detailed and accessible documentation portal. The **Warden Protocol** is an intent-centric protocol, built on the Cosmos SDK, that enables various execution layers for interoperability, modular key management and account aggregation. While our documentation site is a work in progress, it will eventually emerge as your comprehensive resource for navigating the Warden Protocol and leveraging its advantages to the fullest. | ||||||
The Warden Protocol is a modular L1 blockchain for omnichain applications, "OApps". Our mission is to empower developers to simply launch secure OApps by giving them modular infrastructure for security, interoperability and chain abstraction. | ||||||
|
||||||
Within these pages, you'll uncover thorough instructions on how to begin, complete with step-by-step tutorials for users, developers, and network participants (such as validators and keychain operators). Regardless of if you're a developer aiming to incorporate the Warden Protocol into your projects, or a user eager to delve into the capabilities of blockchain technology, our documentation will equip you with the necessary tools in anticipation of our forthcoming Alfama testnet launch. | ||||||
While our documentation site is a work in progress, it will become a comprehensive resource for navigating and building with ease on Warden. | ||||||
|
||||||
Your patience and interest in the Warden Protocol are greatly appreciated. | ||||||
Within these docs, we have simple ELI5s, FAQs, complete with step-by-step tutorials for users, developers, and network participants (such as validators and keychain operators). Regardless of if you're a developer aiming to incorporate the Warden Protocol into your projects, or a user eager to delve into the capabilities of Warden, our documentation will equip you with the necessary tools and information. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Insert a comma after "Within these docs" for better readability and grammatical correctness. - Within these docs we have simple ELI5s, FAQs, complete with step-by-step tutorials for users, developers, and network participants (such as validators and keychain operators).
+ Within these docs, we have simple ELI5s, FAQs, complete with step-by-step tutorials for users, developers, and network participants (such as validators and keychain operators). Committable suggestion
Suggested change
|
||||||
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Replace curly quotes with straight quotes for "OApps" to maintain consistency and ensure proper rendering in Markdown.
Committable suggestion