-
Notifications
You must be signed in to change notification settings - Fork 377
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
Chain abstraction overview update #2420
Merged
thisisjoshford
merged 18 commits into
master
from
2379-doc-improve-chain-abstraction-overview
Feb 5, 2025
Merged
Chain abstraction overview update #2420
thisisjoshford
merged 18 commits into
master
from
2379-doc-improve-chain-abstraction-overview
Feb 5, 2025
Conversation
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
7 tasks
gagdiez
reviewed
Jan 9, 2025
gagdiez
reviewed
Jan 9, 2025
gagdiez
reviewed
Jan 9, 2025
thisisjoshford
requested changes
Jan 14, 2025
Co-authored-by: Josh Ford <thisisjoshford@gmail.com>
* fix: simplify intro & overview * feat: expand upon what is CA * feat: enhance intent/solver layer * feat: improve chain sig section * feat: improve omnibridge section * fix: remove duplicate section * fix: remove realyers * fix: remove use-cases -> locate elsewhere * fix: rethink intro based on article updates * fix: minor edits
thisisjoshford
approved these changes
Feb 5, 2025
|
||
![img](/docs/assets/welcome-pages/chain-abstraction-landing.png) | ||
|
||
To help on this task, NEAR Protocol provides services that allow to **create** and **recover accounts** using **email addresses**, use the account **without acquiring funds**, and **control accounts** in **other chains**. All in the most **seamless** way possible. | ||
`Chain abstraction` is about **abstracting away** the complexities of **blockchain technology** from end-user experiences while maintaining its benefits. Users should not have to worry about which blockchain they are using or whether they are using one at all. NEAR Protocol advances this vision by introducing a framework that transcends single-platform development, enabling applications to control assets across any blockchain. |
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.
Suggested change
`Chain abstraction` is about **abstracting away** the complexities of **blockchain technology** from end-user experiences while maintaining its benefits. Users should not have to worry about which blockchain they are using or whether they are using one at all. NEAR Protocol advances this vision by introducing a framework that transcends single-platform development, enabling applications to control assets across any blockchain. | |
`Chain abstraction` aims to remove the complexities of **blockchain technology** from end-user experiences while maintaining its underlying benefits. Users should not have to worry about which blockchain they are using or whether they are even using one. | |
NEAR Protocol advances this vision by introducing a framework that transcends single-platform development, enabling applications to control assets across any blockchain. |
|
||
--- | ||
:::info Example | ||
As an example, using Chain Abstraction a web app could allow users to collect NFTs across different chains, without users ever needing to explicitly create a blockchain account or acquire crypto tokens. |
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.
Suggested change
As an example, using Chain Abstraction a web app could allow users to collect NFTs across different chains, without users ever needing to explicitly create a blockchain account or acquire crypto tokens. | |
An application leveraging Chain Abstraction could enable users to collect NFTs across different chains, without them ever needing to explicitly create a blockchain account or acquire crypto tokens. |
thisisjoshford
added a commit
that referenced
this pull request
Feb 11, 2025
* fix: update near logo (#2453) * Add Lantstool examples for RPC - Access Keys (#2456) * Chain abstraction overview update (#2420) * update * Update what-is.md * Update docs/2.build/1.chain-abstraction/what-is.md Co-authored-by: Josh Ford <thisisjoshford@gmail.com> * update * Update what-is.md * Update what-is.md * Update what-is.md * diagram * 2379 suggestions (#2457) * fix: simplify intro & overview * feat: expand upon what is CA * feat: enhance intent/solver layer * feat: improve chain sig section * feat: improve omnibridge section * fix: remove duplicate section * fix: remove realyers * fix: remove use-cases -> locate elsewhere * fix: rethink intro based on article updates * fix: minor edits --------- Co-authored-by: Josh Ford <thisisjoshford@gmail.com> * feat: reorg omnibridge docs and add hackmd content * fix: update omnibridge overview and consolidate into one file --------- Co-authored-by: Volodymyr Bilyk <eclipseeer@gmail.com> Co-authored-by: Damián Parrino <bucanero@users.noreply.github.com>
thisisjoshford
added a commit
that referenced
this pull request
Feb 13, 2025
* Create omnibridge.svg * add omnibridge * 2430 suggestions (#2461) * fix: update near logo (#2453) * Add Lantstool examples for RPC - Access Keys (#2456) * Chain abstraction overview update (#2420) * update * Update what-is.md * Update docs/2.build/1.chain-abstraction/what-is.md Co-authored-by: Josh Ford <thisisjoshford@gmail.com> * update * Update what-is.md * Update what-is.md * Update what-is.md * diagram * 2379 suggestions (#2457) * fix: simplify intro & overview * feat: expand upon what is CA * feat: enhance intent/solver layer * feat: improve chain sig section * feat: improve omnibridge section * fix: remove duplicate section * fix: remove realyers * fix: remove use-cases -> locate elsewhere * fix: rethink intro based on article updates * fix: minor edits --------- Co-authored-by: Josh Ford <thisisjoshford@gmail.com> * feat: reorg omnibridge docs and add hackmd content * fix: update omnibridge overview and consolidate into one file --------- Co-authored-by: Volodymyr Bilyk <eclipseeer@gmail.com> Co-authored-by: Damián Parrino <bucanero@users.noreply.github.com> * fix: move to omnibridge directory * fix: update architecture description & chain sig link * fix: update intro and add background * feat: enhance background * feat: separate implementation and roadmap into separate docs * fix: update omni bridge overview in what-is chain abstraction * fix: update what-is and implementation * change path * Apply suggestions from code review * Update how-it-works.md * Delete website/static/docs/assets/omnibridge.svg * feat: add more references to SDK for higher visibility * fix: add improvement suggestions * fix: infeasible -> impossible --------- Co-authored-by: Josh Ford <thisisjoshford@gmail.com> Co-authored-by: Volodymyr Bilyk <eclipseeer@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
fixes #2379