diff --git a/DotNut/DotNut.csproj b/DotNut/DotNut.csproj
index f202094..07fb579 100644
--- a/DotNut/DotNut.csproj
+++ b/DotNut/DotNut.csproj
@@ -11,6 +11,7 @@
MIT
https://github.com/Kukks/DotNut
https://github.com/Kukks/DotNut/blob/master/LICENSE
+ 1.0.0
https://github.com/Kukks/DotNut
git
bitcoin cashu ecash secp256k1
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..6e690a0
--- /dev/null
+++ b/README.md
@@ -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/).
\ No newline at end of file