Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 2.45 KB

README.md

File metadata and controls

40 lines (28 loc) · 2.45 KB

⚠️WARNING: This client is deprecated⚠️

LemonWay .NET Core tutorial

This is a console application developed and tested on a Linux machine using the .NET Core platform.

It calls the GetWalletDetails service and display the details information of the wallet sc.

It is a very basic application, to demonstrate how easy to access to the LemonWay service. However, in real project you should use the LemonWayService library

ASP.NET MVC developer might interested in

https://github.com/lemonwaysas/aspdotnet-client-directkit-json2

There, you will also find the LemonWayService library - a more advance LwService helper than the one used here.

How to run

  1. Edit the LwService.cs. Put your DIRECTKIT_URL (json2), LOGIN and PASSWORD
  2. Run the example:
dotnet run

Time to play!

The example is only the basic, you can play with our API by calling other services. For example:

Side notes

  • You can only call the LemonWay service from your server which has been whitelisted.
  • It is not the only way to access to our API, feel free to use your own library.