Forum Discussion
"The" Blockchain
Assuming that you're referring to the Azure BlockChain Workbench, then Ethereum (configured as Proof of Authority) is currently the only option at present, although the option to use a flavour of HyperLedger and Corda are apparantly in the works (on the Future Integration bit of the architecture diagram) https://docs.microsoft.com/en-us/azure/blockchain-workbench/blockchain-workbench-architecture
The point of ABW I guess is to abstract away the specifics of the various private chain technologies, which will hopefully ease future migration, upgrades, and perhaps even switching between ledgers, as the industry matures over time.
OK this is good to know, Stuart. Thank you for that information and context.
I guess the tricky part here is that we're having to code in solidity rather than .NET/C#, which is what is throwing me off about being "abstracted." If it were truly abstracted we would be using all MSFT technologies to interface with whatever was powering underneath.
IMO. 😊
- Stuart CorransJun 30, 2018Copper ContributorGood point re Solidity - it looks like MS "Enterprise Smart Contracts" https://azure.microsoft.com/en-us/blog/introducing-enterprise-smart-contracts/ might include an abstraction although this looks a bit fluffy at present.
- Michael DeMondJun 30, 2018Copper Contributor
Yeah to be honest I get the feeling that they threw a bunch of stuff together out there and are just waiting to see what sticks. 😂 But I also think that's how Azure has always operated and so far so good, right?
FWIW, I am looking at an https://commerce.coinbase.com/ which supports four coins. It so happens that there is a https://github.com/MetacoSA/NBitcoin/tree/master/NBitcoin.Altcoins. Guess which one is left out? Yep, good 'ol ETH. So, it might not be a bad thing that ETH is the chosen platform here as I will be able to use it to tie in the remaining piece.
In any case, thanks again for the information, Stuart. Please feel free to add anything else that you (or anyone else!) might encounter. 👍
- Michael DeMondJun 30, 2018Copper Contributor
Ahhh and then on top of all that, there is, STRATIS:
https://academy.stratisplatform.com/
Goodbye solidity. ;)