mirror of https://github.com/lukechilds/docs.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
449 B
31 lines
449 B
6 years ago
|
---
|
||
5 years ago
|
|
||
6 years ago
|
description: "Blockstack Network documentation"
|
||
5 years ago
|
|
||
6 years ago
|
---
|
||
6 years ago
|
# FAQs about Stacks tokens and wallet
|
||
6 years ago
|
{:.no_toc}
|
||
6 years ago
|
|
||
|
* TOC
|
||
|
{:toc}
|
||
|
|
||
6 years ago
|
## Stacks tokens
|
||
6 years ago
|
|
||
6 years ago
|
{% for faq in site.data.theFAQs.faqs %}
|
||
6 years ago
|
{% if faq.category == 'tokens' %}
|
||
6 years ago
|
### {{ faq.question }}
|
||
|
{{ faq.answer }}
|
||
|
{% endif %}
|
||
|
{% endfor %}
|
||
6 years ago
|
|
||
6 years ago
|
## Stacks Wallet
|
||
6 years ago
|
|
||
6 years ago
|
{% for faq in site.data.theFAQs.faqs %}
|
||
6 years ago
|
{% if faq.category == 'wallet' %}
|
||
6 years ago
|
### {{ faq.question }}
|
||
|
{{ faq.answer }}
|
||
|
{% endif %}
|
||
6 years ago
|
{% endfor %}
|
||
|
|
||
|
|