metadata.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,2 +1,3 @@
|
|||||||
node_modules
|
node_modules
|
||||||
*.build.js
|
*.build.js
|
||||||
|
*.zip
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# nos2x
|
# nos2x
|
||||||
### notes and other stuff signed by an extension)
|
### notes and other stuff signed by an extension
|
||||||
|
|
||||||
## Nostr Signer Extension
|
## Nostr Signer Extension
|
||||||
|
|
||||||
@@ -12,6 +12,13 @@ async window.nostr.getPublicKey(): string // returns your public key as hex
|
|||||||
async window.nostr.signEvent(event): string // returns the signature as hex
|
async window.nostr.signEvent(event): string // returns the signature as hex
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Screenshots
|
||||||
|
|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
LICENSE: public domain.
|
LICENSE: public domain.
|
||||||
|
|||||||
@@ -16,6 +16,7 @@
|
|||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "./build.js",
|
"build": "./build.js",
|
||||||
"watch": "ag -l --js | entr ./build.js"
|
"watch": "ag -l --js | entr ./build.js",
|
||||||
|
"package": "cd extension; zip -r archive *; cd ..; mv extension/archive.zip ./nos2x.zip"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
BIN
screenshot1.png
Normal file
BIN
screenshot1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 68 KiB |
BIN
screenshot2.png
Normal file
BIN
screenshot2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 44 KiB |
BIN
screenshot3.png
Normal file
BIN
screenshot3.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 69 KiB |
BIN
screenshot4.png
Normal file
BIN
screenshot4.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 56 KiB |
Reference in New Issue
Block a user