An open API service indexing awesome lists of open source software.

https://github.com/devalpha18/energy-trade-contracts

Solidity contracts to demonstrate energy trade (PwC project)
https://github.com/devalpha18/energy-trade-contracts

energy-trade ethereum smart-contract smart-meter solidity

Last synced: 6 months ago
JSON representation

Solidity contracts to demonstrate energy trade (PwC project)

Awesome Lists containing this project

README

          

# Energy Trading Contracts

## Contracts to demonstrate energy trading use case on Ethereum

1. Contract `registerMeter.sol` registers a smart meter using it's wallet address on the blockchain which enables it to participate in energy trading.
2. Contract `orderBook.sol` creates buy/sell orders and logs them.
3. The array `producerEnergy` in `orderBook.sol` stores the total energy transferred from the universal producer per energy trade.