Browse Source

updated about

all-modes
pbca26 8 years ago
parent
commit
4772dcfc7f
  1. 20
      react/src/components/dashboard/about/about.js

20
react/src/components/dashboard/about/about.js

@ -6,9 +6,10 @@ class About extends React.Component {
<div className="page margin-left-0">
<div className="page-content">
<h2>About Agama</h2>
<p>Agama Wallet is a desktop app that you can use to manage multiple cryptocurrency wallets. When you set up a
<p>
Agama Wallet is a desktop app that you can use to manage multiple cryptocurrency wallets. When you set up a
wallet, you can configure it to operate in one of the following modes:
</p>
<ul>
<li>
<span className="font-weight-600">Basilisk Mode</span>:&nbsp;
@ -32,13 +33,13 @@ class About extends React.Component {
<li>
<span className="font-weight-600">BarterDEX</span>:&nbsp;
Easily exchange cryptocurrencies via a
shapeshift-like service.
shapeshift-like service.&nbsp;
<a href="https://supernet.org/en/technology/whitepapers/easydex-a-practical-native-dex" target="_blank">
(BarterDEX A Practical Native DEX)
</a>
</li>
<li>
<span className="font-weight-600">Atomic Exporer</span>:&nbsp;
<span className="font-weight-600">Atomic Exporer</span>: &nbsp;
A universal local explorer ensures you don't
have query information from a centralized
server.
@ -50,13 +51,13 @@ class About extends React.Component {
but you should make proper backups. We do not recommend using it as the primarily wallet for your cryptocurrencies.
</span>
<br/>
<br/><br/>
<span className="font-weight-600">Testers</span>:&nbsp;
<div className="font-weight-600">Testers</div>
You can help us test Agama. Just <a target="_blank" href="https://supernet.org/en/products/agama-wallet">download and install the latest release</a>.
Then, report any bugs you encounter to our developers on the #testing-agama Slack channel.
Then, report any bugs you encounter to our developers on the <a target="_blank" href="https://sprnt.slack.com/messages/C0HT9MH96/">#testing-agama</a> Slack channel.
Your help is greatly appreciated!
<br /><br />
Agama also supports the following desktop apps:
<ul>
<li>
@ -64,10 +65,9 @@ class About extends React.Component {
and lower fees.
</li>
<li>
<span className="font-weight-600">BarterDEX</span>
<span className="font-weight-600">BarterDEX</span>: A decentralized coin exchange.
</li>
</ul>
</p>
</div>
</div>
);

Loading…
Cancel
Save