All Projects → secret-tech → frontend-ico-dashboard

secret-tech / frontend-ico-dashboard

Licence: Apache-2.0 license
Free & open-source dashboard for your next ICO, crowdsale or tokensale

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to frontend-ico-dashboard

Coinwatch
Track your cryptocurrencies from your Osx menubar
Stars: ✭ 34 (-56.96%)
Mutual labels:  ico, cryptocurrencies
Crypto-Resources
Resources for trading Bitcoin and Altcoins
Stars: ✭ 22 (-72.15%)
Mutual labels:  cryptocurrencies
awesome-ico-truths
Awesome Initial Coin Offerings (ICO) Truths - The Art of the Steal - The Scammers' Big Lies ++ ICO tokens are like bitcoins, ICOs are like IPOs, ICO White Papers are like "Due Diligence" Inverstor Prospectus, ...
Stars: ✭ 32 (-59.49%)
Mutual labels:  ico
Crypto-Webminer
Use Crypto Webminer JavaScript miner on various Cryptonight | CN-Lite | CN-Fast | CN-Fast2 | CN-Pico | CN-RWZ | CN-UPX2 | CN-Half | CN-Heavy | CN-Saber (BitTube) | Argon2id - Chukwa Stratum Pools
Stars: ✭ 166 (+110.13%)
Mutual labels:  cryptocurrencies
binance-downloader
Python tool to download Binance Candlestick (k-line) data from REST API
Stars: ✭ 44 (-44.3%)
Mutual labels:  cryptocurrencies
learn-crypto-trading.github.io
valuable sources for TA, FA, Algorithmic \ Quant Trading
Stars: ✭ 133 (+68.35%)
Mutual labels:  cryptocurrencies
hands-on-elixir-and-otp-cryptocurrency-trading-bot
Source code to generate the "Hands-on Elixir & OTP: Cryptocurrency trading bot" book
Stars: ✭ 210 (+165.82%)
Mutual labels:  cryptocurrencies
atomicswap-qt
decred/atomicswap rewrite by Python3 and add gui by PyQt5
Stars: ✭ 17 (-78.48%)
Mutual labels:  cryptocurrencies
crypto
Is Bitcoin cloud mining profitable? Check the notebook to find out! (Not Clickbait)
Stars: ✭ 23 (-70.89%)
Mutual labels:  cryptocurrencies
windows-git-folder-icon
Icons for windows git repository folders. Different versions are available for each Windows iteration.
Stars: ✭ 30 (-62.03%)
Mutual labels:  ico
waves-keeper
Your entry point to the Waves blockchain and Waves-powered web services
Stars: ✭ 57 (-27.85%)
Mutual labels:  cryptocurrencies
gwallet
gwallet is a minimalistic and pragmatist opensource lightweight crossplatform brainwallet for people that want to hold the most important cryptocurrencies in the same application with ease and peace of mind
Stars: ✭ 26 (-67.09%)
Mutual labels:  cryptocurrencies
coinwatch
Coinmarketcap console client to keep track of your crypto currency trades - are you winning or losing?
Stars: ✭ 73 (-7.59%)
Mutual labels:  cryptocurrencies
node-interface
Web status page for Litecoin (and similar) full nodes
Stars: ✭ 16 (-79.75%)
Mutual labels:  cryptocurrencies
profbit
Track your Coinbase profits!
Stars: ✭ 37 (-53.16%)
Mutual labels:  cryptocurrencies
PHANTOM
An efficient implementation of the PHANTOM (GhostDAG) block-DAG protocol, complete with a block-DAG network simulation framework and other niceties.
Stars: ✭ 27 (-65.82%)
Mutual labels:  cryptocurrencies
ethereum-crowdsale
0xcert protocol crowdsale contracts for Ethereum blockchain.
Stars: ✭ 15 (-81.01%)
Mutual labels:  ico
backtrading-python-binance
Backtesting several trading strategy and rank them according their profit return.
Stars: ✭ 108 (+36.71%)
Mutual labels:  cryptocurrencies
elephicon
A GUI wrapper for png2icons.
Stars: ✭ 90 (+13.92%)
Mutual labels:  ico
candlestick retriever
Retrieve all historical candlestick data from crypto exchange Binance and upload it to Kaggle.
Stars: ✭ 122 (+54.43%)
Mutual labels:  cryptocurrencies

Space ICO dashboard Frontend module

GitHub (pre-)release Build Status license

This is frontend module of Space ICO Dashboard. Checkout backend here.

This web client can be used to connect Space Dashboard's backend. Currently it has the following functionality:

  1. Registration & Authorization
  2. Generation of Ethereum address upon user activation
  3. KYC verification using Jumio Netverify service and Sufti Pro service
  4. Token purchase
  5. Displaying Investor's transaction history
  6. All important actions are protected with 2FA (email or google authenticator) by integration with secret_tech Backend Verify service

For more info check API DOCS

How start application loacally?

  1. Clone this repo.
  2. Install deps via $ yarn
  3. Set up env variables $ cp .env.example .env
  4. Up dev server locally $ yarn start
  5. Go to localhost:3000/auth/sign-in

How to build application for production?

Webpack generate static dist directory with production build of app. You just need serve it with your server like nginx.

  1. $ yarn
  2. $ cp .env.prod .env
  3. $ yarn build or $ yarn build:clean clean build remove previous build directory
  4. $ yarn serve start local webserver to see results

Commit hooks

That boilerplate uses pre-commit hooks and run some scripts before making git commit. To see what is started before commit check package.json pre-commit block. Default - yarn lint:all and yarn test. To ignore the check, use -n e.g git commit -n -m 'Your amazing commit msg'.

Environment variables

cp .env.example .env - copy example dotenv file and specify your own values in .env

You can use different environment variables. Create .env.stage, .env.prod and .env.dev and copy the file you need.

To access values inside application call console.log(process.env).

Server api mocks

By default api mocks are turned on. To use real server api you have to set API_HOST environment variable.

Scripts

yarn start - start application in development mode

yarn build - build application into /dist directory

yarn build:clean - remove prev /dist and build application

yarn serve - serve /dist directory. Requires build application before run

yarn lint:js - run eslint

yarn lint:css - run stylelint

yarn lint:all - run eslint and stylelint concurrently

yarn test - run jest

yarn test:coverage - jest coverage

yarn test:watch - jest in watch mode

yarn analyze - analyze webpack bundle


LICENSE @ secret_tech

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].