Browse Source

updated about

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

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

@ -6,68 +6,68 @@ 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;
Doesn't download the blockchain. Slightly slower
transaction performance.
</li>
<li>
<span className="font-weight-600">Full Mode</span>:&nbsp;
Downloads the full blockchain, which can take a
while. Good transaction performance.
</li>
<li>
<span className="font-weight-600">Native Mode</span>:&nbsp;
Only available for a few currencies. Like 'Full
Mode' but provides advanced functionality.
</li>
</ul>
<ul>
<li>
<span className="font-weight-600">Basilisk Mode</span>:&nbsp;
Doesn't download the blockchain. Slightly slower
transaction performance.
</li>
<li>
<span className="font-weight-600">Full Mode</span>:&nbsp;
Downloads the full blockchain, which can take a
while. Good transaction performance.
</li>
<li>
<span className="font-weight-600">Native Mode</span>:&nbsp;
Only available for a few currencies. Like 'Full
Mode' but provides advanced functionality.
</li>
</ul>
Agama includes the following capabilities:
<ul>
<li>
<span className="font-weight-600">BarterDEX</span>:&nbsp;
Easily exchange cryptocurrencies via a
shapeshift-like service.
<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;
A universal local explorer ensures you don't
have query information from a centralized
server.
</li>
</ul>
<span className="font-weight-600">
Note: Agama Wallet is still in development. It is safe to use,
but you should make proper backups. We do not recommend using it as the primarily wallet for your cryptocurrencies.
</span>
Agama includes the following capabilities:
<ul>
<li>
<span className="font-weight-600">BarterDEX</span>:&nbsp;
Easily exchange cryptocurrencies via a
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;
A universal local explorer ensures you don't
have query information from a centralized
server.
</li>
</ul>
<br/>
<span className="font-weight-600">
Note: Agama Wallet is still in development. It is safe to use,
but you should make proper backups. We do not recommend using it as the primarily wallet for your cryptocurrencies.
</span>
<span className="font-weight-600">Testers</span>:&nbsp;
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.
Your help is greatly appreciated!
<br/><br/>
Agama also supports the following desktop apps:
<ul>
<li>
<span className="font-weight-600">Jumblr</span>: A decentralized Bitcoin blockchain tumbler for privacy
and lower fees.
</li>
<li>
<span className="font-weight-600">BarterDEX</span>
</li>
</ul>
</p>
<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 <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>
<span className="font-weight-600">Jumblr</span>: A decentralized Bitcoin blockchain tumbler for privacy
and lower fees.
</li>
<li>
<span className="font-weight-600">BarterDEX</span>: A decentralized coin exchange.
</li>
</ul>
</div>
</div>
);

Loading…
Cancel
Save