This file contains 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
const INITIAL_TOKENS_CONTEXT = [ | |
{ | |
'0x960b236A07cf122663c4303350609A66A7B288C0': { | |
'name': 'Aragon Network Token', | |
'symbol': 'ANT', | |
'decimals': 18, | |
'exchange_address': '0x077d52B047735976dfdA76feF74d4d988AC25196' | |
}, | |
'0x0D8775F648430679A709E98d2b0Cb6250d2887EF': { | |
'name': 'Basic Attention Token', |
This file contains 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
Web3 Status | |
Web3 Unavailable -> Unavailable | |
Web3 Available -> Uniswap Approved | |
Web3 Testnet -> Testnet | |
Uniswap Approved | |
Approved -> Connected | |
Not Approved Mobile -> Approve | |
Not Approved Desktop -> Disconnected | |
Not Logged In Desktop -> Logged Out |
This file contains 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
dat://08609440ad1c882fa9ab5c114712b6584c984096a8bd7dee3d5c2376fb1db2e3/ | |
dat doctor 58d16dd3bc65faf8e306d7e87477438a37ce4d4405fa0621d3c38eff29a24fa8 | |
dat://eed956eb285bb2fddc85c419986bdad127f5745bdf5e9aad23ab8be8425622f6/ |
This file contains 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
var choo = require('choo') | |
var html = require('choo/html') | |
var app = choo() | |
var main = require('./views/main.js') | |
var store = require('./stores/store.js') | |
app.use(store) | |
app.route('/', main) |
This file contains 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
var choo = require('choo') | |
var html = require('choo/html') | |
var app = choo() | |
var main = require('./views/main.js') | |
var store = require('./stores/store.js') | |
app.use(store) | |
app.route('/', main) | |
app.mount('body') |
This file contains 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
vid = new VideoLayer | |
video:"https://dl.dropboxusercontent.com/u/106558909/04/psd_LSC.framer/polar_ravit.mp4" | |
x: 0 | |
y: 0 | |
width: 1366 | |
height: 750 | |
vid.player.loop = true | |
vid.player.autoplay = true |
This file contains 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
// This #include statement was automatically added by the Spark IDE. | |
#include "Adafruit_GFX.h" | |
// This #include statement was automatically added by the Spark IDE. | |
#include "Adafruit_SSD1306.h" | |
/********************************************************************* | |
This is an example for our Monochrome OLEDs based on SSD1306 drivers |