Skip to content

sankosk/Stampery-C-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Stampery

Notarize all your data using the blockchain. Generate immutable and valid globally proofs of existence, integrity and ownership of any piece of data.

Arbitrary object stamping

string json = "{\"x\":\"true\"}";
Console.WriteLine(c.StampData(json));

File Stamping

Dictionary<string, string> dict = new Dictionary<string, string>();
dict.Add("x", "true");
Console.WriteLine(c.StampFile(dict, @"C:\Users\Esteban\Documents\V0.zip"));

Getting a stamp

Console.WriteLine(c.GetStamp("8d35d6a20140ac7dac9fdb9f51627899b20749ea87609f3a5d337dab5dff7c70"));

PoC - Visualization

screen

The Code

The api code: api
An example program: program
Authentification Unit Test: Auth Test

About

My own C# implementation of the Stampery API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages