Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexsicart/energy-trading
Energy trading system for neighbor communities using Hyperledger.
https://github.com/alexsicart/energy-trading
Last synced: 16 days ago
JSON representation
Energy trading system for neighbor communities using Hyperledger.
- Host: GitHub
- URL: https://github.com/alexsicart/energy-trading
- Owner: alexsicart
- License: mit
- Created: 2017-08-08T07:50:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T17:54:00.000Z (11 months ago)
- Last Synced: 2024-10-08T04:07:46.679Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 1.51 MB
- Stars: 13
- Watchers: 4
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Energy-trading
## Blockchain> Blockchain is a linked list data structure where the links are hash pointers.
------
![Captura de pantalla 2017-09-17 a las 12.35.11](/screenshots/blockchain1.png)
------
![Captura de pantalla 2017-09-17 a las 12.36.59](/screenshots/blockchain2.png)
Centralised - Facebook, WhatsApp. Everything relies on one server.
Decentralized - Visa. Central structures,and small structures interconnected to the central structure.
Distributed - Bitcoin. Each node has the same power in the network.
------
## Description
Energy trading system for neighbor communities, build on Hyperledger Blockchain.![Hyperldger](https://pbs.twimg.com/profile_images/697035383679295488/_6vl74tM_400x400.png)
![Demo](screenshots/1.png)## Installation
After forking and cloning the repo:
The app divided in two parts:
* /server/
You need to follow the steps to initialize a Business Network on your computer.
* /client/
`$npm install`
`$npm start`## Tech Stack
The app has been created using
- Hyperldger Composer : [composer](https://hyperledger.github.io/composer/)- React : [facebook.github.io/react/](https://facebook.github.io/react/)
## Contributors
We love pull requests from everyone. By participating in this project, you agree to abide by the thoughtbot
[code of conduct]: https://thoughtbot.com/open-source-code-of-conductFork, then clone the repo:
Push to your fork and [submit a pull request].## License
`Energy-trading` is licensed under the [MIT](http://www.opensource.org/licenses/mit-license.php) license.