ソースを参照

refactor: rename cashu-sdk to cdk

thesimplekid 1 年間 前
コミット
dd5bdf3c27

+ 1 - 1
Cargo.toml

@@ -1,7 +1,7 @@
 [workspace]
 members = [
     "crates/cashu",
-    "crates/cashu-sdk",
+    "crates/cdk",
 ]
 resolver = "2"
 

+ 1 - 1
crates/cashu-sdk/Cargo.toml → crates/cdk/Cargo.toml

@@ -1,5 +1,5 @@
 [package]
-name = "cashu-sdk"
+name = "cdk"
 version = "0.1.0"
 edition = "2021"
 authors = ["thesimplekid"]

+ 19 - 0
crates/cdk/README.md

@@ -0,0 +1,19 @@
+
+# Cashu Development Kit
+
+## 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-13](https://github.com/cashubtc/nuts/blob/main/13.md)

+ 0 - 0
crates/cashu-sdk/src/client/gloo_client.rs → crates/cdk/src/client/gloo_client.rs


+ 0 - 0
crates/cashu-sdk/src/client/minreq_client.rs → crates/cdk/src/client/minreq_client.rs


+ 0 - 0
crates/cashu-sdk/src/client/mod.rs → crates/cdk/src/client/mod.rs


+ 0 - 0
crates/cashu-sdk/src/error.rs → crates/cdk/src/error.rs


+ 0 - 0
crates/cashu-sdk/src/lib.rs → crates/cdk/src/lib.rs


+ 0 - 0
crates/cashu-sdk/src/mint/localstore/memory.rs → crates/cdk/src/mint/localstore/memory.rs


+ 0 - 0
crates/cashu-sdk/src/mint/localstore/mod.rs → crates/cdk/src/mint/localstore/mod.rs


+ 0 - 0
crates/cashu-sdk/src/mint/localstore/redb_store.rs → crates/cdk/src/mint/localstore/redb_store.rs


+ 0 - 0
crates/cashu-sdk/src/mint/mod.rs → crates/cdk/src/mint/mod.rs


+ 0 - 0
crates/cashu-sdk/src/wallet/localstore/memory.rs → crates/cdk/src/wallet/localstore/memory.rs


+ 0 - 0
crates/cashu-sdk/src/wallet/localstore/mod.rs → crates/cdk/src/wallet/localstore/mod.rs


+ 0 - 0
crates/cashu-sdk/src/wallet/localstore/redb_store.rs → crates/cdk/src/wallet/localstore/redb_store.rs


+ 0 - 0
crates/cashu-sdk/src/wallet/mod.rs → crates/cdk/src/wallet/mod.rs