├── public ├── vendor │ └── jqplot │ │ ├── examples │ │ ├── jsondata.txt │ │ ├── images │ │ │ ├── bar.png │ │ │ ├── map.png │ │ │ ├── logo.jpg │ │ │ ├── bar-alpha.png │ │ │ ├── bar-opacity.png │ │ │ ├── bar-pointer.png │ │ │ ├── map-opacity.png │ │ │ ├── map-pointer.png │ │ │ ├── preview-opacity.png │ │ │ └── ui-colorpicker.png │ │ ├── ajax-loader.gif │ │ ├── colorpicker │ │ │ └── images │ │ │ │ ├── bar.png │ │ │ │ ├── map.png │ │ │ │ ├── bar-alpha.png │ │ │ │ ├── bar-opacity.png │ │ │ │ ├── bar-pointer.png │ │ │ │ ├── map-opacity.png │ │ │ │ ├── map-pointer.png │ │ │ │ ├── preview-opacity.png │ │ │ │ └── ui-colorpicker.png │ │ ├── jquery-ui │ │ │ ├── css │ │ │ │ ├── smoothness │ │ │ │ │ └── images │ │ │ │ │ │ ├── ui-icons_222222_256x240.png │ │ │ │ │ │ ├── ui-icons_2e83ff_256x240.png │ │ │ │ │ │ ├── ui-icons_454545_256x240.png │ │ │ │ │ │ ├── ui-icons_888888_256x240.png │ │ │ │ │ │ ├── ui-icons_cd0a0a_256x240.png │ │ │ │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png │ │ │ │ │ │ ├── ui-bg_flat_75_ffffff_40x100.png │ │ │ │ │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png │ │ │ │ │ │ ├── ui-bg_glass_65_ffffff_1x400.png │ │ │ │ │ │ ├── ui-bg_glass_75_dadada_1x400.png │ │ │ │ │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png │ │ │ │ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png │ │ │ │ │ │ └── ui-bg_highlight-soft_75_cccccc_1x100.png │ │ │ │ └── ui-lightness │ │ │ │ │ └── images │ │ │ │ │ ├── ui-icons_228ef1_256x240.png │ │ │ │ │ ├── ui-icons_ef8c08_256x240.png │ │ │ │ │ ├── ui-icons_ffd27a_256x240.png │ │ │ │ │ ├── ui-icons_ffffff_256x240.png │ │ │ │ │ ├── ui-bg_flat_10_000000_40x100.png │ │ │ │ │ ├── ui-bg_glass_100_f6f6f6_1x400.png │ │ │ │ │ ├── ui-bg_glass_100_fdf5ce_1x400.png │ │ │ │ │ ├── ui-bg_glass_65_ffffff_1x400.png │ │ │ │ │ ├── ui-bg_gloss-wave_35_f6a828_500x100.png │ │ │ │ │ ├── ui-bg_highlight-soft_75_ffe45c_1x100.png │ │ │ │ │ ├── ui-bg_diagonals-thick_18_b81900_40x40.png │ │ │ │ │ ├── ui-bg_diagonals-thick_20_666666_40x40.png │ │ │ │ │ └── ui-bg_highlight-soft_100_eeeeee_1x100.png │ │ │ └── js │ │ │ │ └── jquery.effects.blind.min.js │ │ ├── topbanner.inc │ │ ├── syntaxhighlighter │ │ │ ├── scripts │ │ │ │ ├── shBrushJScript.min.js │ │ │ │ ├── shBrushXml.min.js │ │ │ │ ├── shAutoloader.min.js │ │ │ │ ├── shAutoloader.js │ │ │ │ ├── shBrushJScript.js │ │ │ │ └── shBrushXml.js │ │ │ ├── MIT-LICENSE │ │ │ └── styles │ │ │ │ ├── shThemeDefault.min.css │ │ │ │ └── shThemejqPlot.min.css │ │ ├── nav.inc │ │ ├── example.min.js │ │ ├── examples.min.css │ │ └── pieTest2.js │ │ ├── docs │ │ ├── styles │ │ │ └── main.css │ │ ├── index.html │ │ ├── files │ │ │ └── images │ │ │ │ ├── new.png │ │ │ │ ├── logo.jpg │ │ │ │ ├── dualaxis.png │ │ │ │ ├── navdocs.png │ │ │ │ ├── navhome.png │ │ │ │ ├── sample3.png │ │ │ │ ├── samplesm.png │ │ │ │ ├── background.jpg │ │ │ │ ├── basicline.png │ │ │ │ ├── navdocsover.png │ │ │ │ ├── navdownload.png │ │ │ │ ├── navexamples.png │ │ │ │ ├── navhomeover.png │ │ │ │ ├── basiclogaxis.png │ │ │ │ ├── basicoptions.png │ │ │ │ ├── basiclogoptions.png │ │ │ │ ├── navdownloadover.png │ │ │ │ └── navexamplesover.png │ │ └── search │ │ │ ├── NoResults.html │ │ │ ├── ClassesA.html │ │ │ ├── ClassesG.html │ │ │ ├── ClassesT.html │ │ │ ├── ClassesJ.html │ │ │ ├── ClassesS.html │ │ │ ├── ClassesV.html │ │ │ ├── FunctionsI.html │ │ │ ├── ClassesH.html │ │ │ ├── FunctionsQ.html │ │ │ ├── GeneralQ.html │ │ │ ├── PropertiesZ.html │ │ │ ├── FunctionsC.html │ │ │ ├── HooksJ.html │ │ │ ├── FunctionsN.html │ │ │ ├── HooksA.html │ │ │ ├── HooksE.html │ │ │ ├── FunctionsZ.html │ │ │ ├── ClassesL.html │ │ │ ├── ClassesD.html │ │ │ ├── GeneralZ.html │ │ │ ├── FunctionsS.html │ │ │ ├── FunctionsG.html │ │ │ ├── FilesJ.html │ │ │ ├── GeneralW.html │ │ │ ├── PropertiesW.html │ │ │ ├── PropertiesV.html │ │ │ ├── PropertiesG.html │ │ │ ├── PropertiesO.html │ │ │ ├── FunctionsD.html │ │ │ ├── GeneralV.html │ │ │ ├── PropertiesU.html │ │ │ ├── FunctionsM.html │ │ │ ├── GeneralO.html │ │ │ ├── GeneralY.html │ │ │ ├── PropertiesY.html │ │ │ └── GeneralU.html │ │ ├── plugins │ │ ├── jqplot.ciParser.min.js │ │ ├── jqplot.mobile.min.js │ │ ├── jqplot.mobile.js │ │ ├── jqplot.trendline.min.js │ │ ├── jqplot.canvasAxisLabelRenderer.min.js │ │ ├── jqplot.canvasAxisTickRenderer.min.js │ │ └── jqplot.blockRenderer.min.js │ │ ├── MIT-LICENSE.txt │ │ ├── copyright.txt │ │ ├── jqPlotCssStyling.txt │ │ └── jquery.jqplot.min.css ├── favicon.ico ├── images │ ├── logo.png │ ├── loading.gif │ ├── background.png │ ├── background2.png │ └── energi_logo.png ├── themes │ ├── Cosmo │ │ └── thumbnail.png │ ├── Cyborg │ │ └── thumbnail.png │ ├── Darkly │ │ └── thumbnail.png │ ├── Energi │ │ └── thumbnail.png │ ├── Flatly │ │ └── thumbnail.png │ ├── Lumen │ │ └── thumbnail.png │ ├── Paper │ │ └── thumbnail.png │ ├── Slate │ │ └── thumbnail.png │ ├── United │ │ └── thumbnail.png │ ├── Yeti │ │ └── thumbnail.png │ ├── Cerulean │ │ └── thumbnail.png │ ├── Journal │ │ └── thumbnail.png │ ├── Readable │ │ └── thumbnail.png │ ├── Simplex │ │ └── thumbnail.png │ ├── Spacelab │ │ └── thumbnail.png │ ├── Sandstone │ │ └── thumbnail.png │ ├── Superhero │ │ └── thumbnail.png │ └── fonts │ │ ├── glyphicons-halflings-regular.ttf │ │ ├── glyphicons-halflings-regular.woff │ │ └── glyphicons-halflings-regular.woff2 └── stylesheets │ └── Bariol-Regular&Italic │ ├── Desktop │ ├── Bariol_Regular.otf │ ├── Bariol_Regular_Italic.otf │ └── bariol_desktop_license.pdf │ └── Webfont │ ├── bariol_webfont_license.pdf │ ├── Bariol-Regular-Webfont │ ├── bariol_regular-webfont.eot │ ├── bariol_regular-webfont.ttf │ ├── bariol_regular-webfont.woff │ ├── bariol_regular-webfont.woff2 │ ├── stylesheet.css │ └── generator_config.txt │ └── Bariol-Regular-Italic-Webfont │ ├── bariol_regular_italic-webfont.eot │ ├── bariol_regular_italic-webfont.ttf │ ├── bariol_regular_italic-webfont.woff │ ├── bariol_regular_italic-webfont.woff2 │ ├── generator_config.txt │ └── stylesheet.css ├── tmp └── delete.me ├── views ├── error.jade ├── includes │ ├── rl_labels.jade │ ├── rl_received.jade │ ├── rl_balance.jade │ └── address_history.jade ├── markets │ └── menu.jade ├── network.jade ├── address.jade └── movement.jade ├── spec ├── support │ └── jasmine.json └── marketSpec.js ├── models ├── richlist.js ├── peers.js ├── markets.js ├── address.js ├── tx.js ├── stats.js └── heavy.js ├── .gitignore ├── Vagrantfile ├── futoin.json ├── package.json ├── bin ├── cluster └── instance ├── scripts ├── benchmark.js └── peers.js ├── UPGRADE ├── LICENSE └── lib ├── markets ├── empoex.js ├── yobit.js ├── poloniex.js └── bittrex.js └── rpc.js /public/vendor/jqplot/examples/jsondata.txt: -------------------------------------------------------------------------------- 1 | [[1, 3, 2, 4, 6, 9]] -------------------------------------------------------------------------------- /public/vendor/jqplot/docs/styles/main.css: -------------------------------------------------------------------------------- 1 | @import URL("1.css"); 2 | @import URL("2.css"); 3 | -------------------------------------------------------------------------------- /tmp/delete.me: -------------------------------------------------------------------------------- 1 | This file is used to ensure the tmp folder syncs with git. It's safe to delete this file. -------------------------------------------------------------------------------- /public/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/favicon.ico -------------------------------------------------------------------------------- /public/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/images/logo.png -------------------------------------------------------------------------------- /public/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/images/loading.gif -------------------------------------------------------------------------------- /public/images/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/images/background.png -------------------------------------------------------------------------------- /public/images/background2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/images/background2.png -------------------------------------------------------------------------------- /public/images/energi_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/images/energi_logo.png -------------------------------------------------------------------------------- /public/vendor/jqplot/docs/index.html: -------------------------------------------------------------------------------- 1 |
-------------------------------------------------------------------------------- /views/error.jade: -------------------------------------------------------------------------------- 1 | extends layout 2 | 3 | block content 4 | h1= message 5 | h2= error.status 6 | //- pre #{error.stack} 7 | -------------------------------------------------------------------------------- /public/themes/Cosmo/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/themes/Cosmo/thumbnail.png -------------------------------------------------------------------------------- /public/themes/Cyborg/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/themes/Cyborg/thumbnail.png -------------------------------------------------------------------------------- /public/themes/Darkly/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/themes/Darkly/thumbnail.png -------------------------------------------------------------------------------- /public/themes/Energi/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/themes/Energi/thumbnail.png -------------------------------------------------------------------------------- /public/themes/Flatly/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/themes/Flatly/thumbnail.png -------------------------------------------------------------------------------- /public/themes/Lumen/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/themes/Lumen/thumbnail.png -------------------------------------------------------------------------------- /public/themes/Paper/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/themes/Paper/thumbnail.png -------------------------------------------------------------------------------- /public/themes/Slate/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/themes/Slate/thumbnail.png -------------------------------------------------------------------------------- /public/themes/United/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/themes/United/thumbnail.png -------------------------------------------------------------------------------- /public/themes/Yeti/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/themes/Yeti/thumbnail.png -------------------------------------------------------------------------------- /public/themes/Cerulean/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/themes/Cerulean/thumbnail.png -------------------------------------------------------------------------------- /public/themes/Journal/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/themes/Journal/thumbnail.png -------------------------------------------------------------------------------- /public/themes/Readable/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/themes/Readable/thumbnail.png -------------------------------------------------------------------------------- /public/themes/Simplex/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/themes/Simplex/thumbnail.png -------------------------------------------------------------------------------- /public/themes/Spacelab/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/themes/Spacelab/thumbnail.png -------------------------------------------------------------------------------- /public/themes/Sandstone/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/themes/Sandstone/thumbnail.png -------------------------------------------------------------------------------- /public/themes/Superhero/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/themes/Superhero/thumbnail.png -------------------------------------------------------------------------------- /public/vendor/jqplot/examples/images/bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/vendor/jqplot/examples/images/bar.png -------------------------------------------------------------------------------- /public/vendor/jqplot/examples/images/map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/vendor/jqplot/examples/images/map.png -------------------------------------------------------------------------------- /public/vendor/jqplot/docs/files/images/new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/vendor/jqplot/docs/files/images/new.png -------------------------------------------------------------------------------- /public/vendor/jqplot/examples/ajax-loader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/vendor/jqplot/examples/ajax-loader.gif -------------------------------------------------------------------------------- /public/vendor/jqplot/examples/images/logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/vendor/jqplot/examples/images/logo.jpg -------------------------------------------------------------------------------- /public/vendor/jqplot/docs/files/images/logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/vendor/jqplot/docs/files/images/logo.jpg -------------------------------------------------------------------------------- /public/vendor/jqplot/docs/files/images/dualaxis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/vendor/jqplot/docs/files/images/dualaxis.png -------------------------------------------------------------------------------- /public/vendor/jqplot/docs/files/images/navdocs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/vendor/jqplot/docs/files/images/navdocs.png -------------------------------------------------------------------------------- /public/vendor/jqplot/docs/files/images/navhome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/vendor/jqplot/docs/files/images/navhome.png -------------------------------------------------------------------------------- /public/vendor/jqplot/docs/files/images/sample3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/vendor/jqplot/docs/files/images/sample3.png -------------------------------------------------------------------------------- /public/vendor/jqplot/docs/files/images/samplesm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/vendor/jqplot/docs/files/images/samplesm.png -------------------------------------------------------------------------------- /public/vendor/jqplot/examples/images/bar-alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/vendor/jqplot/examples/images/bar-alpha.png -------------------------------------------------------------------------------- /public/themes/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/themes/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /public/themes/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/themes/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /public/themes/fonts/glyphicons-halflings-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/themes/fonts/glyphicons-halflings-regular.woff2 -------------------------------------------------------------------------------- /public/vendor/jqplot/docs/files/images/background.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/vendor/jqplot/docs/files/images/background.jpg -------------------------------------------------------------------------------- /public/vendor/jqplot/docs/files/images/basicline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/vendor/jqplot/docs/files/images/basicline.png -------------------------------------------------------------------------------- /public/vendor/jqplot/docs/files/images/navdocsover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/vendor/jqplot/docs/files/images/navdocsover.png -------------------------------------------------------------------------------- /public/vendor/jqplot/docs/files/images/navdownload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/vendor/jqplot/docs/files/images/navdownload.png -------------------------------------------------------------------------------- /public/vendor/jqplot/docs/files/images/navexamples.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/vendor/jqplot/docs/files/images/navexamples.png -------------------------------------------------------------------------------- /public/vendor/jqplot/docs/files/images/navhomeover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/vendor/jqplot/docs/files/images/navhomeover.png -------------------------------------------------------------------------------- /public/vendor/jqplot/examples/images/bar-opacity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/vendor/jqplot/examples/images/bar-opacity.png -------------------------------------------------------------------------------- /public/vendor/jqplot/examples/images/bar-pointer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/vendor/jqplot/examples/images/bar-pointer.png -------------------------------------------------------------------------------- /public/vendor/jqplot/examples/images/map-opacity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/vendor/jqplot/examples/images/map-opacity.png -------------------------------------------------------------------------------- /public/vendor/jqplot/examples/images/map-pointer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/vendor/jqplot/examples/images/map-pointer.png -------------------------------------------------------------------------------- /spec/support/jasmine.json: -------------------------------------------------------------------------------- 1 | { 2 | "spec_dir": "spec", 3 | "spec_files": [ 4 | "*[sS]pec.js" 5 | ], 6 | "helpers": [ 7 | "helpers/*.js" 8 | ] 9 | } 10 | -------------------------------------------------------------------------------- /public/vendor/jqplot/docs/files/images/basiclogaxis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/vendor/jqplot/docs/files/images/basiclogaxis.png -------------------------------------------------------------------------------- /public/vendor/jqplot/docs/files/images/basicoptions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/vendor/jqplot/docs/files/images/basicoptions.png -------------------------------------------------------------------------------- /public/vendor/jqplot/examples/colorpicker/images/bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/vendor/jqplot/examples/colorpicker/images/bar.png -------------------------------------------------------------------------------- /public/vendor/jqplot/examples/colorpicker/images/map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/vendor/jqplot/examples/colorpicker/images/map.png -------------------------------------------------------------------------------- /public/vendor/jqplot/examples/images/preview-opacity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/vendor/jqplot/examples/images/preview-opacity.png -------------------------------------------------------------------------------- /public/vendor/jqplot/examples/images/ui-colorpicker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/vendor/jqplot/examples/images/ui-colorpicker.png -------------------------------------------------------------------------------- /public/vendor/jqplot/docs/files/images/basiclogoptions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/vendor/jqplot/docs/files/images/basiclogoptions.png -------------------------------------------------------------------------------- /public/vendor/jqplot/docs/files/images/navdownloadover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/vendor/jqplot/docs/files/images/navdownloadover.png -------------------------------------------------------------------------------- /public/vendor/jqplot/docs/files/images/navexamplesover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/vendor/jqplot/docs/files/images/navexamplesover.png -------------------------------------------------------------------------------- /public/vendor/jqplot/examples/colorpicker/images/bar-alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/vendor/jqplot/examples/colorpicker/images/bar-alpha.png -------------------------------------------------------------------------------- /public/vendor/jqplot/examples/colorpicker/images/bar-opacity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/vendor/jqplot/examples/colorpicker/images/bar-opacity.png -------------------------------------------------------------------------------- /public/vendor/jqplot/examples/colorpicker/images/bar-pointer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/vendor/jqplot/examples/colorpicker/images/bar-pointer.png -------------------------------------------------------------------------------- /public/vendor/jqplot/examples/colorpicker/images/map-opacity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/vendor/jqplot/examples/colorpicker/images/map-opacity.png -------------------------------------------------------------------------------- /public/vendor/jqplot/examples/colorpicker/images/map-pointer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/vendor/jqplot/examples/colorpicker/images/map-pointer.png -------------------------------------------------------------------------------- /public/stylesheets/Bariol-Regular&Italic/Desktop/Bariol_Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/stylesheets/Bariol-Regular&Italic/Desktop/Bariol_Regular.otf -------------------------------------------------------------------------------- /public/vendor/jqplot/examples/colorpicker/images/preview-opacity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/vendor/jqplot/examples/colorpicker/images/preview-opacity.png -------------------------------------------------------------------------------- /public/vendor/jqplot/examples/colorpicker/images/ui-colorpicker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/vendor/jqplot/examples/colorpicker/images/ui-colorpicker.png -------------------------------------------------------------------------------- /public/stylesheets/Bariol-Regular&Italic/Desktop/Bariol_Regular_Italic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/stylesheets/Bariol-Regular&Italic/Desktop/Bariol_Regular_Italic.otf -------------------------------------------------------------------------------- /public/stylesheets/Bariol-Regular&Italic/Desktop/bariol_desktop_license.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/stylesheets/Bariol-Regular&Italic/Desktop/bariol_desktop_license.pdf -------------------------------------------------------------------------------- /public/stylesheets/Bariol-Regular&Italic/Webfont/bariol_webfont_license.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/stylesheets/Bariol-Regular&Italic/Webfont/bariol_webfont_license.pdf -------------------------------------------------------------------------------- /public/vendor/jqplot/examples/jquery-ui/css/smoothness/images/ui-icons_222222_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/vendor/jqplot/examples/jquery-ui/css/smoothness/images/ui-icons_222222_256x240.png -------------------------------------------------------------------------------- /public/vendor/jqplot/examples/jquery-ui/css/smoothness/images/ui-icons_2e83ff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/vendor/jqplot/examples/jquery-ui/css/smoothness/images/ui-icons_2e83ff_256x240.png -------------------------------------------------------------------------------- /public/vendor/jqplot/examples/jquery-ui/css/smoothness/images/ui-icons_454545_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/vendor/jqplot/examples/jquery-ui/css/smoothness/images/ui-icons_454545_256x240.png -------------------------------------------------------------------------------- /public/vendor/jqplot/examples/jquery-ui/css/smoothness/images/ui-icons_888888_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/vendor/jqplot/examples/jquery-ui/css/smoothness/images/ui-icons_888888_256x240.png -------------------------------------------------------------------------------- /public/vendor/jqplot/examples/jquery-ui/css/smoothness/images/ui-icons_cd0a0a_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/vendor/jqplot/examples/jquery-ui/css/smoothness/images/ui-icons_cd0a0a_256x240.png -------------------------------------------------------------------------------- /public/vendor/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-icons_228ef1_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/vendor/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-icons_228ef1_256x240.png -------------------------------------------------------------------------------- /public/vendor/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-icons_ef8c08_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/vendor/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-icons_ef8c08_256x240.png -------------------------------------------------------------------------------- /public/vendor/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-icons_ffd27a_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/vendor/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-icons_ffd27a_256x240.png -------------------------------------------------------------------------------- /public/vendor/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-icons_ffffff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/vendor/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-icons_ffffff_256x240.png -------------------------------------------------------------------------------- /public/vendor/jqplot/examples/jquery-ui/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/vendor/jqplot/examples/jquery-ui/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png -------------------------------------------------------------------------------- /public/vendor/jqplot/examples/jquery-ui/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/vendor/jqplot/examples/jquery-ui/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png -------------------------------------------------------------------------------- /public/vendor/jqplot/examples/jquery-ui/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/vendor/jqplot/examples/jquery-ui/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png -------------------------------------------------------------------------------- /public/vendor/jqplot/examples/jquery-ui/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/vendor/jqplot/examples/jquery-ui/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png -------------------------------------------------------------------------------- /public/vendor/jqplot/examples/jquery-ui/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/vendor/jqplot/examples/jquery-ui/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png -------------------------------------------------------------------------------- /public/vendor/jqplot/examples/jquery-ui/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/vendor/jqplot/examples/jquery-ui/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png -------------------------------------------------------------------------------- /public/vendor/jqplot/examples/jquery-ui/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/vendor/jqplot/examples/jquery-ui/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png -------------------------------------------------------------------------------- /public/vendor/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-bg_flat_10_000000_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/vendor/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-bg_flat_10_000000_40x100.png -------------------------------------------------------------------------------- /public/vendor/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/vendor/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png -------------------------------------------------------------------------------- /public/vendor/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/vendor/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png -------------------------------------------------------------------------------- /public/vendor/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/vendor/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png -------------------------------------------------------------------------------- /public/stylesheets/Bariol-Regular&Italic/Webfont/Bariol-Regular-Webfont/bariol_regular-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/stylesheets/Bariol-Regular&Italic/Webfont/Bariol-Regular-Webfont/bariol_regular-webfont.eot -------------------------------------------------------------------------------- /public/stylesheets/Bariol-Regular&Italic/Webfont/Bariol-Regular-Webfont/bariol_regular-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/stylesheets/Bariol-Regular&Italic/Webfont/Bariol-Regular-Webfont/bariol_regular-webfont.ttf -------------------------------------------------------------------------------- /public/stylesheets/Bariol-Regular&Italic/Webfont/Bariol-Regular-Webfont/bariol_regular-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/stylesheets/Bariol-Regular&Italic/Webfont/Bariol-Regular-Webfont/bariol_regular-webfont.woff -------------------------------------------------------------------------------- /public/stylesheets/Bariol-Regular&Italic/Webfont/Bariol-Regular-Webfont/bariol_regular-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/stylesheets/Bariol-Regular&Italic/Webfont/Bariol-Regular-Webfont/bariol_regular-webfont.woff2 -------------------------------------------------------------------------------- /public/vendor/jqplot/examples/jquery-ui/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/vendor/jqplot/examples/jquery-ui/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png -------------------------------------------------------------------------------- /public/vendor/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/vendor/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png -------------------------------------------------------------------------------- /public/vendor/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/vendor/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png -------------------------------------------------------------------------------- /public/vendor/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/vendor/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png -------------------------------------------------------------------------------- /public/vendor/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/vendor/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png -------------------------------------------------------------------------------- /public/vendor/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/vendor/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png -------------------------------------------------------------------------------- /public/stylesheets/Bariol-Regular&Italic/Webfont/Bariol-Regular-Italic-Webfont/bariol_regular_italic-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/stylesheets/Bariol-Regular&Italic/Webfont/Bariol-Regular-Italic-Webfont/bariol_regular_italic-webfont.eot -------------------------------------------------------------------------------- /public/stylesheets/Bariol-Regular&Italic/Webfont/Bariol-Regular-Italic-Webfont/bariol_regular_italic-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/stylesheets/Bariol-Regular&Italic/Webfont/Bariol-Regular-Italic-Webfont/bariol_regular_italic-webfont.ttf -------------------------------------------------------------------------------- /public/stylesheets/Bariol-Regular&Italic/Webfont/Bariol-Regular-Italic-Webfont/bariol_regular_italic-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/stylesheets/Bariol-Regular&Italic/Webfont/Bariol-Regular-Italic-Webfont/bariol_regular_italic-webfont.woff -------------------------------------------------------------------------------- /public/stylesheets/Bariol-Regular&Italic/Webfont/Bariol-Regular-Italic-Webfont/bariol_regular_italic-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/energicryptocurrency/gen2-explorer/HEAD/public/stylesheets/Bariol-Regular&Italic/Webfont/Bariol-Regular-Italic-Webfont/bariol_regular_italic-webfont.woff2 -------------------------------------------------------------------------------- /models/richlist.js: -------------------------------------------------------------------------------- 1 | var mongoose = require('mongoose') 2 | , Schema = mongoose.Schema; 3 | 4 | var RichlistSchema = new Schema({ 5 | coin: { type: String }, 6 | received: { type: Array, default: []}, 7 | balance: { type: Array, default: [] }, 8 | }); 9 | 10 | module.exports = mongoose.model('Richlist', RichlistSchema); -------------------------------------------------------------------------------- /models/peers.js: -------------------------------------------------------------------------------- 1 | var mongoose = require('mongoose') 2 | , Schema = mongoose.Schema; 3 | 4 | var PeersSchema = new Schema({ 5 | createdAt: { type: Date, expires: 86400, default: Date.now()}, 6 | address: { type: String, default: "" }, 7 | protocol: { type: String, default: "" }, 8 | version: { type: String, default: "" }, 9 | country: { type: String, default: "" } 10 | }); 11 | 12 | module.exports = mongoose.model('Peers', PeersSchema); 13 | -------------------------------------------------------------------------------- /models/markets.js: -------------------------------------------------------------------------------- 1 | var mongoose = require('mongoose') 2 | , Schema = mongoose.Schema; 3 | 4 | var MarketsSchema = new Schema({ 5 | market: { type: String }, 6 | summary: { type: Object, default: {} }, 7 | chartdata: { type: Array, default: [] }, 8 | buys: { type: Array, default: [] }, 9 | sells: { type: Array, default: [] }, 10 | history: { type: Array, default: [] }, 11 | }); 12 | 13 | module.exports = mongoose.model('Markets', MarketsSchema); -------------------------------------------------------------------------------- /public/vendor/jqplot/examples/topbanner.inc: -------------------------------------------------------------------------------- 1 |The charts on this page depend on the following files:
','',"