A fork of Steemit Condenser for web interface of Whaleshares blockchain.
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
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]