Skip to content

int0x81/Iota.Lib.Api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IOTA C# Library

This is an unofficial C#-Library to interact with the Iota network. It targets .NET Standard 2.0 which means it can be used within .NET Framework-, .NET Core- and Xamarin-Projects. It supports all 14 Core API calls aswell as the Proposed calls. All API calls are also available as asynchronous methods. This library is actively supported (as of 2017-02-10). I will try to implement all upcoming Iota-Features as soon as possible. Please note that the Iota project is still in Beta and so is this API. (I am not responsible for any kind of loss of your Iota ;))

Getting Started

This is how you create the API you can use within your projects:

   IotaApi iotaApi = new IotaApi("nodes.thetangle.org", 443, true);
   //...

Join the Iota Community

Additional Notes and Credits

I created this API to reach more developers creating great stuff based on Iota. Since C# is a very clean and expressive language this API is also a great way to learn how Iota works under the hood.

Special Thanks to:

  • MobileFish: His YT-Channel was my #1 source when I was new to Iota.
  • Official Library: The official library served as skeleton for this API.
  • Felandil: He created a C# library based on .NET Framework where I was able to adapt some functions.

Donate:

ESEQEIEMRHISAUWIZUPIVPSIGDPVSGNBDBSZWUMCUPYDFHYFQAKBXJVQWRUXBKBJDGUWOCDW9SVQDVFH9PAFZJDVYZ

Releases

No releases published

Packages

No packages published

Languages