Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.24 KB

index.md

File metadata and controls

24 lines (18 loc) · 1.24 KB
layout lang lang-ref
post
en
transaction-index

Contents

  1. Introduction to transactions
  2. Structure of NEO transactions
  3. NEO transaction types
  4. Transaction fees

Additional Resources

Tools

There are various tools and libraries available to create and broadcast transactions to the NEO network:

  • neon-js is a JavaScript library that can be used to build extensive transactions in any JavaScript application
  • neo-python is a full NEO node that can be used as an SDK to create transactions and interact with the NEO network
  • neo-gui is the official Windows GUI to interact with the NEO network
  • neo-cli is the official full node implementation that runs as a command line implementation and can be used to create and broadcast transactions to the NEO network
  • Many other wallet or node implementations like neo-lux and neo-thinsdk-cs in C#