Key Points
References
Reference_description_with_linked_URLs______________________________ | Notes_______________________________________________________ |
---|---|
https://wiki.hyperledger.org/display/fabric/Design+Documents | Fabric design documents wiki |
https://jira.hyperledger.org/secure/Dashboard.jspa?selectPageId=11700#Filter -Results/12515 | Fabric release planning dashboard |
Training materials on Fabric | |
https://medium.com/coinmonks/build-a-blockchain-poc-application-using- hyperledger-fabric-6bbe633c2204 | Build a Blockchain PoC Application using Hyperledger Fabric |
Cyrpto Notes | |
https://blockgeeks.com/guides/security-tokens-explained/ | Security Tokens - regulated assets, peg to fiat ? |
https://blockstack.org/ | Blockstack - Development stack for Dapps - compare to Truffle uses mining, tokens, etc |
https://docs.blockstack.org/browser/hello-blockstack.html | Blockstack tutorials |
https://blockstack.github.io/blockstack.js/ | Blockstack js services - useful interface model |
Other Hyperledger Notes | |
https://www.forbes.com/sites/quora/2019/05/29/what-do-people-misunderstand -about-blockchain-technology/#447341245e39 | Jerry Cuomo on common blockchain misconceptions |
Key Concepts
Cloud Services Models
cloud-xaas-models-compared-cf.PNG
Structured Platforms
- Abstract the operational processes of application deployment away from developers and app teams.
- Can be deployed across private and public clouds
- Capabilities like service brokers, monitoring, scaling, etc. are integrated natively.
- Examples: Cloud Foundry Application runtime, red Hat openShift, Apprenda, etc.
UnStructured Platforms
- Provide control and autonomy for app teams and developers over app deployment workflow.
- Can be deployed across private and public clouds.
- Capabilities like service brokers, monitoring, scaling, etc. must be developed or delivered by additional services.
- Examples:Cloud Foundry Container runtime, kubernetes, Mesosphere, Docker, Tectonic, etc.
Kubernetes Fabric Deployment workshop
https://github.com/aidtechnology/hgf-k8s-workshop/tree/master/prod_example
Covers manual setup of a blockchain network, kafka, kubernetes, CA administration etc
Potential Value Opportunities
Potential Challenges
Candidate Solutions
Step-by-step guide for Example
sample code block