Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.23 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.23 KB

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.