Skip to content

This is community web client for whaleshares blockchain

Notifications You must be signed in to change notification settings

AQUACY/whaleshare-web

 
 

Repository files navigation

whaleshares-web

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

Getting started

export SDC_DATABASE_URL="mysql://root:password@127.0.0.1/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: mail@whaleshares.net

About

This is community web client for whaleshares blockchain

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 87.8%
  • CSS 11.7%
  • Other 0.5%