Skip to content

Commit

Permalink
js: merge nostr-js into nostr-sdk-js
Browse files Browse the repository at this point in the history
Signed-off-by: Yuki Kishimoto <[email protected]>
  • Loading branch information
yukibtc committed Oct 30, 2024
1 parent 235f37f commit 173d8b1
Show file tree
Hide file tree
Showing 94 changed files with 288 additions and 646 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
* signer: bootstrap NIP46 signer on demand ([Yuki Kishimoto])
* bindings(nostr): adj. `tag` module ([Yuki Kishimoto])
* js: change `opt-level` to `z` ([Yuki Kishimoto])
* js: merge `nostr-js` into `nostr-sdk-js` ([Yuki Kishimoto])

### Added

Expand Down
13 changes: 1 addition & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[workspace]
members = [
"bindings/nostr-ffi",
"bindings/nostr-js",
"bindings/nostr-sdk-ffi",
"bindings/nostr-sdk-js",
"bindings/uniffi-bindgen",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Learn more about `rust-nostr` at <https://rust-nostr.org>.
* Python: https://pypi.org/project/nostr-protocol
* Kotlin: https://central.sonatype.com/artifact/org.rust-nostr/nostr
* Swift: https://github.com/rust-nostr/nostr-swift
* JavaScript: https://www.npmjs.com/package/@rust-nostr/nostr
* JavaScript: https://www.npmjs.com/package/@rust-nostr/nostr-sdk
* **nostr-sdk**:
* Rust: https://crates.io/crates/nostr-sdk
* Python: https://pypi.org/project/nostr-sdk
Expand Down
11 changes: 5 additions & 6 deletions bindings/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# Rust Nostr bindings
# rust-nostr bindings

- UniFFI (Python, Kotlin, Swift):
* [nostr-ffi](./nostr-ffi/): UniFFI bindings of the [nostr] crate
* [nostr-sdk-ffi](./nostr-sdk-ffi/): UniFFI bindings of the [nostr-sdk] crate
* [nostr-ffi](./nostr-ffi): UniFFI bindings of the [nostr] crate
* [nostr-sdk-ffi](./nostr-sdk-ffi): UniFFI bindings of the [nostr-sdk] crate
- JavaScript:
* [nostr-js](./nostr-js/): JavaScript bindings of the [nostr] crate
* [nostr-sdk-js](./nostr-sdk-js/): JavaScript bindings of the [nostr-sdk] crate
* [nostr-sdk-js](./nostr-sdk-js): JavaScript bindings of the [nostr] and [nostr-sdk] crates

[nostr]: ../crates/nostr/
[nostr-sdk]: ../crates/nostr-sdk/
[nostr-sdk]: ../crates/nostr-sdk/
10 changes: 0 additions & 10 deletions bindings/nostr-js/.cargo/config.toml

This file was deleted.

7 changes: 0 additions & 7 deletions bindings/nostr-js/.gitignore

This file was deleted.

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

This file was deleted.

22 changes: 0 additions & 22 deletions bindings/nostr-js/BUILD.md

This file was deleted.

18 changes: 0 additions & 18 deletions bindings/nostr-js/Cargo.toml

This file was deleted.

60 changes: 0 additions & 60 deletions bindings/nostr-js/README.md

This file was deleted.

17 changes: 0 additions & 17 deletions bindings/nostr-js/build.rs

This file was deleted.

25 changes: 0 additions & 25 deletions bindings/nostr-js/examples/nip07.js

This file was deleted.

16 changes: 0 additions & 16 deletions bindings/nostr-js/justfile

This file was deleted.

51 changes: 0 additions & 51 deletions bindings/nostr-js/package.json

This file was deleted.

42 changes: 0 additions & 42 deletions bindings/nostr-js/scripts/build.sh

This file was deleted.

10 changes: 0 additions & 10 deletions bindings/nostr-js/scripts/epilogue.d.ts

This file was deleted.

Loading

0 comments on commit 173d8b1

Please sign in to comment.