Skip to content

PbjCloud/MultiChainLib

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

MultiChainLib -- C# library for the MultiChain private blockchain

Refer to the API documentation at http://www.multichain.com/developers/json-rpc-api/ for details of the calls.

Example:

internal async Task DoMagic()
{
    // connect to the client...
    var client = new MultiChainClient("192.168.40.130", 50001, false, 
		"rpc_username", "rpc_password", "the_chain_name");

    // get some info back...
    var info = await client.GetInfoAsync();
    Console.WriteLine("Chain: {0}, difficulty: {1}", info.Result.ChainName, info.Result.Difficulty);
}

About

C# library for the MultiChain private blockchain

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages