-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
584 changed files
with
1,241 additions
and
1,212 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 0 additions & 22 deletions
22
...atic/tippy/docs/browser-wallet/browser-wallet-faq.4fde31cd-971c-4426-90af-dae477f63d5c.js
This file was deleted.
Oops, something went wrong.
22 changes: 22 additions & 0 deletions
22
...atic/tippy/docs/browser-wallet/browser-wallet-faq.58f81a7f-5a12-45a7-b9af-473ad3c64883.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
selector_to_html = {"a[href=\"../resources/glossary.html#term-Identity-Provider\"]": "<dt id=\"term-Identity-Provider\">Identity Provider</dt><dd><p>A person or organization that performs off-chain identification of users. Users are required to obtain an identity object from an identity provider in order to open an account on the Concordium Platform.</p></dd>", "a[href=\"../resources/glossary.html#term-Private-keys\"]": "<dt id=\"term-Private-keys\">Private keys</dt><dd><p>A random, secret string that is used in cryptography and cryptocurrency to prove ownership of an account and sign transactions to send, spend, delegate, and stake CCDs. A wallet consists of a set of public addresses and private keys. Anyone can deposit cryptocurrency in a public address, but funds cannot be removed from an address without the corresponding private key.</p></dd>", "a[href=\"../resources/glossary.html#term-Secret-recovery-phrase\"]": "<dt id=\"term-Secret-recovery-phrase\">Secret recovery phrase</dt><dd><p>Also known as a seed phrase, recovery phrase, mnemonic phrase, mnemonic seed, or backup phrase. A group of random words generated by the wallet that allows you to access the CCDs stored in it across devices or in case of non-functioning devices. Secret recovery phrase is supported by Concordium Wallet for Mobile and CryptoX Concordium Wallet.</p></dd>", "a[href=\"../resources/glossary.html#term-CCD\"]": "<dt id=\"term-CCD\">CCD</dt><dd><p>CCD is the currency of the Concordium blockchain. CCD can be used for multiple purposes:</p><p>The smallest subdivision of CCD is the \u00b5CCD (micro CCD), with 1 CCD = 1,000,000 \u00b5CCD. This means that CCD amounts are given with up to six decimal places of precision.</p></dd>"} | ||
skip_classes = ["headerlink", "sd-stretched-link"] | ||
|
||
window.onload = function () { | ||
for (const [select, tip_html] of Object.entries(selector_to_html)) { | ||
const links = document.querySelectorAll(`article.bd-article ${select}`); | ||
for (const link of links) { | ||
if (skip_classes.some(c => link.classList.contains(c))) { | ||
continue; | ||
} | ||
|
||
tippy(link, { | ||
content: tip_html, | ||
allowHTML: true, | ||
arrow: true, | ||
placement: 'auto-start', maxWidth: 500, interactive: false, | ||
|
||
}); | ||
}; | ||
}; | ||
console.log("tippy tips loaded!"); | ||
}; |
File renamed without changes.
22 changes: 0 additions & 22 deletions
22
...ic/tippy/docs/browser-wallet/setup-browser-wallet.c064bd5c-4958-4dfa-9a06-16003842615d.js
This file was deleted.
Oops, something went wrong.
22 changes: 22 additions & 0 deletions
22
...ic/tippy/docs/browser-wallet/setup-browser-wallet.d9bfe466-bf6b-45b7-9861-1369113fb4f9.js
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
22 changes: 22 additions & 0 deletions
22
.../mainnet/_static/tippy/docs/guides/add-delegation.484fe6e2-bc99-4193-8652-e4c5b911841a.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
selector_to_html = {"a[href=\"../resources/glossary.html#term-Staking-pool\"]": "<dt id=\"term-Staking-pool\">Staking pool</dt><dd><p>A validator and delegators that collectively pool their stake to participate in the consensus protocol and earn rewards. The validator runs a validator node on behalf of the staking pool to produce blocks using the collective stake of the pool to determine its lottery power. Rewards are accrued to the pool each time the validator produces a block. Each pay day, the accrued rewards are distributed to the pool\u2019s participants in proportion to their relative stakes in the pool, with the validator (the pool owner) receiving an additional commission from the delegators\u2019 rewards.</p></dd>", "a[href=\"../resources/glossary.html#term-Passive-delegation\"]": "<dt id=\"term-Passive-delegation\">Passive delegation</dt><dd><p>A form of delegation where a delegator\u2019s stake is effectively distributed among all staking pools. It is not associated with a specific validator. Delegators earn lower rewards when delegating to passive delegation than when delegating to a specific staking pool. However, passive delegation is not affected by poor performance of a single validator.</p></dd>"} | ||
skip_classes = ["headerlink", "sd-stretched-link"] | ||
|
||
window.onload = function () { | ||
for (const [select, tip_html] of Object.entries(selector_to_html)) { | ||
const links = document.querySelectorAll(`article.bd-article ${select}`); | ||
for (const link of links) { | ||
if (skip_classes.some(c => link.classList.contains(c))) { | ||
continue; | ||
} | ||
|
||
tippy(link, { | ||
content: tip_html, | ||
allowHTML: true, | ||
arrow: true, | ||
placement: 'auto-start', maxWidth: 500, interactive: false, | ||
|
||
}); | ||
}; | ||
}; | ||
console.log("tippy tips loaded!"); | ||
}; |
22 changes: 0 additions & 22 deletions
22
.../mainnet/_static/tippy/docs/guides/add-delegation.6c05d208-654b-413e-bfd8-f2989c80c27e.js
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
22 changes: 22 additions & 0 deletions
22
.../mainnet/_static/tippy/docs/guides/create-account.9b8f694d-15b7-411f-b1c2-93721f156991.js
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.