Skip to content

Solar Core v3 transactions

This section will help you learn about Solar transactions, their structures and the processes of serialising and deserialising transactions.


Ready to start developing?

Use the Solar SDKs to build applications utilising the Solar blockchain.

Abstract

  • Client SDKs - helps developers fetch information from the Solar blockchain about its current state: which delegates are currently forging, what transactions are associated with a given wallet, and so on.
  • Cryptography SDKs - assists developers in working with transactions: signing, serialising, deserialising, etc.

For more information, visit Solar's SDK documentation.