Service for connecting and certifying energy flow
dena-dive-use-case is a component of the Energy Web Decentralized Operating System
Before installing, download and install Node.js. Node.js 21 or higher is required.
Installation is done using the following commands:
$ yarn install$ yarn build$ yarn startInstructions how to run app with Docker.
docker run --rm -p 8000:8000 dena-dive-use-case
Build docker image:
docker build --tag dena-dive-use-case -f Dockerfile .
Integration tests require to setup the external components.
Run make setup to setup the database and the rabbit mq docker containers.
Use the link http://localhost:15672 to login to management console of rabbit mq with default credentials username and password guest. Create an exchange and a queue and bind them using the queue name as a routing key.
Then run:
$ yarn run testFor more details, visit the [installation guide](//LINK TO READ THE DOCS INSTALL PAGE)
See contributing.md
For questions and support please use Energy Web's Discord channel
Or reach out to our contributing team members
- TeamMember: email address@energyweb.org
The Energy Web Decentralized Operating System is a blockchain-based, multi-layer digital infrastructure.
The purpose of EW-DOS is to develop and deploy an open and decentralized digital operating system for the energy sector in support of a low-carbon, customer-centric energy future.
We develop blockchain technology, full-stack applications and middleware packages that facilitate participation of Distributed Energy Resources on the grid and create open market places for transparent and efficient renewable energy trading.
-
To learn more about the EW-DOS tech stack, see our documentation.
-
For an overview of the energy-sector challenges our use cases address, go here.
For a deep-dive into the motivation and methodology behind our technical solutions, we encourage you to read our White Papers:
This project is licensed under the GNU General Public License v3.0 or later - see the LICENSE file for details
