Skip to content

0xdeafcafe/luno-dotnet-examples

Repository files navigation

luno-dotnet-examples

Github Issues Github Stars Github License

Example projects for using the Luno DotNet library.

Setting up dotnet

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.

Running an example project

$ 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

About

Example projects for using the Luno DotNet library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published