Skip to content

Latest commit

 

History

89 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

About

Native .NET implementation of the chia CLVM.

Topics

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages