/gitcoin-frontend

A Cryptocurrency to support Open Source Contributors

Primary LanguageVue

Gitcoin

A Cryptocurrency to support open source contributors using Google's dartlang. Gitcoin is obtained by contributing to open source development on github and can be traded between users.

A Blockchain Node is avaliable at https://github.com/konstantinullrich/gitcoin

Features

  • Backend 100% dartlang.
  • Based on a blockchain.
  • Proof by work validation algorithm.
  • EC Signing and Validation.
  • Each user is a http client and server.

Development

Gitcoin uses various libraries to improve the development process:

Building

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.