Skip to content

logwareio/logware-dotnet

main
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
src
 
 
 
 
 
 

logware-dotnet

.Net Library for saving data to the Blockchain with Logware

Basic Usage:

Insert "Hash" (up to 80B)

Logware logware = new Logware("accountname", "password");
string TxId = await logware.InsertHash("Hello World");

Insert "Data" (up to 2kB)

Logware logware = new Logware("accountname", "password");
string TxId = await logware.InsertData("Hello World");

NOTE: This project is still incomplete, and in-process

About

.Net Library for saving data to the Blockchain with Logware

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages