Skip to content

Commit

Permalink
Merge pull request #1158 from lukso-network/frozeman-patch-1
Browse files Browse the repository at this point in the history
Update lsp15-transaction-relayer-api.md
  • Loading branch information
CJ42 authored Oct 21, 2024
2 parents 131961a + 7cf6a21 commit 468cadb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/learn/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ The table below highlights the features of the LSPs and their benefits:

| | Gnosis SAFE | Base Smart Contract Account | EIP 6900 Modular Smart Contract account | Universal Profiles |
| ------------------------------ | -------------------------- | --------------------------- | --------------------------------------- | --------------------------------------------------------------------------------------------------- |
| Profile like information |||| ✅ Through [LSP3](../standards/metadata/lsp3-profile-metadata) |
| Profile like information |||| ✅ Through [LSP3](../standards/metadata/lsp3-profile-metadata) |
| Generic Information Storage |||| ✅ Through [ERC725Y](../standards/accounts/lsp0-erc725account.md#erc725y---generic-key-value-store) |
| Notifications and Reactability |||| ✅ Through [LSP1](../standards/accounts/lsp1-universal-receiver.md) |
| Permission System |||| ✅ Through [LSP6](../standards/access-control/lsp6-key-manager.md) |
Expand Down
6 changes: 1 addition & 5 deletions docs/standards/accounts/lsp15-transaction-relayer-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,13 @@ import TabItem from '@theme/TabItem';
<iframe width="560" height="315" src="https://www.youtube.com/embed/cpoczP3Y7Hk?si=iiYiBDaMG0vn9i_r" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>





:::success Relayer API

Want to easily deploy a Universal Profile using our Developer Relayer API? See the [**Relayer Developer Access**](../../tools/services/relayer-developer.md) page.

:::

This standard is the off-chain API that any transaction relay service can implement to be compatible with the Universal Profile controller apps. See [the `up_addTransactionRelayer` RPC endpoint](https://docs.lukso.tech/tools/services/rpc-api#up_addTransactionRelayer) for more.
This standard is the off-chain API that any transaction relay service can implement to be compatible with the [Universal Profile controller apps](/install-up-browser-extension). See [the `up_addTransactionRelayer` RPC endpoint](../../tools/services/rpc-api#up_addTransactionRelayer) for more.

To learn how to sign a transaction relay message see [LSP25 Execute Relay Call](./lsp25-execute-relay-call.md).

Expand Down

0 comments on commit 468cadb

Please sign in to comment.