Skip to content

Commit

Permalink
ReadMe.md: update
Browse files Browse the repository at this point in the history
  • Loading branch information
knocte authored and webwarrior-ws committed Aug 2, 2023
1 parent 4321b88 commit 47ffaf0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ReadMe.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
NLitecoin
---------

This library aims to be a .NETStandard2.0 nuget package that:
- Is consumable from .NET6.0 or newer.
This library is a .NETStandard2.0 nuget package that:
- Is consumable from Mono/.NET4.x, but .NET6.0 or newer is recommended.
- Is written in F#.
- Is a better alternative to [NBitcoin.Altcoins' Litecoin](https://github.com/MetacoSA/NBitcoin/blob/master/NBitcoin.Altcoins/Litecoin.cs) API & features.
- NOTE: NLitecoin will depend on NBitcoin's nuget package to reuse bitcoin logic, but it will not depend on NBitcoin.Altcoins.
- Depends on NBitcoin's nuget package.

Roadmap:
- Milestone1: Feature parity with NBitcoin.Altcoin's Litecoin utility (no need to reach 100% compatibility, just enough to make it work in geewallet).
- ~Milestone1: Feature parity with NBitcoin.Altcoin's Litecoin utility (no need to reach 100% compatibility, just enough to make it work in geewallet)~
- Milestone2: MimbleWimble support.

0 comments on commit 47ffaf0

Please sign in to comment.