Skip to content

Commit

Permalink
fix publish event with nip-7 extension (AbdelStark#14)
Browse files Browse the repository at this point in the history
* fix publish event with nip-7 extension

* clean

* env default relayer
  • Loading branch information
MSghais authored Jul 30, 2024
1 parent 3d141c6 commit ea7374d
Show file tree
Hide file tree
Showing 6 changed files with 252 additions and 131 deletions.
1 change: 1 addition & 0 deletions askeladd-dvm-marketplace/.env.example
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
DEFAULT_NOSTR_USER_SK=9f...f4
NEXT_PUBLIC_DEFAULT_NOSTR_USER_SK=9f...f4 # We can generate Nostr private key for user after
NEXT_PUBLIC_DEFAULT_RELAYER="wss"
317 changes: 200 additions & 117 deletions askeladd-dvm-marketplace/package-lock.json

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

1 change: 1 addition & 0 deletions askeladd-dvm-marketplace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"@rust-nostr/nostr-sdk": "^0.33.0",
"dotenv": "^16.4.5",
"next": "14.2.5",
"nostr-tools": "^2.7.1",
"react": "^18",
"react-dom": "^18"
},
Expand Down
Loading

0 comments on commit ea7374d

Please sign in to comment.