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

Update lsp15-transaction-relayer-api.md #1158

Merged
merged 4 commits into from
Oct 21, 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
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