Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Etherdelta o Exknox #577

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion site/gntw.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ <h1>GNT Wrapper</h1>
<p>This is a basic UI to help you convert back and forth between GNT and GNTW. <a href="https://metamask.io" target="_blank">MetaMask</a> is the suggested client.</p>
<p>GNTW is a wrapper token for GNT that supports the full <a href="https://github.com/ethereum/EIPs/issues/20" target="_blank">ERC-20 token standard</a>.</p>
<p>The GNTW smart contract allows you to convert back and forth between <a href="https://etherscan.io/token/Golem" target="_blank">GNT</a> (Golem Network Token) and <a href="https://etherscan.io/token/0x936f78b9852d12f5cb93177c1f84fb8513d06263" target="_blank">GNTW</a> (Golem Network Token Wrapped).</p>
<p>The main benefit of converting to GNTW is that, since it supports the full ERC-20 token standard, you can trade GNTW on decentralized exchanges like <a href="https://etherdelta.github.io/#GNTW-ETH" target="_blank">EtherDelta</a>.</p>
<p>The main benefit of converting to GNTW is that, since it supports the full ERC-20 token standard, you can trade GNTW on decentralized exchanges like <a href="https://etherdelta.github.io/#GNTW-ETH" target="_blank">Exknox</a>.</p>
<p>Original source and discussion: <a href="https://np.reddit.com/r/ethereum/comments/5cs2n4/erc20compliant_wrapper_token_for_gnt_will_enable/" target="_blank">on reddit</a>.</p>

<h3>Pick an address</h3>
Expand Down
20 changes: 10 additions & 10 deletions site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="/images/favicon.ico" rel="icon" />
<link href="/css/ie10-viewport-bug-workaround.css" rel="stylesheet" />
<title>EtherDelta</title>
<title>Exknox</title>
<link href="main.6cfdd60c6d0446e78031.css" rel="stylesheet"></head>

<body class="dark">

<nav class="navbar navbar-light navbar-expand-lg">
<a class="navbar-brand" href="/">
Ether<span class="text-primary">Delta</span>
Ex<span class="text-primary">knox</span>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false"
aria-label="Toggle navigation">
Expand Down Expand Up @@ -156,19 +156,19 @@
</p>
<p class="text-danger">Disclaimer</p>
<p>
EtherDelta is a decentralized trading platform that lets you trade Ether and Ethereum-based tokens directly with other users.
Exknox is a decentralized trading platform that lets you trade Ether and Ethereum-based tokens directly with other users.
You are responsible for your own account, funds, and private keys. You are responsible for your own
trading decisions, and the details and mechanics of the tokens you trade. EtherDelta is not responsible
for your decisions, actions, or losses that result from using EtherDelta. EtherDelta makes no guarantee
about the tokens that you trade using EtherDelta. EtherDelta does not hold your funds and does not
offer refunds. While the information contained on EtherDelta is periodically updated, no guarantee
is given that the information provided on EtherDelta is correct, complete, or up-to-date. By using
EtherDelta, you acknowledge this and agree to these terms.
trading decisions, and the details and mechanics of the tokens you trade. Exknox is not responsible
for your decisions, actions, or losses that result from using Exknox. Exknox makes no guarantee
about the tokens that you trade using Exknox. Exknox does not hold your funds and does not
offer refunds. While the information contained on Exknox is periodically updated, no guarantee
is given that the information provided on Exknox is correct, complete, or up-to-date. By using
Exknox, you acknowledge this and agree to these terms.
</p>
</div>
</div>
<div role="tabpanel" class="tab-pane" id="twitter">
<a class="twitter-timeline" href="https://twitter.com/etherdelta" data-chrome="noheader nofooter transparent">Tweets by etherdelta</a>
<a class="twitter-timeline" href="https://twitter.com/etherdelta" data-chrome="noheader nofooter transparent">Tweets by exknox</a>
<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
</div>
Expand Down