Skip to content

Commit

Permalink
add rm and v
Browse files Browse the repository at this point in the history
  • Loading branch information
Kukks committed Jun 6, 2024
1 parent e7f6c3c commit 63a4852
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
1 change: 1 addition & 0 deletions DotNut/DotNut.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<Copyright>MIT</Copyright>
<PackageProjectUrl>https://github.com/Kukks/DotNut</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/Kukks/DotNut/blob/master/LICENSE</PackageLicenseUrl>
<PackageVersion>1.0.0</PackageVersion>
<RepositoryUrl>https://github.com/Kukks/DotNut</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>bitcoin cashu ecash secp256k1</PackageTags>
Expand Down
30 changes: 30 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# DotNut - A C# Cashu library

## Installation

```bash
dotnet add package DotNut
```



## Implemented [NUTs](https://github.com/cashubtc/nuts/):

- :heavy_check_mark: [NUT-00](https://github.com/cashubtc/nuts/blob/main/00.md)
- :heavy_check_mark: [NUT-01](https://github.com/cashubtc/nuts/blob/main/01.md)
- :heavy_check_mark: [NUT-02](https://github.com/cashubtc/nuts/blob/main/02.md)
- :heavy_check_mark: [NUT-03](https://github.com/cashubtc/nuts/blob/main/03.md)
- :heavy_check_mark: [NUT-04](https://github.com/cashubtc/nuts/blob/main/04.md)
- :heavy_check_mark: [NUT-05](https://github.com/cashubtc/nuts/blob/main/05.md)
- :heavy_check_mark: [NUT-06](https://github.com/cashubtc/nuts/blob/main/06.md)
- :heavy_check_mark: [NUT-07](https://github.com/cashubtc/nuts/blob/main/07.md)
- :heavy_check_mark: [NUT-08](https://github.com/cashubtc/nuts/blob/main/08.md)
- :heavy_check_mark: [NUT-09](https://github.com/cashubtc/nuts/blob/main/09.md)
- :heavy_check_mark: [NUT-10](https://github.com/cashubtc/nuts/blob/main/10.md)
- :heavy_check_mark: [NUT-11](https://github.com/cashubtc/nuts/blob/main/11.md)
- :heavy_check_mark: [NUT-12](https://github.com/cashubtc/nuts/blob/main/12.md)
- :heavy_check_mark: [NUT-14](https://github.com/cashubtc/nuts/blob/main/14.md)
- :heavy_check_mark: [NUT-15](https://github.com/cashubtc/nuts/blob/main/15.md)

## Why is NUT13 missing?
[NUT13](https://github.com/cashubtc/nuts/blob/main/13.md) uses very Bitcoin-specific logic such as mnemonic seeds, and wallet derivation paths, which would require adding a dependency on [NBitcoin](https://github.com/MetacoSA/NBitcoin/).

0 comments on commit 63a4852

Please sign in to comment.