This repository provides Call Detail Records (CDRs) Transaction Management using smart contracts written in solidity. It enables telecom operators and service providers to manage billing processes transparently and efficiently on a blockchain network, ensuring accurate, immutable, and automated.
git clone https://github.com/MASDXI/cdr-transaction-management-contracts.git
cd cdr-transaction-management-contractsTo install all necessary packages and dependencies in the project, run command.
yarn install
To compile the smart contracts, run command.
yarn compile
To run the tests and ensure that the contracts behave as expected, run command.
yarn test
- The design approach not tied exclusively to
solidityorevm-basedbut can be applied across various Distributed Ledger Technologies (DLTs) or blockchain frameworks that support turing-complete smart contracts.
Copyright (C) Sirawit Techavanitch. You are free to use, modify, and distribute the code under the terms of the GPL v3.0.