Overview of package. {Package} is a module-based library built with xxx.
//Purpose of package, sdk, etc.
{Package} is a component of the Energy Web Decentralized Operating System
See {PACKAGE} deployed [here](link to Switchboard, Zero if applicable)
This is a Node.js module available through the npm registry.
Before installing, download and install Node.js. Node.js xxx or higher is required.
Installation is done using the following commands:
$ npm install
$ npm run build
$ npm run start
Instructions how to run app with Docker.
docker run --rm -p 8000:8000 ghcr.io/energywebfoundation/{PACKAGE}:latest
Build docker image:
docker build --tag {PACKAGE} -f ./Dockerfile .
Instructions how to deploy app on Kubernetes.
helm install ...
Testing Strategy
$ npm run test
$ npm run test
For more details, visit the [installation guide](//LINK TO READ THE DOCS INSTALL PAGE)
//For origin, 24/7, Zero might be good to have a few examples of implementations to give context of how its used
See contributing.md
For questions and support please use Energy Web's Discord channel
Or reach out to our contributing team members
- TeamMember: email [email protected]
//This should be the same in every repo. 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 about 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