mirror of
https://github.com/aljazceru/ark.git
synced 2025-12-18 04:34:19 +01:00
enabled blog (#63)
This commit is contained in:
@@ -20,7 +20,7 @@ Alice wants to leave the Ark and get her funds back on-chain. It requires an on-
|
||||
- signs it and send it to the ASP
|
||||
4. ASP broadcasts [Pool transaction](#pool-transaction-aka-ark-transaction)
|
||||
5. Alice has now a new UTXO
|
||||
6. For at most 4 weeks, Alice will be able to double spend her’s [VTXO](#vtxo), but if she does it, the ASP will have time (24 hours) to grab the funds from the [VTXO](#vtxo) to itself using the [Forfeit transaction](#forfeit-transaction-)
|
||||
6. For at most 4 weeks, Alice will be able to double spend her [VTXO](#vtxo), but if she does it, the ASP will have time (24 hours) to grab the funds from the [VTXO](#vtxo) to itself using the [Forfeit transaction](#forfeit-transaction-)
|
||||
|
||||
|
||||
### Non-cooperative exit
|
||||
|
||||
@@ -22,4 +22,4 @@ Alice wants to send funds to Bob inside the Ark.
|
||||
- signs (SIGHASH_ALL) and sends it to the ASP
|
||||
4. ASP broadcasts [Pool transaction](./nomenclature#pool-transaction-aka-ark-transaction)
|
||||
5. Bob has now a new [VTXO](./nomenclature#vtxo-1)
|
||||
6. For at most 4 weeks, Alice will be able to double spend her’s [VTXO](./nomenclature#vtxo-1), but if she does it, the ASP will have time to grab the funds from the [VTXO](./nomenclature#vtxo-1) to itself using the [Forfeit transaction](./nomenclature#forfeit-transaction)
|
||||
6. For at most 4 weeks, Alice will be able to double spend her [VTXO](./nomenclature#vtxo-1), but if she does it, the ASP will have time to grab the funds from the [VTXO](./nomenclature#vtxo-1) to itself using the [Forfeit transaction](./nomenclature#forfeit-transaction)
|
||||
|
||||
@@ -36,15 +36,14 @@ const config = {
|
||||
'**/user/noah-cli.md'
|
||||
]
|
||||
},
|
||||
blog: false,
|
||||
/* blog: {
|
||||
blog: {
|
||||
showReadingTime: true,
|
||||
editUrl:
|
||||
'https://github.com/ark-network/ark/edit/master/website/blog',
|
||||
|
||||
blogTitle: 'Blog',
|
||||
blogDescription: 'Posts about Ark development',
|
||||
}, */
|
||||
},
|
||||
}),
|
||||
],
|
||||
],
|
||||
@@ -68,7 +67,7 @@ const config = {
|
||||
position: 'left',
|
||||
label: 'Docs',
|
||||
},
|
||||
/*{ to: '/blog', label: 'Blog', position: 'left' },*/
|
||||
{ to: '/blog', label: 'Blog', position: 'left' },
|
||||
{
|
||||
href: 'https://github.com/ark-network',
|
||||
label: 'GitHub',
|
||||
@@ -133,7 +132,7 @@ const config = {
|
||||
},
|
||||
],
|
||||
},
|
||||
/* {
|
||||
{
|
||||
title: 'MORE',
|
||||
items: [
|
||||
{
|
||||
@@ -141,7 +140,7 @@ const config = {
|
||||
to: '/blog',
|
||||
},
|
||||
],
|
||||
}, */
|
||||
},
|
||||
],
|
||||
},
|
||||
colorMode: {
|
||||
|
||||
Reference in New Issue
Block a user