Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1.19 KB

README.md

File metadata and controls

27 lines (16 loc) · 1.19 KB

VMware Blockchain Samples

Here you will find DApp and Smart Contract samples of how to deploy and interact with VMware blockchain or other Ethereum compatible blockchains.

Table of Contents

  1. Asset Transfer Contract

    • This is our most simple example of how to compile and deploy one contract.
  2. Supply Chain DApp

    • This is a complete example of how to deploy multiple contracts using the popular contract framework truffle.

    • With this sample DApp you can learn contract versioning, access control and document storage all with a complete (UI) interface.

    • There is a HANDSON document that will walk you through the use cases.

  3. Verify and Upload Contracts

    • The verify contract example is similar to how users post their contracts on Etherscan, but posting to VMware blockchain instead and being able to view the verified contracts in the VMware Blockchain UI.