Skip to content

Commit

Permalink
chore: remove bindings from cdk repo
Browse files Browse the repository at this point in the history
  • Loading branch information
thesimplekid committed Nov 19, 2024
1 parent 8a3cec6 commit c8f82b2
Show file tree
Hide file tree
Showing 45 changed files with 1 addition and 2,462 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ jobs:
-p cdk,
-p cdk --no-default-features,
-p cdk --no-default-features --features wallet,
-p cdk-js,
]
steps:
- name: checkout
Expand Down
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[workspace]
members = [
"bindings/cdk-js",
"crates/*",
]
resolver = "2"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ The project is split up into several crates in the `crates/` directory:

## Bindings

Experimental bindings can be found in the [bindings](./bindings/) folder.
Experimental JS bindings can be found in the [bindings repository](https://github.com/thesimplekid/cdk-js).

## License

Expand Down
4 changes: 0 additions & 4 deletions bindings/README.md

This file was deleted.

12 changes: 0 additions & 12 deletions bindings/cdk-js/.npmignore

This file was deleted.

25 changes: 0 additions & 25 deletions bindings/cdk-js/Cargo.toml

This file was deleted.

61 changes: 0 additions & 61 deletions bindings/cdk-js/examples/mint_token.js

This file was deleted.

3 changes: 0 additions & 3 deletions bindings/cdk-js/justfile

This file was deleted.

42 changes: 0 additions & 42 deletions bindings/cdk-js/package.json

This file was deleted.

12 changes: 0 additions & 12 deletions bindings/cdk-js/src/error.rs

This file was deleted.

12 changes: 0 additions & 12 deletions bindings/cdk-js/src/lib.rs

This file was deleted.

24 changes: 0 additions & 24 deletions bindings/cdk-js/src/nuts/mod.rs

This file was deleted.

42 changes: 0 additions & 42 deletions bindings/cdk-js/src/nuts/nut00/blind_signature.rs

This file was deleted.

71 changes: 0 additions & 71 deletions bindings/cdk-js/src/nuts/nut00/blinded_message.rs

This file was deleted.

35 changes: 0 additions & 35 deletions bindings/cdk-js/src/nuts/nut00/currency_unit.rs

This file was deleted.

14 changes: 0 additions & 14 deletions bindings/cdk-js/src/nuts/nut00/mod.rs

This file was deleted.

Loading

0 comments on commit c8f82b2

Please sign in to comment.