phantasma-io-archive / PhantasmaRpcClient

Phantasma RPC Client, Connect to Phantasma using C#

Repository from Github https://github.comphantasma-io-archive/PhantasmaRpcClientRepository from Github https://github.comphantasma-io-archive/PhantasmaRpcClient

Phantasma RPC Client

C# client to interact via RCP with an Phantasma node.

Sample code

	var rpcURl = @"http://localhost:5101/";
	var client = new ApiClient(rpcURl);
	var accountAPI = new AccountApi(client);
	var address = "P2K56BVqGndVhEmyaX9CVcqGHGkAfKUgeTnK1LfDjddqFPn";
	var account = accountAPI.ApiV1GetAccountGet(address);

About

Phantasma RPC Client, Connect to Phantasma using C#

License:MIT License


Languages

Language:C# 100.0%