Tudormobile.IronLedger
📚 Documentation
- Introduction - Architecture overview and roadmap
- Project Overview - Overview of the project features and goals
- Exception Handling - Exception handling strategy and best practices
- Serialization - Serialization abstraction and default Json serialization
- Tools - Reference documentation for utilities in the
tools/folder - Generated API Docs - Auto-generated technical reference
🚀 Quick Start
using Tudormobile.IronLedgerLib;
// Create an asset ID from system hardware
var factory = new AssetIdFactory();
var assetId = factory.Create();
Console.WriteLine($"Asset ID: {assetId.Id}");
🔧 Build Documentation
Building the documentation locally using DocFX.
Links: Source Code