This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
About Slock.it | |
We are proud and excited to be partnering with Slock.it, the creators of smart contracts for IoT devices, for their Decentralized Autonomous Organization (DAO) token crowdsale. | |
Starting April 28, 2016 GMT you will be able to purchase DAO IOU tokens with ETH, BTC, EUR, USD, HKD and soon CNY on our platform. Once the DAO is created, the IOUs will be automatically converted into actual Slock.it DAO tokens by our service. Find out more <a href='https://gatecoin.com/blog/2016/04/gatecoin-launches-slockit-digix-dao-token-trading' target='_blank'>here</a> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$scope.initOrderBook = function (tradingPair) { | |
APIConnector.setDetails('customHttp', 'GET', 'Public/MarketDepth/' + $scope.tradeCurrencyPair); | |
APIConnector.send().then(function (data) { | |
$scope.orderBook = data.orderBook; | |
initRamen(); | |
}) | |
}; | |
function initRamen(){ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<title>Gatecoin | Maintenance</title> | |
<head> | |
<meta charset="utf-8"> | |
<link href='https://gatecoin.com/public/css/googleFonts.css' rel='stylesheet' type='text/css'> | |
<link rel="icon" href="https://gatecoin.com/public/img/favicon.ico" type="image/png"/> | |
<!--ramen--> | |
<link rel="dns-prefetch" href="https://cdn.ramen.is"> | |
</head> |