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

add Chain UI notes #2219

Merged
merged 1 commit into from
Aug 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions docs/2.build/4.web3-apps/chain-ui-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,11 @@ import {CodeTabs, Language, Github} from "@site/src/components/codetabs";
[Chain Hosted UI](chain-ui.md) lets you to deploy dApp frontends directly on the NEAR blockchain.
In this tutorial you'll learn how to build and deploy a simple [React](https://react.dev/) web app using Chain Hosted UI.

:::info Learn more
If you want to learn more about the Chain Hosted UI solution for hosting frontends directly on chain, check [this article](chain-ui.md).
:::warning

This experiment reached the MVP stage of functionality but no longer has a maintainer due to [Pagoda winding down](https://docs.near.org/blog/2024-08-13-pagoda-services).
We encourage interested parties to fork the project and carry it forward. The smart contract has not yet been audited.

:::

## Requirements
Expand Down
5 changes: 3 additions & 2 deletions docs/2.build/4.web3-apps/chain-ui.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ sidebar_label: Chain Hosted UI

[Chain Hosted UI](https://github.com/near/chain-deployed-ui) is a [decentralized frontend solution](frontend.md#decentralized-frontend-solutions) that lets you to deploy dApp frontends directly on the NEAR blockchain. A frontend can be built with typical Web2 tooling (e.g. React + Vite + node.js dependencies), and the resulting compressed bundle can be stored in the state of a smart contract.

:::info Keep in mind
:::warning

This is an early stage project, and the solution hasn’t been battle tested to the point it can be recommended for production use.
This experiment reached the MVP stage of functionality but no longer has a maintainer due to [Pagoda winding down](https://docs.near.org/blog/2024-08-13-pagoda-services).
We encourage interested parties to fork the project and carry it forward. The smart contract has not yet been audited.

:::

Expand Down
Loading