Problem
The BlockchainService contains simulation methods producing fake transaction hashes. The smart contract ABI exists but is never deployed or used. Ethers.js is a dependency but never called.
Expected Outcome
Service connects to real blockchain networks and records/verifies transactions.
Acceptance Criteria
Files Affected
src/blockchain/blockchain.service.ts, src/blockchain/contracts/PropertyTransaction.json, src/blockchain/blockchain.module.ts
Difficulty
Hard
Estimated Effort
Large (2-3 weeks)
Labels
blockchain, feature, smart-contracts
Problem
The BlockchainService contains simulation methods producing fake transaction hashes. The smart contract ABI exists but is never deployed or used. Ethers.js is a dependency but never called.
Expected Outcome
Service connects to real blockchain networks and records/verifies transactions.
Acceptance Criteria
Files Affected
src/blockchain/blockchain.service.ts, src/blockchain/contracts/PropertyTransaction.json, src/blockchain/blockchain.module.ts
Difficulty
Hard
Estimated Effort
Large (2-3 weeks)
Labels
blockchain, feature, smart-contracts