> For the complete documentation index, see [llms.txt](https://liquiidio.gitbook.io/unity-plugin-suite/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://liquiidio.gitbook.io/unity-plugin-suite/eossharp/getting-started.md).

# Getting Started

**What is EosSharp**\
C# client library for EOSIO blockchains. The library is based on <https://github.com/EOSIO/eosjs>, initially developed by [Scatter](https://github.com/GetScatter) and [Mário Silva](https://github.com/mmcs85) and is MIT licensed.\
\
EosSharp provides the necessary functionallity to serialize and deserialize data (C# Objects or Dictionaries) into a format that which Leap-Nodes (previously EOSIO, Nodeos is the Blockchain-Node-Software) understand. \
\
It also allows to communicate with Nodeos RPC-Service to send and receive data like Table-Rows, Transactions, Actions, ABIs etc.<br>
