IOTA, Distributed ledgers and C#
  • Abstract
  • Introduction
  • What is IOTA?
  • Development
    • Install Tangle-net NuGet
    • Initialize IOTA repository
    • Node control
    • Basics
      • Seeds and addresses
      • Sending transactions
    • ZMQ
  • Resources and further reading
  • Contact
Powered by GitBook
On this page

Was this helpful?

  1. Development

Basics

Now we are going to learn the very basics. Knowing these basics will be sufficient for a variety of use cases. It is very important to understand them well as they can be considered the very core of development and furthermore, we will have to face them whenever we want to use IOTA in our code.

PreviousNode controlNextSeeds and addresses

Last updated 5 years ago

Was this helpful?