All Projects → iotaledger → Iota.lib.csharp

iotaledger / Iota.lib.csharp

Licence: apache-2.0
Iota.Lib.Csharp

Labels

Projects that are alternatives of or similar to Iota.lib.csharp

poc-ipfs
Demonstration of combining IOTA with IPFS for data storage.
Stars: ✭ 32 (-49.21%)
Mutual labels:  iota
Iota.go
IOTA Go API Library. Find documentation on https://docs.iota.org/
Stars: ✭ 319 (+406.35%)
Mutual labels:  iota
Curl Collisions
An implementation of Heilman et al.'s differential attack on IOTA's Curl hashing function.
Stars: ✭ 20 (-68.25%)
Mutual labels:  iota
CoinMarketCap-Desktop
A simple desktop wrapper for CoinMarketCap
Stars: ✭ 21 (-66.67%)
Mutual labels:  iota
iota-nelson-node
IOTA Nelson docker-compose file with prometheus and grafana dashboard
Stars: ✭ 39 (-38.1%)
Mutual labels:  iota
Mam.client.js
Masked Authentication Messaging wrapper for Javascript (Browser and Node)
Stars: ✭ 17 (-73.02%)
Mutual labels:  iota
PEGASUS
Pegasus is a browser extension that implements a wallet for the IOTA cryptocurrency. https://allemanfredi.github.io/pegasus-website/
Stars: ✭ 14 (-77.78%)
Mutual labels:  iota
Iota Transaction Spammer Webapp
Stars: ✭ 40 (-36.51%)
Mutual labels:  iota
Coinpricebar
💰 Cryptocurrency prices on MacBook Touch Bar
Stars: ✭ 290 (+360.32%)
Mutual labels:  iota
Txpromoter
IOTA TX Promoter
Stars: ✭ 9 (-85.71%)
Mutual labels:  iota
tangle-utils-website
A web site full of utilities for all things tangle, transaction and IOTA.
Stars: ✭ 19 (-69.84%)
Mutual labels:  iota
iota.lib.rb
Ruby Library for IOTA with core and wrapper api implementation.
Stars: ✭ 17 (-73.02%)
Mutual labels:  iota
Iota.js
IOTA JavaScript monorepo
Stars: ✭ 921 (+1361.9%)
Mutual labels:  iota
IOTAtangle
IOTA Tangle Visualiser 🦔 http://tangle.glumb.de/?DARK_MODE=true
Stars: ✭ 55 (-12.7%)
Mutual labels:  iota
Privatekeyvault
Make Instructions: Airgapped raspberry pi computer for working with blockchains featuring LUKS full disk encryption and using qr-codes to pass encrypted files and offline transaction instructions across the airgap.
Stars: ✭ 29 (-53.97%)
Mutual labels:  iota
HTML-Crypto-Currency-Chart-Snippets
💹 Simple HTML Snippets to create Tickers / Charts of Cryptocurrencies with the TradingView API 💹
Stars: ✭ 89 (+41.27%)
Mutual labels:  iota
Iota.py
PyOTA: The IOTA Python API Library
Stars: ✭ 337 (+434.92%)
Mutual labels:  iota
Iotamobile
A simple mobile wallet for IOTA built with React Native
Stars: ✭ 51 (-19.05%)
Mutual labels:  iota
Iota Prom Exporter
Iota Exporter for Prometheus Metrics
Stars: ✭ 33 (-47.62%)
Mutual labels:  iota
Awesome Blockchain
⚡️Curated list of resources for the development and applications of blockchain.
Stars: ✭ 937 (+1387.3%)
Mutual labels:  iota

Build status

Introduction

The Iota.Lib.CSharp library implements the [Core API calls] as well as the [proposed calls].

It allows to connect easily to a local or a remote [IOTA node] using C#.

  • Latest release: 0.9.0-beta
  • Compatibility: fully compatible with IOTA IRI v1.2.4
  • License: Apache License 2.0

Technologies & dependencies

The Iota.Lib.CSharp library has been designed to be used with .Net 4.0+.

Core dependencies:

Getting started

Connect to your node is quite straightforward: it requires only 2 lines of code. For example, in order to fetch the Node Info:

IotaApi iotaApi = new IotaApi("node.iotawallet.info", 14265);
GetNodeInfoResponse nodeInfo = iotaApi.GetNodeInfo();

You can easily add the library to your Visual Studio project using the NuGet package manager or in the Package Manager Console with this command:

Install-Package Iota.Lib.CSharp -Pre

Documentation

Please refer to the github wiki for the library documentation.

Warning

  • This is pre-release software!
  • There may be performance and stability issues.
  • You may loose all your money :)
  • Please report any issues using the Issue Tracker

What is missing

  • Multisig support
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].