|
1 | 1 | <div class="container">
|
2 |
| - <h1 class="text-center">Additional frequently asked questions</h1> |
| 2 | + <h1 class="text-center">Frequently asked questions</h1> |
3 | 3 |
|
4 | 4 | <div class="accordion" id="faq">
|
5 | 5 |
|
| 6 | + <div class="accordion-item"> |
| 7 | + <h2 class="accordion-header" id="headingzero"> |
| 8 | + <button class="accordion-button collapsed" type="button" data-mdb-toggle="collapse" |
| 9 | + data-mdb-target="#collapsezero" aria-expanded="true" aria-controls="collapsezero"> |
| 10 | + Why does it say: 'Failed to connect with wallet' at the top of the screen? |
| 11 | + </button> |
| 12 | + </h2> |
| 13 | + <div id="collapsezero" class="accordion-collapse collapse" aria-labelledby="headingzero" |
| 14 | + data-mdb-parent="#faq"> |
| 15 | + <div class="accordion-body"> |
| 16 | + Most of the time this means you still need to install the wallet browser extension. Make sure you |
| 17 | + have actually installed the extension, and try again. If it still does not work, try finding help on |
| 18 | + the Discord. |
| 19 | + </div> |
| 20 | + </div> |
| 21 | + </div> |
| 22 | + |
6 | 23 | <div class="accordion-item">
|
7 | 24 | <h2 class="accordion-header" id="headingOne">
|
8 |
| - <button class="accordion-button" type="button" data-mdb-toggle="collapse" data-mdb-target="#collapseOne" |
9 |
| - aria-expanded="true" aria-controls="collapseOne"> |
| 25 | + <button class="accordion-button" aria-expanded="false" type="button" data-mdb-toggle="collapse" data-mdb-target="#collapseOne" |
| 26 | + aria-controls="collapseOne"> |
10 | 27 | I submitted pixels but they are not visible on another device
|
11 | 28 | </button>
|
12 | 29 | </h2>
|
13 | 30 | <div id="collapseOne" class="accordion-collapse collapse show" aria-labelledby="headingOne"
|
14 | 31 | data-mdb-parent="#faq">
|
15 | 32 | <div class="accordion-body">
|
16 |
| - It can take up to 2 minutes for transactions to fully propagate through the Cardano network. This means |
17 |
| - that it can take just as long for them to become visible on the website. Make sure you check the transaction |
18 |
| - hash on the <a href="https://explorer.cardano.org/en">Cardano blockchain explorer</a>. If it it not visible |
19 |
| - on the website, but it is visible on the explorer, something on the frontend might have gone wrong. Take up |
| 33 | + It can take up to 2 minutes for transactions to fully propagate through the Cardano network. This |
| 34 | + means |
| 35 | + that it can take just as long for them to become visible on the website. Make sure you check the |
| 36 | + transaction |
| 37 | + hash on the <a href="https://explorer.cardano.org/en">Cardano blockchain explorer</a>. If it it not |
| 38 | + visible |
| 39 | + on the website, but it is visible on the explorer, something on the frontend might have gone wrong. |
| 40 | + Take up |
20 | 41 | contact with one of the developers. But don't worry, your pixels are stored on the blockchain!
|
21 | 42 | </div>
|
22 | 43 | </div>
|
|
32 | 53 | <div id="collapseTwo" class="accordion-collapse collapse" aria-labelledby="headingTwo"
|
33 | 54 | data-mdb-parent="#faq">
|
34 | 55 | <div class="accordion-body">
|
35 |
| - Great! Send a message on the <a href="">Discord</a> channel or open an issue in the <a href="https://github.com/Ducolnd/crypto-place/issues">repository</a> |
| 56 | + Great! Send a message on the <a href="">Discord</a> channel or open an issue in the <a |
| 57 | + href="https://github.com/Ducolnd/crypto-place/issues">repository</a> |
36 | 58 | </div>
|
37 | 59 | </div>
|
38 | 60 | </div>
|
|
41 | 63 | <h2 class="accordion-header" id="whywallet">
|
42 | 64 | <button class="accordion-button collapsed" type="button" data-mdb-toggle="collapse"
|
43 | 65 | data-mdb-target="#collapse-wallet" aria-expanded="false" aria-controls="collapse-wallet">
|
44 |
| - Why is Nami wallet the only wallet supported? |
| 66 | + Why are only 3 wallets supported? |
45 | 67 | </button>
|
46 | 68 | </h2>
|
47 | 69 | <div id="collapse-wallet" class="accordion-collapse collapse" aria-labelledby="whywallet"
|
48 | 70 | data-mdb-parent="#faq">
|
49 | 71 | <div class="accordion-body">
|
50 |
| - As of right now, nami wallet is the only wallet providing the functionality required for this app. That is, signing transactions etc. |
51 |
| - Other wallets such as Yoroi will be supported as soon as it is possible! |
| 72 | + Not all browser extension wallets have DApp functionality. If you think your favorite wallet is |
| 73 | + missing, send a message in the Discord server. |
52 | 74 | </div>
|
53 | 75 | </div>
|
54 | 76 | </div>
|
|
0 commit comments