Coin templates #6
5
Gemfile
Normal file
5
Gemfile
Normal file
@ -0,0 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
source "https://rubygems.org"
|
||||
|
||||
# gem "rails"
|
12
Gemfile.lock
Normal file
12
Gemfile.lock
Normal file
@ -0,0 +1,12 @@
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
|
||||
PLATFORMS
|
||||
ruby
|
||||
x86_64-linux
|
||||
|
||||
DEPENDENCIES
|
||||
|
||||
BUNDLED WITH
|
||||
2.4.5
|
430
css/style.css
430
css/style.css
File diff suppressed because it is too large
Load Diff
1
img/coin-logos/particl.svg
Normal file
1
img/coin-logos/particl.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg id="Particl_-_logo_white_text" data-name="Particl - logo white text" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 228.62 228.33"><title>particl-part-logo</title><path d="M227.64,47.53a57.36,57.36,0,0,0-20.55-34.84A56.67,56.67,0,0,0,171.31,0Q113.76,0,56.16,0c-20,.23-39,11.82-48.7,29.24C2,38.62,0,49.13,0,59.85q0,52.43,0,104.88c-.07,8.13.29,15.94,2.83,23.74A58,58,0,0,0,42,226.26c-5.51-4.39-7.95-10.5-9.74-17.11-3.71-14.5-4-29.56-3.4-44.42-.06-35,0-69.93,0-104.88.05-6,.5-11.67,3.58-17a27.31,27.31,0,0,1,23.79-14q54.71,0,109.45,0c5.51,0,10.52-.4,15.78,1.59A27.2,27.2,0,0,1,199,50.14c1.08,5.29.79,11.16.81,16.55v102.6c0,5-.56,10-2.73,14.57-4.47,9.35-14.14,15.84-24.61,15.65-28.87,0-57.77,0-86.63,0-.06-9.41,0-18.82,0-28.24q35.36,0,70.69,0c5.07.28,10.91-2.29,13.24-7a15.68,15.68,0,0,0,1.6-7.58q0-42.78,0-85.53a13.21,13.21,0,0,0-7-12.5c-3.9-2.26-8.07-1.68-12.42-1.76-27,.07-54,0-80.94.05A13.87,13.87,0,0,0,57.08,71.24c-.11,41,0,82.15,0,123.14.21,8.14-.05,15.85,4.67,22.9,3.58,5.82,9.63,8.78,16.14,10.07,7.7,1.24,15.06.94,22.79,1q35.36,0,70.68,0A57.17,57.17,0,0,0,204.07,218c10.32-7.61,18.32-18.09,22-30.45,2.54-8.36,2.5-16.48,2.54-25.11q0-49,0-98A114.68,114.68,0,0,0,227.64,47.53Zm-85.28,95H85.83V85.77h56.53Z" style="fill:#45d492"/></svg>
|
After Width: | Height: | Size: 1.2 KiB |
588
index.html
588
index.html
@ -3,187 +3,417 @@ layout: base
|
||||
title: titles.home
|
||||
permalink: /index.html
|
||||
---
|
||||
<section id="intro">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="intro-info col">
|
||||
<h1>Stack Wallet</h1>
|
||||
<p>The first open-source, non-custodial, privacy-preserving cryptocurrency wallet for all crypto fans</p>
|
||||
<div class="row download-btn">
|
||||
<a href="https://apps.apple.com/us/app/stack-wallet-by-cypher-stack/id1634811534"><svg class="download-badge download-ios" role="img" alt="" aria-label="" rel="noopener"></svg></a>
|
||||
<a href="https://play.google.com/store/apps/details?id=com.cypherstack.stackwallet"><svg class="download-badge download-playstore" role="img" alt="" aria-label="" rel="noopener"></svg></a>
|
||||
<a href="https://github.com/cypherstack/stack_wallet/releases/latest"><svg class="download-badge download-android" role="img" alt="" aria-label="" rel="noopener"></svg></a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="intro-img col">
|
||||
<img src="/img/hero image.png"/>
|
||||
</div>
|
||||
|
||||
<section id="intro">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="intro-info col">
|
||||
<h1>Stack Wallet</h1>
|
||||
<p>
|
||||
The first open-source, non-custodial, privacy-preserving
|
||||
cryptocurrency wallet for all crypto fans
|
||||
</p>
|
||||
<div class="row download-btn">
|
||||
<a
|
||||
href="https://apps.apple.com/us/app/stack-wallet-by-cypher-stack/id1634811534"
|
||||
><svg
|
||||
class="download-badge download-ios"
|
||||
role="img"
|
||||
alt=""
|
||||
aria-label=""
|
||||
rel="noopener"
|
||||
></svg
|
||||
></a>
|
||||
<a
|
||||
href="https://play.google.com/store/apps/details?id=com.cypherstack.stackwallet"
|
||||
><svg
|
||||
class="download-badge download-playstore"
|
||||
role="img"
|
||||
alt=""
|
||||
aria-label=""
|
||||
rel="noopener"
|
||||
></svg
|
||||
></a>
|
||||
<a href="https://github.com/cypherstack/stack_wallet/releases/latest"
|
||||
><svg
|
||||
class="download-badge download-android"
|
||||
role="img"
|
||||
alt=""
|
||||
aria-label=""
|
||||
rel="noopener"
|
||||
></svg
|
||||
></a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="intro-img col">
|
||||
<img src="/img/hero image.png" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section id="features" class="section">
|
||||
<div class="container" id="intro-info">
|
||||
<div class="row open">
|
||||
<div class="col col-img">
|
||||
<img src="/img/open-source-img.svg" alt="Blockchain illustration" />
|
||||
</div>
|
||||
<div class="col col-info">
|
||||
<h3>Stack Wallet is <span>open-source</span></h3>
|
||||
<p>
|
||||
The best and most secure applications are made together. Reap the
|
||||
benefits of security, power, and stability that only a fully
|
||||
open-source codebase can offer. Not partially open. Not mostly open.
|
||||
<span>Completely open.</span>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row noncust">
|
||||
<div class="col col-info">
|
||||
<h3>Stack Wallet is <span>non-custodial</span></h3>
|
||||
<p>
|
||||
Stack Wallet keeps all private keys in your hands. That means, we
|
||||
never touch your money. We just make the "piggybank", and
|
||||
<span>you control all of the money inside it.</span>
|
||||
</p>
|
||||
</div>
|
||||
<div class="col col-img">
|
||||
<img src="/img/non-custodial-img.svg" alt="Blockchain illustration" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row privacy">
|
||||
<div class="col col-img">
|
||||
<img src="/img/privacy-img.svg" alt="Blockchain illustration" />
|
||||
</div>
|
||||
<div class="col col-info">
|
||||
<h3>Stack Wallet is <span>privacy-preserving</span></h3>
|
||||
<p>
|
||||
All privacy technologies implemented in the cryptocurrencies we
|
||||
support are turned on by default. Keep your funds safe from prying
|
||||
eyes.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section id="feature" class="section features2">
|
||||
<div class="container">
|
||||
<div class="row between-xs feature-cards">
|
||||
<div class="card col">
|
||||
<img
|
||||
class="feature-icon"
|
||||
src="/img/features/easy-transactions-icon.svg"
|
||||
/>
|
||||
<h3>Multicurrency support</h3>
|
||||
<p>
|
||||
Send, receive, and store Monero, Bitcoin, Bitcoin Cash, Firo, Epic
|
||||
Cash, Namecoin, Wownero, Litecoin, and Dogecoin.
|
||||
</p>
|
||||
</div>
|
||||
<div class="card col">
|
||||
<img class="feature-icon" src="/img/features/exchange-icon.svg" />
|
||||
<h3>Built-in exchange</h3>
|
||||
<p>
|
||||
We’ve partnered with some of the best in the ecosystem to exchange
|
||||
your crypto in a quick, secure, and easy manner. Even for cryptos not
|
||||
on Stack Wallet!
|
||||
</p>
|
||||
</div>
|
||||
<div class="card col">
|
||||
<img class="feature-icon" src="/img/features/backup-icon.svg" />
|
||||
<h3>Custom backup</h3>
|
||||
<p>
|
||||
Back up your Stack Wallet data to easily restore it or transfer
|
||||
between devices (protected by a custom-designed secure technology).
|
||||
</p>
|
||||
</div>
|
||||
<div class="card col">
|
||||
<img class="feature-icon" src="/img/features/address-book-icon.svg" />
|
||||
<h3>Multiwallet address book</h3>
|
||||
<p>
|
||||
Create multiple cryptocurrency addresses for your contacts and easily
|
||||
access them for a quick and painless transaction.
|
||||
</p>
|
||||
</div>
|
||||
<div class="card col">
|
||||
<img
|
||||
class="feature-icon"
|
||||
src="/img/features/favorite-wallets-cion.svg"
|
||||
/>
|
||||
<h3>Favorite wallets</h3>
|
||||
<p>
|
||||
With many wallets in one Stack, you surely will have some that you use
|
||||
most. Give them the attention they deserve with our Favorites feature
|
||||
(toggle it on or off).
|
||||
</p>
|
||||
</div>
|
||||
<div class="card col">
|
||||
<img class="feature-icon" src="/img/features/user-friendly-icon.svg" />
|
||||
<h3>User-friendly</h3>
|
||||
<p>
|
||||
The days of cryptocurrency and open source being difficult to use are
|
||||
a thing of the past. Use crypto like a pro with our meticulously
|
||||
designed interface that makes everything simple.
|
||||
</p>
|
||||
</div>
|
||||
<div class="card-long col">
|
||||
<img class="feature-icon" src="/img/features/more-icon.svg" />
|
||||
<h3>and more...</h3>
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<p>
|
||||
Auto connect to our nodes for a seamless experience, or choose
|
||||
your own!
|
||||
</p>
|
||||
</div>
|
||||
<div class="col">
|
||||
<p>
|
||||
Smart sync: Sync to the blockchain when is convenient for you.
|
||||
Minimize wait times before using your coins.
|
||||
</p>
|
||||
</div>
|
||||
<div class="col">
|
||||
<p>
|
||||
Custom made backup capabilities mean you can safely and securely
|
||||
restore ALL of yours wallets in two easy steps.
|
||||
</p>
|
||||
</div>
|
||||
<div class="col">
|
||||
<p>
|
||||
Save multiple cryptocurrency addresses under one contact and
|
||||
assign an emoji
|
||||
</p>
|
||||
</div>
|
||||
<div class="col">
|
||||
<p>
|
||||
Testnet support: Most coins we support come with their testnet
|
||||
alternatives also. Simply enter advanced mode.
|
||||
</p>
|
||||
</div>
|
||||
<div class="col">
|
||||
<p>
|
||||
SegWit support: Bitcoin uses SegWit technology automatically,
|
||||
saving you on fees.
|
||||
</p>
|
||||
</div>
|
||||
<div class="col">
|
||||
<p>
|
||||
Post Technology: Mimblewimble coins utilize Post technology,
|
||||
turning the painful sending and receiving process into a simple,
|
||||
one-and-done affair.
|
||||
</p>
|
||||
</div>
|
||||
<div class="col">
|
||||
<p>and many more to come!</p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section id="features" class="section">
|
||||
<div class="container" id="intro-info">
|
||||
<div class="row open">
|
||||
<div class="col col-img">
|
||||
<img src="/img/open-source-img.svg" alt="Blockchain illustration"/>
|
||||
</div>
|
||||
<div class="col col-info">
|
||||
<h3>Stack Wallet is <span>open-source</span></h3>
|
||||
<p>The best and most secure applications are made together. Reap the benefits of security, power, and stability that only a fully open-source codebase can offer. Not partially open. Not mostly open. <span>Completely open.</span></p>
|
||||
</div>
|
||||
</div>
|
||||
<section id="coins" class="section">
|
||||
<div class="container">
|
||||
<div class="coins row">
|
||||
<div class="coin_item">
|
||||
<img class="coin_icon" src="/img/coin-logos/bitcoin.svg" />
|
||||
<p class="coin_name">Bitcoin (BTC)</p>
|
||||
</div>
|
||||
<div class="coin_item">
|
||||
<img class="coin_icon" src="/img/coin-logos/bitcoin-cash.svg" />
|
||||
<p class="coin_name">Bitcoin cash (BTH)</p>
|
||||
</div>
|
||||
<div class="coin_item">
|
||||
<img class="coin_icon" src="/img/coin-logos/litecoin.svg" />
|
||||
<p class="coin_name">Litecoin (LTC)</p>
|
||||
</div>
|
||||
<div class="coin_item">
|
||||
<img class="coin_icon" src="/img/coin-logos/doge.svg" />
|
||||
<p class="coin_name">Dogecoin (DOGE)</p>
|
||||
</div>
|
||||
<div class="coin_item">
|
||||
<img class="coin_icon" src="/img/coin-logos/monero.svg" />
|
||||
<p class="coin_name">Monero (XMR)</p>
|
||||
</div>
|
||||
<div class="coin_item">
|
||||
<img class="coin_icon" src="/img/coin-logos/epic.svg" />
|
||||
<p class="coin_name">Epic Cash (EPIC)</p>
|
||||
</div>
|
||||
<div class="coin_item">
|
||||
<img class="coin_icon" src="/img/coin-logos/firo.svg" />
|
||||
<p class="coin_name">Firo (FIRO)</p>
|
||||
</div>
|
||||
<div class="coin_item">
|
||||
<img class="coin_icon" src="/img/coin-logos/wownero.svg" />
|
||||
<p class="coin_name">Wownero (WOW)</p>
|
||||
</div>
|
||||
<div class="coin_item">
|
||||
<img class="coin_icon" src="/img/coin-logos/namecoin.svg" />
|
||||
<p class="coin_name">Namecoin (NMC)</p>
|
||||
</div>
|
||||
<div class="coin_item">
|
||||
<img class="coin_icon" src="/img/coin-logos/particl.svg" />
|
||||
<p class="coin_name">Particl (PART)</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<div class="row noncust">
|
||||
<div class="col col-info">
|
||||
<h3>Stack Wallet is <span>non-custodial</span></h3>
|
||||
<p>Stack Wallet keeps all private keys in your hands. That means, we never touch your money. We just make the "piggybank", and <span>you control all of the money inside it.</span></p>
|
||||
</div>
|
||||
<div class="col col-img">
|
||||
<img src="/img/non-custodial-img.svg" alt="Blockchain illustration"/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row privacy">
|
||||
<div class="col col-img">
|
||||
<img src="/img/privacy-img.svg" alt="Blockchain illustration"/>
|
||||
</div>
|
||||
<div class="col col-info">
|
||||
<h3>Stack Wallet is <span>privacy-preserving</span></h3>
|
||||
<p>All privacy technologies implemented in the cryptocurrencies we support are turned on by default. Keep your funds safe from prying eyes.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section id="feature" class="section features2">
|
||||
<div class="container">
|
||||
<div class="row between-xs feature-cards">
|
||||
<div class="card col">
|
||||
<img class="feature-icon" src="/img/features/easy-transactions-icon.svg">
|
||||
<h3>Multicurrency support</h3>
|
||||
<p>Send, receive, and store Monero, Bitcoin, Bitcoin Cash, Firo, Epic Cash, Namecoin, Wownero, Litecoin, and Dogecoin.</p>
|
||||
</div>
|
||||
<div class="card col">
|
||||
<img class="feature-icon" src="/img/features/exchange-icon.svg">
|
||||
<h3>Built-in exchange</h3>
|
||||
<p>We’ve partnered with some of the best in the ecosystem to exchange your crypto in a quick, secure, and easy manner. Even for cryptos not on
|
||||
Stack Wallet!</p>
|
||||
</div>
|
||||
<div class="card col">
|
||||
<img class="feature-icon" src="/img/features/backup-icon.svg">
|
||||
<h3>Custom backup</h3>
|
||||
<p>Back up your Stack Wallet data to easily restore it or transfer between devices (protected by a custom-designed secure technology).</p>
|
||||
</div>
|
||||
<div class="card col">
|
||||
<img class="feature-icon" src="/img/features/address-book-icon.svg">
|
||||
<h3>Multiwallet address book</h3>
|
||||
<p>Create multiple cryptocurrency addresses for your contacts and easily access them for a quick and painless transaction.</p>
|
||||
</div>
|
||||
<div class="card col">
|
||||
<img class="feature-icon" src="/img/features/favorite-wallets-cion.svg">
|
||||
<h3>Favorite wallets</h3>
|
||||
<p>With many wallets in one Stack, you surely will have some that you use most. Give them the attention they deserve with our Favorites feature (toggle it on or off).</p>
|
||||
</div>
|
||||
<div class="card col">
|
||||
<img class="feature-icon" src="/img/features/user-friendly-icon.svg">
|
||||
<h3>User-friendly</h3>
|
||||
<p>The days of cryptocurrency and open source being difficult to use are a thing of the past. Use crypto like a pro with our meticulously designed interface that makes everything simple.</p>
|
||||
</div>
|
||||
<div class="card-long col">
|
||||
<img class="feature-icon" src="/img/features/more-icon.svg">
|
||||
<h3>and more...</h3>
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<p>Auto connect to our nodes for a seamless experience, or choose your own!</p>
|
||||
</div>
|
||||
<div class="col">
|
||||
<p>Smart sync: Sync to the blockchain when is convenient for you. Minimize wait times before using your coins.</p>
|
||||
</div>
|
||||
<div class="col">
|
||||
<p>Custom made backup capabilities mean you can safely and securely restore ALL of yours wallets in two easy steps.</p>
|
||||
</div>
|
||||
<div class="col">
|
||||
<p>Save multiple cryptocurrency addresses under one contact and assign an emoji</p>
|
||||
</div>
|
||||
<div class="col">
|
||||
<p>Testnet support: Most coins we support come with their testnet alternatives also. Simply enter advanced mode.</p>
|
||||
</div>
|
||||
<div class="col">
|
||||
<p>SegWit support: Bitcoin uses SegWit technology automatically, saving you on fees.</p>
|
||||
</div>
|
||||
<div class="col">
|
||||
<p>Post Technology: Mimblewimble coins utilize Post technology, turning the painful sending and receiving process into a simple, one-and-done affair.</p>
|
||||
</div>
|
||||
<div class="col">
|
||||
<p>and many more to come!</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<section id="support" class="section">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col accordion">
|
||||
<label class="accordion__item">
|
||||
<input type="checkbox" name="accordion" />
|
||||
<div class="accordion__title">
|
||||
What is a recovery key/phrase/seed?
|
||||
</div>
|
||||
<div class="accordion__content">
|
||||
These terms, used interchangeably here and in most places, all refer
|
||||
to the string of words provided to you when you first set up a new
|
||||
crypto wallet. This is how you recover and restore your wallet in
|
||||
case of loss or catastrophe. WRITE IT DOWN!
|
||||
</div>
|
||||
</label>
|
||||
<label class="accordion__item">
|
||||
<input type="checkbox" name="accordion" />
|
||||
<div class="accordion__title">How does Stack Wallet make money?</div>
|
||||
<div class="accordion__content">
|
||||
Stack Wallet charges a tiny fee alongside our third-party exchange
|
||||
providers to utilize the built-in exchange. But for standard sending
|
||||
and receiving of any cryptocurrency, all fees go to the blockchain
|
||||
miners. We do NOT make money by selling user data (not like we
|
||||
collect much anyways, see our Privacy Policy), nor by utilizing ads.
|
||||
</div>
|
||||
</label>
|
||||
<label class="accordion__item">
|
||||
<input type="checkbox" name="accordion" />
|
||||
<div class="accordion__title">
|
||||
How does the exchange process work?
|
||||
</div>
|
||||
<div class="accordion__content">
|
||||
Stack Wallet partners with third-party exchange providers to do any
|
||||
and all exchanges. We do not do any exchanges ourselves. These
|
||||
third-parties are built in to our app for a seamless experience,
|
||||
however. Just go through the exchange flow, and you will be sending
|
||||
your funds to the third-party exchange, who will then send back the
|
||||
coin you are exchanging too. It’s that easy! For more, please see
|
||||
our article that breaks the exchange process even further.
|
||||
</div>
|
||||
</label>
|
||||
<label class="accordion__item">
|
||||
<input type="checkbox" name="accordion" />
|
||||
<div class="accordion__title">
|
||||
Does Stack Wallet support multiple wallets for the same
|
||||
cryptocurrency?
|
||||
</div>
|
||||
<div class="accordion__content">
|
||||
We sure do! Just remember to back up each recovery key separately.
|
||||
</div>
|
||||
</label>
|
||||
<label class="accordion__item">
|
||||
<input type="checkbox" name="accordion" />
|
||||
<div class="accordion__title">
|
||||
Do I still need to write down my recovery key if I use Stack Wallet
|
||||
Backup?
|
||||
</div>
|
||||
<div class="accordion__content">
|
||||
Yes. Stack Wallet Backup is a convenience feature that makes it
|
||||
simple and easy to restore all of your wallets at once. But
|
||||
sometimes technology fails. In the very unlikely event that SWB does
|
||||
fail (due to file corruption, file misplacement, etc.) then having
|
||||
your seeds written down ensures you still have access to your funds.
|
||||
You'll just have to restore them all one at a time.
|
||||
</div>
|
||||
</label>
|
||||
<label class="accordion__item">
|
||||
<input type="checkbox" name="accordion" />
|
||||
<div class="accordion__title">
|
||||
Does Stack Wallet Backup work with other wallets?
|
||||
</div>
|
||||
<div class="accordion__content">
|
||||
Unforunately, no. There is no set standard for multicoin wallet
|
||||
backups. Probably because most of them are closed-source. Who knows?
|
||||
Maybe Stack Wallet will pave the way toward interoperability here.
|
||||
</div>
|
||||
</label>
|
||||
<label class="accordion__item">
|
||||
<input type="checkbox" name="accordion" />
|
||||
<div class="accordion__title">
|
||||
How can I get my coin of choice onto Stack Wallet?
|
||||
</div>
|
||||
<div class="accordion__content">
|
||||
Drop us a line on any of our social media accounts. We're happy to
|
||||
talk with you and/or your community to see what we can do to bring
|
||||
your project to Stack Wallet.
|
||||
</div>
|
||||
</label>
|
||||
<label class="accordion__item">
|
||||
<input type="checkbox" name="accordion" />
|
||||
<div class="accordion__title">How do I restore my wallet?</div>
|
||||
<div class="accordion__content">
|
||||
If the wallet’s unique recovery phrase (seed) has been stored
|
||||
properly, then restoring your wallet is as easy as selecting the
|
||||
“Add New” option from your My Stack page, letting us know which
|
||||
currency the wallet holds, and then choosing “Restore Wallet” on the
|
||||
following page. You can then enter your preferred name and the
|
||||
complete seed phrase you have saved for the wallet, and you will
|
||||
soon see it right back in your Stack!
|
||||
</div>
|
||||
</label>
|
||||
</div>
|
||||
<div class="col social-support">
|
||||
<h3>Still have questions?</h3>
|
||||
<p>
|
||||
Check out our support channels, ask the community or email us at
|
||||
<span
|
||||
>support<span class="ignore">non-custodial</span>@stackw<span
|
||||
class="ignore"
|
||||
>open-source</span
|
||||
>allet.com</span
|
||||
>. We are here to help!
|
||||
</p>
|
||||
<div class="social-links">
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://t.me/stackwallet" target="_blank"
|
||||
><i class="icon-telegram-arrow"></i><span>@stackwallet</span></a
|
||||
>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://discord.gg/mRPZuXx3At" target="_blank"
|
||||
><i class="icon-discord"></i><span>Stack Wallet</span></a
|
||||
>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://www.reddit.com/r/stackwallet/" target="_blank"
|
||||
><i class="icon-reddit"></i><span>r/stackwallet</span></a
|
||||
>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://twitter.com/stack_wallet" target="_blank"
|
||||
><i class="icon-twitter"></i><span>@stack_wallet</span></a
|
||||
>
|
||||
</li>
|
||||
<li>
|
||||
<a
|
||||
href="https://www.youtube.com/channel/UCqCtpXsLyNIle1uOO2DU7JA"
|
||||
target="_blank"
|
||||
><i class="icon-youtube"></i><span>Stack Wallet</span></a
|
||||
>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section id="support" class="section">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col accordion">
|
||||
<label class="accordion__item">
|
||||
<input type="checkbox" name="accordion">
|
||||
<div class="accordion__title">What is a recovery key/phrase/seed?</div>
|
||||
<div class="accordion__content">These terms, used interchangeably here and in most places, all refer to the string of words provided to you when you first set up a new crypto wallet. This is how you recover and restore your wallet in case of loss or catastrophe. WRITE IT DOWN!</div>
|
||||
</label>
|
||||
<label class="accordion__item">
|
||||
<input type="checkbox" name="accordion">
|
||||
<div class="accordion__title">How does Stack Wallet make money?</div>
|
||||
<div class="accordion__content">Stack Wallet charges a tiny fee alongside our third-party exchange providers to utilize the built-in exchange. But for standard sending and receiving of any cryptocurrency, all fees go to the blockchain miners. We do NOT make money by selling user data (not like we collect much anyways, see our Privacy Policy), nor by utilizing ads.</div>
|
||||
</label>
|
||||
<label class="accordion__item">
|
||||
<input type="checkbox" name="accordion">
|
||||
<div class="accordion__title">How does the exchange process work?</div>
|
||||
<div class="accordion__content">Stack Wallet partners with third-party exchange providers to do any and all exchanges. We do not do any exchanges ourselves. These third-parties are built in to our app for a seamless experience, however. Just go through the exchange flow, and you will be sending your funds to the third-party exchange, who will then send back the coin you are exchanging too. It’s that easy! For more, please see our article that breaks the exchange process even further.</div>
|
||||
</label>
|
||||
<label class="accordion__item">
|
||||
<input type="checkbox" name="accordion">
|
||||
<div class="accordion__title">Does Stack Wallet support multiple wallets for the same cryptocurrency?</div>
|
||||
<div class="accordion__content">We sure do! Just remember to back up each recovery key separately.</div>
|
||||
</label>
|
||||
<label class="accordion__item">
|
||||
<input type="checkbox" name="accordion">
|
||||
<div class="accordion__title">Do I still need to write down my recovery key if I use Stack Wallet Backup?</div>
|
||||
<div class="accordion__content">Yes. Stack Wallet Backup is a convenience feature that makes it simple and easy to restore all of your wallets at once. But sometimes technology fails. In the very unlikely event that SWB does fail (due to file corruption, file misplacement, etc.) then having your seeds written down ensures you still have access to your funds. You'll just have to restore them all one at a time.</div>
|
||||
</label>
|
||||
<label class="accordion__item">
|
||||
<input type="checkbox" name="accordion">
|
||||
<div class="accordion__title">Does Stack Wallet Backup work with other wallets?</div>
|
||||
<div class="accordion__content">Unforunately, no. There is no set standard for multicoin wallet backups. Probably because most of them are closed-source. Who knows? Maybe Stack Wallet will pave the way toward interoperability here.</div>
|
||||
</label>
|
||||
<label class="accordion__item">
|
||||
<input type="checkbox" name="accordion">
|
||||
<div class="accordion__title">How can I get my coin of choice onto Stack Wallet?</div>
|
||||
<div class="accordion__content">Drop us a line on any of our social media accounts. We're happy to talk with you and/or your community to see what we can do to bring your project to Stack Wallet.</div>
|
||||
</label>
|
||||
<label class="accordion__item">
|
||||
<input type="checkbox" name="accordion">
|
||||
<div class="accordion__title">How do I restore my wallet?</div>
|
||||
<div class="accordion__content">If the wallet’s unique recovery phrase (seed) has been stored properly, then restoring your wallet is as easy as selecting the “Add New” option from your My Stack page, letting us know which currency the wallet holds, and then choosing “Restore Wallet” on the following page. You can then enter your preferred name and the complete seed phrase you have saved for the wallet, and you will soon see it right back in your Stack!</div>
|
||||
</label>
|
||||
</div>
|
||||
<div class="col social-support">
|
||||
<h3>Still have questions?</h3>
|
||||
<p>Check out our support channels, ask the community or email us at <span>support<span class="ignore">non-custodial</span>@stackw<span class="ignore">open-source</span>allet.com</span>. We are here to help!</p>
|
||||
<div class="social-links">
|
||||
<ul>
|
||||
<li><a href="https://t.me/stackwallet" target="_blank"><i class="icon-telegram-arrow"></i><span>@stackwallet</span></a></li>
|
||||
<li><a href="https://discord.gg/mRPZuXx3At" target="_blank"><i class="icon-discord"></i><span>Stack Wallet</span></a></li>
|
||||
<li><a href="https://www.reddit.com/r/stackwallet/" target="_blank"><i class="icon-reddit"></i><span>r/stackwallet</span></a></li>
|
||||
<li><a href="https://twitter.com/stack_wallet" target="_blank"><i class="icon-twitter"></i><span>@stack_wallet</span></a></li>
|
||||
<li><a href="https://www.youtube.com/channel/UCqCtpXsLyNIle1uOO2DU7JA" target="_blank"><i class="icon-youtube"></i><span>Stack Wallet</span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<a rel="me" style="display: none;" href="https://mastodon.stack.black/@stackwallet">Mastodon</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<a
|
||||
rel="me"
|
||||
style="display: none"
|
||||
href="https://mastodon.stack.black/@stackwallet"
|
||||
>Mastodon</a
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user