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

delete CreateUP guide & update Install Extension #669

Merged
merged 2 commits into from
Oct 13, 2023
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
37 changes: 0 additions & 37 deletions docs/guides/browser-extension/create-a-universal-profile.md

This file was deleted.

36 changes: 16 additions & 20 deletions docs/guides/browser-extension/install-browser-extension.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,33 +15,29 @@ The current UP Browser Extension deploys profiles on the [Testnet](http://docs.l

:::

:::note
If you have **MetaMask** installed, _right click on both_ MetaMask and UP Extension and select _"This Can Read and Change Site Data > When you Click the Extension"_. Then you can select for every website which extension you use. By closing the tab you can reset this selection.
:::info

**It is important not to forget the previous step. Otherwise, it might conflict with the UP Browser Extension, and this might prevent you from finalising the setup process.**
Currently, the UP Browser Extension is supported on **Chrome and Brave browsers**.

<img width="400" src="https://user-images.githubusercontent.com/232662/192822200-392b19f1-321b-4a59-928a-f71876bec6f3.png" />
:::

Currently, the UP Browser Extension is supported on **Chrome and Brave browsers**. This guide will teach you how to download and install the UP Browser Extension on **Chrome and Brave**.

You can test the UP Browser Extension with the following example dApps (Or any other dApp, that runs on the [Testnet](http://docs.lukso.tech/networks/testnet/parameters)):

- [up-test-dapp.lukso.tech](https://up-test-dapp.lukso.tech)
- [examples.lukso.tech](https://examples.lukso.tech)

Projects built by the LUKSO community:
### :inbox_tray: **[Download the Extension from Chrome Web Store](https://chrome.google.com/webstore/detail/universal-profiles/abpickdkkbnbcoepogfhkhennhfhehfn) (Chrome / Brave)**

- [universal.page](https://universal.page/) - Create a customizable website to showcase and sell digital assets on
LUKSO.
- [relayer-frontend.vercel.app](https://relayer-frontend.vercel.app/) - A relayer that lets you use your staking rewards to pay for your transaction fees.
![Chrome Store view](/img/extension/chrome-store.png)

More are coming 🚀
:::note
If you have **MetaMask** installed, _right click on both_ MetaMask and UP Extension and select _"This Can Read and Change Site Data > When you Click the Extension"_. Then you can select for every website which extension you use. By closing the tab you can reset this selection.

## Download and install the extension
**It is important not to forget the previous step. Otherwise, it might conflict with the UP Browser Extension, and this might prevent you from finalising the setup process.**

Download and install the extension from the **Chrome Store**.
<img width="400" src="https://user-images.githubusercontent.com/232662/192822200-392b19f1-321b-4a59-928a-f71876bec6f3.png" />
:::

### :inbox_tray: **[Download from Chrome Web Store](https://chrome.google.com/webstore/detail/universal-profiles/abpickdkkbnbcoepogfhkhennhfhehfn) (Chrome / Brave)**
#### Example dApps for testing the UP Browser Extension

![Chrome Store view](/img/extension/chrome-store.png)
| Name | Description | Built by LUKSO/ Community |
| ------------------------------------------------------------------- | --------------------------------------------------------------------------------- | ------------------------- |
| [up-test-dapp.lukso.tech](https://up-test-dapp.lukso.tech) | LUKSO Demo App | LUKSO |
| [examples.lukso.tech](https://examples.lukso.tech) | LSP Implementation Examples | LUKSO |
| [universal.page](https://universal.page/) | Create a customizable website to showcase and sell digital assets on LUKSO | Community |
| [relayer-frontend.vercel.app](https://relayer-frontend.vercel.app/) | A relayer where you can use your staking rewards to pay for your transaction fees | Community |
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import TabItem from '@theme/TabItem';

:::note

Users deploying their Universal Profiles using the guides that utilize **[lsp-factory](../universal-profile/create-profile.md)** or the **[Browser Extension](../browser-extension/create-a-universal-profile.md)** can skip this guide, as this contract is already deployed and set for their profiles.
Users deploying their Universal Profiles using the guides that utilize **[lsp-factory](../universal-profile/create-profile.md)** or the **[Browser Extension](../browser-extension/install-browser-extension.md)** can skip this guide, as this contract is already deployed and set for their profiles.

:::

Expand Down