Understanding Connector Object
In order to use the C# Library you need to initialize the Connector Object
The connector object let's you connect to the Thrift API of a certain node running Credits Blockchain. In order to able to connect it needs the following variables
IP: The IP Address of the node you are connecting with
PORT: You need to specify the port number of the API (Default: 9090)
Below you will find an example on how to initialize the object.
Last updated