Hyperledger Sawtooth is an enterprise blockchain platform for building distributed ledger applications and networks. The design philosophy targets keeping ledgers distributed and making smart contracts safe, particularly for enterprise use. Sawtooth simplifies blockchain application development by separating the core system from the application domain. Application developers can specify the business...
[Read More]
Ethereum and Azure Key Vault - Part 2
Signing offline transactions
This is the second part of the article series of interacting with Ethereum blockchain by securing keys in Azure Key Vault. This part deals with creating, signing and sending offline transactions. If you haven’t yet, check out Part 1 which deals with key management and generating addresses. The full F#...
[Read More]
Ethereum and Azure Key Vault - Part 1
Generating keys and deriving address
This is a multi part article showcasing interaction with Ethereum blockchain using keys secured in Azure Key Vault. I wasn’t able to find any articles on this, most resources available use the web3 tools to generate keys, so I decided to share my findings using .NET and Azure. Part 2...
[Read More]