Example projects for using the Luno DotNet library.
To get started, you'll probably need to install dotnet. This is actually easy now, so just visit one of the following pages depending on which OS you're running: Windows, OSX, or Linux. None of the example projects require mono, so you can use the coreclr
runtime.
$ git clone git@github.com:0xdeafcafe/luno-dotnet-examples.git
$ cd luno-dotnet-examples\examples
$ cd example_name # choose the example you want to use
$ dnu restore
$ dnu build
$ dnx web # before running this command, edit the config.json file to include your luno api keys