Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 788 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 788 Bytes

Examples of using the Discreet Log Contract Oracle library (.NET Core)

This repository contains examples of using the DLC Oracle library to create oracles in .NET Core.

  • Console - A simple example of using the code by getting the values to sign from the console.
  • Test - A command line utility that uses the testdata output from the Go Testgenerator to verify the library produces the same signatures as the reference implementation in Go.
  • Tutorial - The full code to the step-by-step tutorial for using this library

Did you create any fun samples you'd like to share? Feel free to send a pull request.