Skip to content

Instantly share code, notes, and snippets.

@blackjack-8
blackjack-8 / gist:11dd1663e5cb9c60b331f6ff32a93a85
Created April 29, 2016 06:43
Gatecoin - The DAO information
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>
@blackjack-8
blackjack-8 / angular.js
Last active February 23, 2016 10:45
ramen with angular
$scope.initOrderBook = function (tradingPair) {
APIConnector.setDetails('customHttp', 'GET', 'Public/MarketDepth/' + $scope.tradeCurrencyPair);
APIConnector.send().then(function (data) {
$scope.orderBook = data.orderBook;
initRamen();
})
};
function initRamen(){
<!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>