Empowering 7 billion learners to connect to world's top academic education and professional development opportunities on the Ethereum blockchain.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Make sure you have the following dependencies installed on your system.
nodejs >= 9.3.0
npm >= 5.5.1
Navigate to the project directory and execute the following command in order to install project dependencies:
npm install
Install truffle as global dependency and compile the smart contracts.
npm install -g truffle
truffle compile
Within the project directory execute the following command:
npm run start
This script will run the webpack-dev-server
in hot reloading mode. Open your browser on this address and you are ready to develop: http://localhost:8080/
To be added.
Make sure the style of the source code you commit is consistent with the style of the rest of the project.
If you are in doubt refer to the Airbnb style guide for JavaScript code and to the Solidity Style Guide for smart contracts.
- Airbnb Style Guide - JavaScript
- Solidity Style Guide - Solidity
Before commiting your changes, make sure the following command exits with zero-code:
npm run lint
For Atom install linter-eslint: apm install linter-eslint
.
To be added.
- Semantic UI - UI Framework
- Truffle - Development framework for Ethereum
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- RECHAINED - Initial work - RECHAINED
This project is licensed under the MIT License - see the LICENSE.md file for details