Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 723 Bytes

README.md

File metadata and controls

38 lines (23 loc) · 723 Bytes

whaleshares-web

A fork of Steemit Condenser for web interface of Whaleshares blockchain.

Getting started

export SDC_DATABASE_URL="mysql://root:[email protected]/steemit_dev"

git clone https://gitlab.com/beyondbitcoin/whaleshares-web.git
cd whaleshares-web
mkdir tmp

Edit the file src/db/config/config.json

Run sequelize db:migrate in src/db directory, like this:

cd src/db
yarn exec sequelize db:migrate

Start in dev mode:

yarn
yarn start

Issues

To report a non-critical issue, please file an issue on this project issue.

If you find a security issue please report details to: [email protected]