/Blockchain-across-Oracle

Blockchain across Oracle, published by Packt

Primary LanguageGoMIT LicenseMIT

Blockchain across Oracle

This is the code repository for Blockchain across Oracle, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

About the Book

Blockchain across Oracle is a professional orientation for Oracle developers to get up to speed with the details and implications of the Blockchain across Oracle. Learn everything from Blockchain concepts, through to working with Oracle Blockchain Cloud Service, expert guidance on the effects of the Blockchain on key markets, and the impact to Oracle customers.

Instructions and Navigation

All of the code is organized into folders.

  • smartcontracts/ballot: source code of smart contract, "ballot", used in chapter 8 for both Ethereum as HL Fabric
  • smartcontracts/insurancechain: source code of smart contract, "insurancechain", used in chapter 11 to 13
  • postman/insurancechain: Postman collection of REST API calls to test the smart contract, "insurancechain".

The code will look like the following:

func main() {
  err := shim.Start(new(InsuranceChaincode))
  if err != nil {
    fmt.Printf("Error starting chaincode - %s", err)
  }
}

Related Products

Download a free PDF

If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to download a free PDF copy of this book.

https://packt.link/free-ebook/9781788474290