Skip to content

Commit

Permalink
integrate buildUP #2 videos into docs
Browse files Browse the repository at this point in the history
  • Loading branch information
biancabuzea200 committed Nov 7, 2023
1 parent d4a0b2b commit 687ba4d
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -314,3 +314,7 @@ If there is an extension for the function selector being called, it calls the ex
[`LSP10Constants.sol`]: https://github.com/lukso-network/lsp-smart-contracts/tree/main/contracts/LSP10ReceivedVaults/LSP10Constants.sol

<!-- prettier-ignore-end -->

### Additional Resources

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

0 comments on commit 687ba4d

Please sign in to comment.