Skip to content

Commit

Permalink
Merge pull request #725 from lukso-network/removeDisclaimer2
Browse files Browse the repository at this point in the history
Remove disclaimers for create and deploy UP
  • Loading branch information
Hugoo authored Nov 15, 2023
2 parents 47b2c1d + 7c9a75f commit f2a13fc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
6 changes: 0 additions & 6 deletions docs/learn/expert-guides/universal-profile/create-profile.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@ sidebar_position: 1

![Universal Profile example on wallet.universalprofile.cloud](/img/universal-profile/profile.png)

:::caution Disclaimer

This guide uses an old `@lukso/[email protected]` version and will be updated soon.

:::

:::tip

If you want to run the code as standalone JavaScript files within the terminal or the browser, you can open the [`lukso-playground`](https://github.com/lukso-network/lukso-playground) repository or use the correlated [StackBlitz](https://stackblitz.com/github/lukso-network/lukso-playground) page.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,6 @@ sidebar_position: 2

# Deploy Your Universal Profile

:::caution Disclaimer

This guide might contain outdated information and will be updated soon.

:::

### Deploy your Universal Profile

After you craeted your [Universal Profile (UP)](./create-profile.md), you can deploy your UP by calling `lspFactory.UniversalProfile.deploy(...)`. This method will deploy and set up the three main contracts shown in the [architecture diagram above](#contracts-overview).

The `deploy` function takes an object as an argument that contains two elements:
Expand Down

0 comments on commit f2a13fc

Please sign in to comment.