Skip to content

Commit

Permalink
Merge pull request #669 from lukso-network/removeOutdatedGuide
Browse files Browse the repository at this point in the history
delete CreateUP guide & update Install Extension
  • Loading branch information
fhildeb authored Oct 13, 2023
2 parents 40f4920 + eb6ffe9 commit e7ddd99
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 58 deletions.
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

0 comments on commit e7ddd99

Please sign in to comment.