You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This runbook provides comprehensive procedures for managing the IoT-Billing-Service Contracts platform with the new security improvements implemented in Issues #260-263. The platform is now audit-ready with enterprise-grade documentation, comprehensive security measures, and operational procedures that meet the highest standards for decentralized utility management.
585
+
This runbook provides comprehensive procedures for managing the Utility-Protocol Contracts platform with the new security improvements implemented in Issues #260-263. The platform is now audit-ready with enterprise-grade documentation, comprehensive security measures, and operational procedures that meet the highest standards for decentralized utility management.
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
-
# Contributing to Billing-contracts
1
+
# Contributing to Utility-contracts
2
2
3
-
Welcome to the Billing-contracts project! This guide will help you contribute effectively, whether you're working on hardware (C++/Arduino) or smart contracts (Soroban/Rust).
3
+
Welcome to the Utility-contracts project! This guide will help you contribute effectively, whether you're working on hardware (C++/Arduino) or smart contracts (Soroban/Rust).
4
4
5
5
## Project Overview
6
6
7
-
Billing-contracts is a utility billing system built on Stellar that allows:
7
+
Utility-contracts is a utility billing system built on Stellar that allows:
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# IoT-Billing-Service Contracts
1
+
# Utility-Protocol Contracts
2
2
3
3
Soroban smart contracts for a decentralized utility metering and streaming protocol on Stellar. Supports prepaid/postpaid billing, continuous streaming, variable-rate tariffs, gas buffers, ZK-SNARK sensor privacy, multi-sig governance, and emergency response.
4
4
@@ -19,7 +19,7 @@ Soroban smart contracts for a decentralized utility metering and streaming proto
Copy file name to clipboardExpand all lines: contracts/utility_contracts/src/ERRORS.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# IoT-Billing-Service Contract - Error Codes
1
+
# Utility-Protocol Contract - Error Codes
2
2
3
3
This document provides a mapping of on-chain error codes to user-friendly explanations and suggested actions. When a transaction fails, the frontend can use this guide to display a helpful message instead of a raw error.
0 commit comments