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 and Mário Silva 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.
Last updated