You can learn more about Factom Harmony Connect here.
- Newtonsoft.json
- RestSharp
NOTE: As this was developed conjunction with the IOT-SAS.tech board which takes care of identity, the identity API has not been tested.
NuGet package is available.
var harmony = new HarmonyClient("<api code>", "<api key>");
var myChain = new Chain(harmony);
var reply3 = myChain.GetChain("50535ffeca47307d4f912a396d4190105b150c23f95a1b4bab8acb0871b43328");
var entry = new EntryData("This is a test", FactomUtils.MakeRandomExtIDs());
var createEntry = new CreateAnEntry(harmony);
createEntry.WriteToChain("50535ffeca47307d4f912a396d4190105b150c23f95a1b4bab8acb0871b43328", entry);