Skip to content

Commit

Permalink
Merge branch 'main' into ci/spell-check
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugoo authored Jul 11, 2023
2 parents 90214a0 + b6d2776 commit 9a4accb
Show file tree
Hide file tree
Showing 50 changed files with 10,032 additions and 1,579 deletions.
748 changes: 748 additions & 0 deletions docs/contracts/contracts/ERC725/ERC725.md

Large diffs are not rendered by default.

519 changes: 519 additions & 0 deletions docs/contracts/contracts/LSP14Ownable2Step/LSP14Ownable2Step.md

Large diffs are not rendered by default.

986 changes: 986 additions & 0 deletions docs/contracts/contracts/LSP6KeyManager/LSP6KeyManager.md

Large diffs are not rendered by default.

1,057 changes: 1,057 additions & 0 deletions docs/contracts/contracts/LSP7DigitalAsset/extensions/LSP7Burnable.md

Large diffs are not rendered by default.

1,095 changes: 1,095 additions & 0 deletions docs/contracts/contracts/LSP7DigitalAsset/extensions/LSP7CappedSupply.md

Large diffs are not rendered by default.

1,241 changes: 1,241 additions & 0 deletions docs/contracts/contracts/LSP7DigitalAsset/extensions/LSP7CompatibleERC20.md

Large diffs are not rendered by default.

Large diffs are not rendered by default.

1,092 changes: 1,092 additions & 0 deletions docs/contracts/contracts/LSP7DigitalAsset/presets/LSP7Mintable.md

Large diffs are not rendered by default.

1,276 changes: 1,276 additions & 0 deletions docs/contracts/contracts/LSP9Vault/LSP9Vault.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/contracts/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ The **Universal Profile** contracts allow a better representation of the identit

- **[LSP0ERC725Account](../standards/smart-contracts/lsp0-erc725-account.md)**: a contract that can be used as an account and represents an **identity on-chain**.
- **[LSP1UniversalReceiverDelegateUP](./contracts/LSP1UniversalReceiver/LSP1UniversalReceiverDelegateUP/LSP1UniversalReceiverDelegateUP.md)**: a contract that allows the account to react to the calls that it receives (Normal transaction, Token transfer, Vaults transfer, etc.).
- **[LSP6KeyManager](../standards/smart-contracts/lsp6-key-manager.md)**: a contract that allows **multi-control** over the account using different permissions.
- **[LSP6KeyManager](../contracts/contracts/LSP6KeyManager/LSP6KeyManager.md)**: a contract that allows **multi-control** over the account using different permissions.
- **LSP11BasicSocialRecovery**

### Digital Assets
Expand All @@ -80,7 +80,7 @@ The **Digital Asset (Token and NFT 2.0)** contracts are the newest advanced vers

These contracts are not just related to one specific section and could be used with the **Universal Profile**, **Digital Asset**, and **NFT 2.0** contracts.

- **[LSP9Vault](../standards/smart-contracts/lsp9-vault.md)**: a contract representing a **Vault** able to execute and hold assets could be owned by an LSP0ERC725Account contract.
- **[LSP9Vault](../contracts/contracts/LSP9Vault/LSP9Vault.md)**: a contract representing a **Vault** able to execute and hold assets could be owned by an LSP0ERC725Account contract.
- **[LSP1UniversalReceiverDelegateVault](./contracts/LSP1UniversalReceiver/LSP1UniversalReceiverDelegateVault/LSP1UniversalReceiverDelegateVault.md)**: a contract that allows the vault to react to the calls it receives (Normal transaction, Token transfer, etc.).
- **LSP14Ownable2Step**
- **LSP17ContractExtension**
Expand Down
34 changes: 30 additions & 4 deletions docs/faq/help.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,37 @@
---
title: Help
description: Help on Frequently Asked Questions
sidebar_label: 'Help Center'
sidebar_position: 5
---

# Help
# Help Center

## How to stay up to date about LUKSO?

You can follow LUKSO on [Twitter](https://twitter.com/lukso_io), read the latest article on [Medium](https://medium.com/lukso) articles, and follow the announcements on the LUKSO [Discord](https://discord.gg/lukso) server.

## Where can I read the LUKSO Whitepaper?

Here is the link to read and download the [Official LUKSO Whitepaper](https://uploads-ssl.webflow.com/629f44560745074760731ba4/62b200bfe0af12186845519a_LUKSO_Whitepaper_V1-1.pdf).

## My question is not here. Where can I ask it?

If you can't find an answer to your question, you can head to our [Discord](https://discord.gg/lukso) server. We have development-related channels where you can ask technical questions. We will add the most asked question to this list.
If you can't find an answer to your question, you can head to our [Discord](https://discord.gg/lukso) server. We have various open channels where you can ask technical questions:

- `validators`: Node and Network related questions
- `dev-chat`: Questions about tools, backend, and dApps
- `standards`: Questsions about LSPs and their integration
- `documentation`: Improvement proposals for our technical guides

In addition, the most frequently asked questions will be added to this list.

## Where can I report regular issues for repositories and tools?

You can open an issue on any open code repository of the [LUKSO Network's GitHub](https://github.com/lukso-network) page. We are also preparing workflows to handle global issues and improvement proposals. In case you want to give feedback to private source code, like our Universal Profile Extension, please create an issue on our global [GitHub Issue Tracker](https://github.com/lukso-network/issue-tracker).

## Where can security issues be reported to?

Suppose it's a vulnerability or something that should not be shared with the public, please reach out to official team members within our developer channel on [Discord](https://discord.gg/lukso). You can send a friend request in order to exchange more detailed information. We are also preparing a workflow to handle investigations and bug bounties in a unified format.

## Does LUKSO have grants or bug bounties?

We're happy to compensate if there are severe findings and vulnerabilities discovered. The compensation will depend on the scope of the error or bug. We do not share precise bounty amounts beforehand because of the wide range of possible discoveries.
43 changes: 0 additions & 43 deletions docs/faq/lukso-standard-proposal.md

This file was deleted.

75 changes: 0 additions & 75 deletions docs/faq/lukso.md

This file was deleted.

3 changes: 3 additions & 0 deletions docs/faq/lukso/_category_.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
label: '🆙 LUKSO'
collapsed: false
position: 1
Loading

0 comments on commit 9a4accb

Please sign in to comment.