All Projects → OpenSourceUniversity → platform

OpenSourceUniversity / platform

Licence: other
Decentralized Education 4.0 platform

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to platform

quiz-extensions
A self-service LTI for faculty to easily extend time for multiple users for all quizzes at once.
Stars: ✭ 15 (-31.82%)
Mutual labels:  education, edtech
rapid-router
A Blockly and python based educational game aimed at students age 5-14.
Stars: ✭ 50 (+127.27%)
Mutual labels:  education, edtech
Pluto.jl
🎈 Simple reactive notebooks for Julia
Stars: ✭ 3,430 (+15490.91%)
Mutual labels:  education
Freecodecamp
freeCodeCamp.org's open-source codebase and curriculum. Learn to code for free.
Stars: ✭ 339,510 (+1543127.27%)
Mutual labels:  education
Polyhedra Viewer
Explore the relationships between convex regular-faced polyhedra.
Stars: ✭ 253 (+1050%)
Mutual labels:  education
Qvge
Qt Visual Graph Editor
Stars: ✭ 237 (+977.27%)
Mutual labels:  education
30 Seconds Of Code
Short JavaScript code snippets for all your development needs
Stars: ✭ 89,121 (+404995.45%)
Mutual labels:  education
Jbook
Notes about programming, advices, algorithms and a lot of good stuff with Java
Stars: ✭ 233 (+959.09%)
Mutual labels:  education
FromObjectsToFunctions
An attempt to provide a concrete, working example to demonstrate to C# developers how F# can improve their workflow and performance
Stars: ✭ 22 (+0%)
Mutual labels:  education
Edx App Android
The Open EdX mobile app for Android!
Stars: ✭ 252 (+1045.45%)
Mutual labels:  education
Free Programming Books
📚 Freely available programming books
Stars: ✭ 216,030 (+981854.55%)
Mutual labels:  education
Mnemosyne
Mnemosyne: efficient learning with powerful digital flash-cards.
Stars: ✭ 243 (+1004.55%)
Mutual labels:  education
Hedy
Hedy is a gradual programming language, which increases in syntactic elements level by level.
Stars: ✭ 236 (+972.73%)
Mutual labels:  education
Python
All Algorithms implemented in Python
Stars: ✭ 125,688 (+571209.09%)
Mutual labels:  education
Earthpy
A package built to support working with spatial data using open source python
Stars: ✭ 236 (+972.73%)
Mutual labels:  education
deneyapkart-arduino-core
Arduino Core for Deneyap DevKits
Stars: ✭ 39 (+77.27%)
Mutual labels:  edtech
Genki Study Resources
A collection of exercises for practicing what is taught in Genki: An Integrated Course in Elementary Japanese.
Stars: ✭ 232 (+954.55%)
Mutual labels:  education
Open Electronics
📚 💻 Great Resources for Electronics Enthusiasts
Stars: ✭ 242 (+1000%)
Mutual labels:  education
P5.js
p5.js is a client-side JS platform that empowers artists, designers, students, and anyone to learn to code and express themselves creatively on the web. It is based on the core principles of Processing. http://twitter.com/p5xjs —
Stars: ✭ 16,542 (+75090.91%)
Mutual labels:  education
ML-For-Beginners
12 weeks, 26 lessons, 52 quizzes, classic Machine Learning for all
Stars: ✭ 40,023 (+181822.73%)
Mutual labels:  education

logo.png

Open Source University Platform

Empowering 7 billion learners to connect to world's top academic education and professional development opportunities on the Ethereum blockchain.

Getting Started

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.

Prerequisites

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

Running

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/

Running the tests

To be added.

Coding style

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.

Automatically linting your code

Before commiting your changes, make sure the following command exits with zero-code:

npm run lint

Editor configuration

For Atom install linter-eslint: apm install linter-eslint.

Deployment

To be added.

Built With

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].