Skip to content
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
merged 18 commits into from
Feb 5, 2025

Conversation

bucanero
Copy link
Collaborator

@bucanero bucanero commented Jan 8, 2025

fixes #2379

@bucanero bucanero linked an issue Jan 8, 2025 that may be closed by this pull request
7 tasks
@bucanero bucanero marked this pull request as draft January 8, 2025 15:46
@render render bot temporarily deployed to 2379-doc-improve-chain-abstraction-overview - near-docs PR #2420 January 8, 2025 15:46 Destroyed
@render render bot temporarily deployed to 2379-doc-improve-chain-abstraction-overview - near-docs PR #2420 January 8, 2025 15:46 Destroyed
docs/2.build/1.chain-abstraction/what-is.md Outdated Show resolved Hide resolved
docs/2.build/1.chain-abstraction/what-is.md Outdated Show resolved Hide resolved
docs/2.build/1.chain-abstraction/what-is.md Outdated Show resolved Hide resolved
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
@render render bot temporarily deployed to 2379-doc-improve-chain-abstraction-overview - near-docs PR #2420 February 5, 2025 12:59 Destroyed

![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.
Copy link
Collaborator

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.
Copy link
Collaborator

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 thisisjoshford merged commit 4ce2364 into master Feb 5, 2025
2 of 3 checks passed
@thisisjoshford thisisjoshford deleted the 2379-doc-improve-chain-abstraction-overview branch February 5, 2025 15:37
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
Labels
None yet
Projects
Status: Shipped 🚀
Development

Successfully merging this pull request may close these issues.

[DOC] Improve chain-abstraction overview
3 participants