You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
** I use the term blockchain here to also include DLT (Distributed Ledger Technology) like Corda and HyperLedger Fabric
Do the business process improvements from implementing blockchain provide at MINIMUM 10x - 100x benefit over using traditional technology (cutting costs - improving speed - etc) ?
The complexity of working with this technology is often underestimated, it can be an arduous and buggy process. especially when integrating with existing systems. Unless the "trustlessness" of a blockchain/dlt generates this 10x - 100x benefit, it's better to opt for traditional tech stack.
I would say - with the complexity of this system [manufacturers, wholesalers, and VRS's working together], the data, speed, and *** a requirement *** to collaborate with many different parties the amount of data flowing around - It’s not guaranteed that blockchain/dlt provides this 10x-100x benefit.
Deliverable: Interact with any of the 8 contract types deployed on Escape V1.
As a user, who knows the name of a package, it's registry, and version (optional),
I want to be ableto use this information to interact with the packaged contracts via web3
(either by deploying new instances, or interacting with existing instances).
This document defines the specification for a Package. The Package
JSON document provides metadata about itself and in most cases should
provide sufficient information about the packaged contracts and its
dependencies to do bytecode verification of its contracts.
Guiding Principles
The Package specification makes the following assumptions about the