Skip to content

Commit

Permalink
Merge pull request #714 from lukso-network/addVideos
Browse files Browse the repository at this point in the history
integrate buildUP #2 videos into docs
  • Loading branch information
frozeman authored Nov 7, 2023
2 parents d4a0b2b + d878934 commit 8f33440
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,10 @@ If there is an extension for the function selector being called, it calls the ex

<br/>

### Additional Resources

- [🎥 BuildUP #2 | Adding Functionalities to Universal Profiles using LSP17 - Contract Extension (YouTube)](https://www.youtube.com/watch?v=0KxkLZHFa0E)

<!-- GLOBAL LINKS -->

<!-- prettier-ignore-start -->
Expand Down Expand Up @@ -313,4 +317,4 @@ If there is an extension for the function selector being called, it calls the ex
[`LSP10Utils.sol`]: https://github.com/lukso-network/lsp-smart-contracts/tree/main/contracts/LSP10ReceivedVaults/LSP10Utils.sol
[`LSP10Constants.sol`]: https://github.com/lukso-network/lsp-smart-contracts/tree/main/contracts/LSP10ReceivedVaults/LSP10Constants.sol

<!-- prettier-ignore-end -->
<!-- prettier-ignore-end -->
Original file line number Diff line number Diff line change
Expand Up @@ -278,3 +278,7 @@ Reverts when EOA calls the [`universalReceiver(..)`](#universalreceiver) functio
| `caller` | `address` | The address of the EOA |

<br/>

### Additional Resources

- [🎥 BuildUP #2 | Adding Reactivity to Universal Profiles using LSP1 - Universal Receiver (YouTube)](https://www.youtube.com/watch?v=aE00rHVAWbw)
4 changes: 4 additions & 0 deletions docs/learn/dapp-developer/siwe.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,3 +129,7 @@ if (isValidSignature === '0x1626ba7e') {
console.log('Log In failed');
}
```

### Additional Resources

- [🎥 BuildUP #2 | Web3 Auth: Using Universal Profile and SIWE for Login (YouTube)](https://www.youtube.com/watch?v=lY18lBu3_XA)
4 changes: 4 additions & 0 deletions docs/learn/expert-guides/universal-profile/create-profile.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,3 +198,7 @@ const lspFactory = new LSPFactory('https://rpc.testnet.lukso.network', {
chainId: 4201,
});
```

### Additional Resources

- [🎥 BuildUP #2 | Create a Universal Profile Programmatically and Read Profile Data (YouTube)](https://www.youtube.com/watch?v=K3y-wLEbyFw)
4 changes: 4 additions & 0 deletions docs/standards/rpc-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,3 +245,7 @@ To perform the deployment of a Universal Profile, the dApp needs the salt and th
| `salt` | string |
| `controllerAddress` | string |
| `upAddress` | upAddress |

### Additional Resources

- [🎥 BuildUP #2 | Introduction to the Transaction Relay Service (YouTube)](https://www.youtube.com/watch?v=cpoczP3Y7Hk)

0 comments on commit 8f33440

Please sign in to comment.