Skip to content

dkackman/chia-dotnet-clvm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chia-dotnet-clvm

.NET CodeQL NuGet Downloads

A direct port of Rigidity's node-clvm-lib.

See Also

Examples

Hello World

var puzzleProgram = Program.FromSource("(q . \"hello world\")");
var result = puzzleProgram.Compile();

Console.WriteLine(result.Value);
Console.WriteLine(result.Cost);

chia and its logo are the registered trademark or trademark of Chia Network, Inc. in the United States and worldwide.