Skip to content

Commit

Permalink
add tip box
Browse files Browse the repository at this point in the history
  • Loading branch information
biancabuzea200 committed Oct 18, 2023
1 parent 51bae35 commit 1a34e36
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/learn/dapp-developer/siwe.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ const accounts = await web3.eth.getAccounts();
## 2. Sign the message

Once you have access to the Universal Profile address, you can request a signature. The UP Browser Extension will sign the message with the controller key used by the extension (a smart contract can't sign).
:::tip
If you need further explanation on the `SiWeMessage` properties, please have a look at the [EIP-4361](https://eips.ethereum.org/EIPS/eip-4361) specification.
:::

```js
import UniversalProfileContract from '@lukso/lsp-smart-contracts/artifacts/UniversalProfile.json';
Expand Down

0 comments on commit 1a34e36

Please sign in to comment.