Tangle.Net
1.0.4.3
See the version list below for details.
dotnet add package Tangle.Net --version 1.0.4.3
NuGet\Install-Package Tangle.Net -Version 1.0.4.3
<PackageReference Include="Tangle.Net" Version="1.0.4.3" />
paket add Tangle.Net --version 1.0.4.3
#r "nuget: Tangle.Net, 1.0.4.3"
// Install Tangle.Net as a Cake Addin #addin nuget:?package=Tangle.Net&version=1.0.4.3 // Install Tangle.Net as a Cake Tool #tool nuget:?package=Tangle.Net&version=1.0.4.3
C# .NET 4.6 Port of the IOTA lib (https://github.com/iotaledger/), build to fit into Clean Architecture (see below).
More information: http://blog.8thlight.com/uncle-bob/2012/08/13/the-clean-architecture.html
Build Status
<img src="https://felandilprojects.visualstudio.com/_apis/public/build/definitions/8112d254-cde8-46da-add3-75cab5fb802c/1/badge"/>
Motivation
As a C# developer it was very frustrating that the current IOTA C# lib is pretty much outdated. Therefore this project was born. The project was set up a little different from most (except the python one) IOTA libs, since Clean Architecture enables you to follow the SOLID principles (https://en.wikipedia.org/wiki/SOLID_(object-oriented_design) pretty easy.
Supported Operations
Next Up:
**MAM support**
Operation (Core) | Supported | Operation (Extended) | Supported |
---|---|---|---|
getNeighbors | Yes | broadcastAndStoreTransaction | Yes |
getNodeInfo | Yes | getAccountData | Yes |
addNeighbors | Yes | getBundle | Yes |
removeNeighbors | Yes | getInputs | Yes |
getTips | Yes | getLatestInclusion | Yes |
findTransactions | Yes | getNewAddresses | Yes |
getTrytes | Yes | getTransfers | Yes |
getInclusionStates | Yes | prepareTransfers | Yes |
getBalances | Yes | replayBundle | Yes |
getTransactionsToApprove | Yes | sendTransfer | Yes |
attachToTangle | Yes | sendTrytes | Yes |
interruptAttachingToTangle | Yes | ||
broadcastTransactions | Yes | ||
storeTransactions | Yes |
In addition to all operations you can also do the Proof of Work locally via CPU. Please note that this is very time consuming and might not be feasible for large bundles.
Contributing
If you want to contribute, please feel free to grab an issue. To get your code into the repository please fork it and create a pull request with your changes.
Encryption
The library uses the C# Port of Bouncy Castle (http://www.bouncycastle.org/csharp/).
NuGet
https://www.nuget.org/packages/Tangle.Net
Note
The project is still in development. Therefore breaking changes may occur. You can reach me via iota Discord (@Felandil) if you've got any questions.
Donate
YTXCUUWTXIXVRQIDSECVFRTKAFOEZITGDPLWYVUVFURMNVDPIRXEIQN9JHNFNVKVJMQVMA9GDZJROTSFZHIVJOVAEC
Getting started
Have a look at the console application or start by instantiating a new repository!
var repository = new RestIotaRepository(new RestClient("https://localhost:14265"));
var nodeInfo = repository.GetNodeInfo();
var neighbours = repository.GetNeighbors();
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net46 is compatible. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- BouncyCastle (>= 1.8.1)
- RestSharp (>= 106.1.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Tangle.Net:
Package | Downloads |
---|---|
Tangle.Net.Mam
.NET 4.6.1 IOTA Masked Authenticated Message C# Port |
|
Tangle.Net.Zmq
.NET 4.6.1 IOTA ZMQ C# Port |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.1.1 | 1,065 | 10/4/2019 |
3.1.0 | 736 | 7/2/2019 |
3.0.3 | 549 | 6/12/2019 |
3.0.2 | 584 | 6/6/2019 |
3.0.1 | 573 | 5/6/2019 |
3.0.0 | 1,105 | 4/25/2019 |
2.0.3 | 1,187 | 2/5/2019 |
2.0.2 | 852 | 1/21/2019 |
2.0.1 | 859 | 1/14/2019 |
2.0.0 | 938 | 10/17/2018 |
1.0.8.2 | 808 | 8/28/2018 |
1.0.8.1 | 918 | 8/27/2018 |
1.0.8 | 1,062 | 7/17/2018 |
1.0.7.4 | 1,025 | 6/15/2018 |
1.0.7.2 | 943 | 5/21/2018 |
1.0.7.1 | 953 | 5/15/2018 |
1.0.7 | 1,433 | 4/11/2018 |
1.0.6.1 | 1,151 | 3/20/2018 |
1.0.6 | 1,006 | 3/5/2018 |
1.0.5 | 1,139 | 2/25/2018 |
1.0.4.6 | 978 | 2/12/2018 |
1.0.4.5 | 1,016 | 2/11/2018 |
1.0.4.4 | 937 | 2/8/2018 |
1.0.4.3 | 938 | 2/7/2018 |
1.0.4.2 | 920 | 2/6/2018 |
1.0.4.1 | 938 | 2/5/2018 |
1.0.4 | 862 | 2/5/2018 |
1.0.3 | 918 | 2/4/2018 |
1.0.2 | 972 | 2/3/2018 |
1.0.1 | 1,016 | 2/2/2018 |