Table of Contents

Welcome to chia-dotnet-clvm

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

See Also

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.