Skip to content

Commit 63a4852

Browse files
committed
add rm and v
1 parent e7f6c3c commit 63a4852

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

DotNut/DotNut.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<Copyright>MIT</Copyright>
1212
<PackageProjectUrl>https://github.com/Kukks/DotNut</PackageProjectUrl>
1313
<PackageLicenseUrl>https://github.com/Kukks/DotNut/blob/master/LICENSE</PackageLicenseUrl>
14+
<PackageVersion>1.0.0</PackageVersion>
1415
<RepositoryUrl>https://github.com/Kukks/DotNut</RepositoryUrl>
1516
<RepositoryType>git</RepositoryType>
1617
<PackageTags>bitcoin cashu ecash secp256k1</PackageTags>

README.md

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# DotNut - A C# Cashu library
2+
3+
## Installation
4+
5+
```bash
6+
dotnet add package DotNut
7+
```
8+
9+
10+
11+
## Implemented [NUTs](https://github.com/cashubtc/nuts/):
12+
13+
- :heavy_check_mark: [NUT-00](https://github.com/cashubtc/nuts/blob/main/00.md)
14+
- :heavy_check_mark: [NUT-01](https://github.com/cashubtc/nuts/blob/main/01.md)
15+
- :heavy_check_mark: [NUT-02](https://github.com/cashubtc/nuts/blob/main/02.md)
16+
- :heavy_check_mark: [NUT-03](https://github.com/cashubtc/nuts/blob/main/03.md)
17+
- :heavy_check_mark: [NUT-04](https://github.com/cashubtc/nuts/blob/main/04.md)
18+
- :heavy_check_mark: [NUT-05](https://github.com/cashubtc/nuts/blob/main/05.md)
19+
- :heavy_check_mark: [NUT-06](https://github.com/cashubtc/nuts/blob/main/06.md)
20+
- :heavy_check_mark: [NUT-07](https://github.com/cashubtc/nuts/blob/main/07.md)
21+
- :heavy_check_mark: [NUT-08](https://github.com/cashubtc/nuts/blob/main/08.md)
22+
- :heavy_check_mark: [NUT-09](https://github.com/cashubtc/nuts/blob/main/09.md)
23+
- :heavy_check_mark: [NUT-10](https://github.com/cashubtc/nuts/blob/main/10.md)
24+
- :heavy_check_mark: [NUT-11](https://github.com/cashubtc/nuts/blob/main/11.md)
25+
- :heavy_check_mark: [NUT-12](https://github.com/cashubtc/nuts/blob/main/12.md)
26+
- :heavy_check_mark: [NUT-14](https://github.com/cashubtc/nuts/blob/main/14.md)
27+
- :heavy_check_mark: [NUT-15](https://github.com/cashubtc/nuts/blob/main/15.md)
28+
29+
## Why is NUT13 missing?
30+
[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 commit comments

Comments
 (0)