osocron / DotNetLightning

Lightning network daemon with F# (alpha)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to configure

Configuration will follow an usual semantics for ASP.NET Core web app. That is, it will read in following order.

  • Read appsettings.json

Things what we are not going to do

  • Support .NET Framework ... Since we heavily rely on Span<T> for binary serialization.

TODO

  • Refactor PeerChannelEncryptor to optimize performance (Probably by using byref-like-type and mutable state)
  • Update Channel.deriveOurDustLimitSatoshis

About

Lightning network daemon with F# (alpha)


Languages

Language:F# 63.4%Language:C# 36.5%Language:Shell 0.0%