/honestcash

Social media network where you can earn Bitcoin if you create value.

Primary LanguageTypeScriptApache License 2.0Apache-2.0

Honest

  • master: Build Status

  • dev: Build Status

Honest is the social media network where you can earn Bitcoin if you create value.

What is it?

We open-sourced the front-end code for Honest. If you spot a bug or would like to introduce a change, simply submit a Pull Request.

Contribute

To setup your development you need to have node 9 and npm installed.

This will install dependencies, build the app and start the server. Once starter, the app will connect to real production servers:

npm install
npm run build
npm run start

Best practices

Linting

  1. Install tslint (https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-typescript-tslint-plugin) in your VS Code.
  2. Add to your VS code's settings:
"editor.codeActionsOnSave": {
      "source.fixAll": true
}

Donate

bitcoincash:qp2rmj8heytjrksxm2xrjs0hncnvl08xwgkweawu9h

Licence

Apache 2.0