Skip to content

Commit

Permalink
start adding source links to wallets/more milestones
Browse files Browse the repository at this point in the history
  • Loading branch information
justinvforvendetta committed Mar 4, 2024
1 parent 031da53 commit ef3d1b9
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 6 deletions.
3 changes: 3 additions & 0 deletions components/Wallets.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ function Wallets() {
</a>
<a href={x.url2} target="_blank" rel="noopener noreferrer">
{x.availableinstructions ? 'Install Instructions' : 'Instructions available soon!'}
</a>
<a href={x.url3} target="_blank" rel="noopener noreferrer">
{x.availablesource ? 'Source Code' : 'Source Code not available'}
</a>
</span>
</div>
Expand Down
25 changes: 19 additions & 6 deletions lists/wallets.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
"os": "iOS",
"url2": "https://vergesupport.altervista.org/knowledge-base/install-and-configure-your-ios-wallet/",
"availableinstructions": true
"availablesource": true,
"url3": "https://github.com/vergecurrency/vios"

},
{
"name": "Android Orbot Wallet",
Expand All @@ -26,7 +29,9 @@
"available": true,
"os": "Android",
"url2": "https://www.youtube.com/watch?v=K26u9_Qg9_E",
"availableinstructions": true
"availableinstructions": true,
"availablesource": true,
"url3": "https://github.com/vergecurrency/tordroid"
},
{
"name": "Paper Wallet",
Expand All @@ -35,8 +40,10 @@
"classWhite": "wallets--icon__paperwallet-white",
"available": true,
"os": "",
"url2": "https://vergecurrency.com/paper-wallet/",
"availableinstructions": true
"url2": "https://github.com/vergecurrency/verge-paperwallet",
"availableinstructions": true,
"availablesource": true,
"url3": "https://github.com/vergecurrency/verge-paperwallet"
},
{
"name": "QT Wallet Windows",
Expand All @@ -46,7 +53,9 @@
"available": true,
"os": "Windows",
"url2": "https://verge.zendesk.com/hc/en-us/articles/360007059592-Verge-Qt-Wallet-Installation-Guide-for-Windows",
"availableinstructions": true
"availableinstructions": true,
"availablesource": true,
"url3": "https://github.com/vergecurrency/verge"
},
{
"name": "QT Wallet macOS",
Expand All @@ -56,7 +65,9 @@
"available": true,
"os": "OS X",
"url2": "https://verge.zendesk.com/hc/en-us/articles/360007364291-Verge-Qt-Wallet-Installation-Guide-for-Mac",
"availableinstructions": true
"availableinstructions": true,
"availablesource": true,
"url3": "https://github.com/vergecurrency/verge"
},
{
"name": "QT Wallet Linux",
Expand All @@ -66,7 +77,9 @@
"available": true,
"os": "Ubuntu",
"url2": "https://github.com/vergecurrency/VERGE/blob/master/doc/build-unix.md",
"availableinstructions": true
"availableinstructions": true,
"availablesource": true,
"url3": "https://github.com/vergecurrency/verge"
},

{
Expand Down
50 changes: 50 additions & 0 deletions pages/CurrentMilestones.js
Original file line number Diff line number Diff line change
Expand Up @@ -1197,6 +1197,56 @@ const mileStones = [
infoLabel: '@VergeCurrency Link (formerly twitter)',
infoUrl: 'https://x.com/vergecurrency/status/1712475788954767649?s=20'
},
{
done: true,
doneDate: '28th October 2023',
title: 'XVGETH Launched!',
description: 'Verge launches new ERC20 token on Ethereum blockchain!',
progress: 100,
progressState: '',
infoLabel: 'Press Release',
infoUrl: 'https://www.einpresswire.com/article/664643750/verge-currency-reaches-new-heights-with-xvg-erc-20-token'
},
{
done: true,
doneDate: '6th November 2023',
title: 'XVGETH Farm launches!',
description: 'Verge Core update 7.2, featuring up to date tor, more seeds, and updated leveldb!',
progress: 100,
progressState: '',
infoLabel: 'Press Release',
infoUrl: 'https://medium.com/vergecurrency/just-launched-the-xvgeth-farm-start-claiming-your-rewards-today-f1f3048f8309'
},
{
done: true,
doneDate: '9th November 2023',
title: 'XVGETH is available in the Binance Web3 wallet',
description: 'Binance Web3 Wallet is a self-custody crypto wallet within the Binance app, and can store XVGETH!',
progress: 100,
progressState: '',
infoLabel: 'Binance Web3 Wallet Download Link',
infoUrl: 'https://www.binance.com/en/web3wallet'
},
{
done: true,
doneDate: '11th November 2023',
title: 'XVGETH is available in the Coinbase Web3 wallet',
description: 'Binance Web3 Wallet is a self-custody crypto wallet within the Binance app, and can store XVGETH!',
progress: 100,
progressState: '',
infoLabel: 'Coinbase link to download web3 wallet',
infoUrl: 'https://www.coinbase.com/wallet/downloads'
},

done: true,
doneDate: '14th November 2023',
title: 'XVGETH whitepaper release!',
description: 'Unlocking Synergies: Expanding the Verge Ecosystem thru the creation of an ERC-20 token on the Ethereum blockchain',
progress: 100,
progressState: '',
infoLabel: '@Vergecurrency Github link',
infoUrl: 'https://github.com/vergecurrency/erc20/blob/54265194a5df654ba80a3f695e6f43dad7cf4153/XVGETH_Whitepaper_v1.pdf'
},
// {
// done: true or false,
// doneDate: 'Relevant Date',
Expand Down

0 comments on commit ef3d1b9

Please sign in to comment.