This repository contains browser for viewing activity on the underlying blockchain network.
For typescript code style standards we use TSLint
We use CSS Comb to format SCSS code in project.
To have it in JetBrains WebStorm follow next instructions
- Go to Preferences > External Tools (or press ⌘, on Mac)
- Click on Add icon (or press ⌘N on Mac)
- Fill the form with following info:
- Name: CSS Comb
- Program:
$ProjectFileDir$/node_modules/.bin/csscomb
- Parameters:
$FilePath$ -t
- Working directory:
$FileDir$
To pass custom variables put to /config/
app.config.js
Where app.config.js
is a JavaScript file containing next content:
var __APP_CONFIG__ = {
apiUrl: 'http://custom.apiserver',
apiBaseUrl: 'http://custom.apiserver', // for v1 api version
alternativeLogo: true, // true by default
environments: [
{
name: 'Testnet',
url: 'http://custom.explorerUrl',
}
],
};
if (typeof global !== 'undefined') {
global.__APP_CONFIG__ = __APP_CONFIG__;
}
In order to translate project files use i18n-editor.
Download latest stable release and open Project located in client/src/locales