nostrum
nostrum copied to clipboard
iOS & Android reference implementation of a Nostr Connect NIP-46 remote signer. Written with React Native Expo
Can’t exit out of the camera when opened to scan a QR code
With s toggle to show/hide the key
For any request that requires the user to approve (ie. `sign_event`) we should make sure the BottomSheet modal is in the top level so would expand to whatever page the...
If you try to download the apk from the link in the readme, you get ``` NoSuchKey The specified key does not exist. No such object: turtle-v2-artifacts/production/c0f35709-4281-4f0e-a2a1-d02f47d00bf9/8261d057-cf6b-494b-ba2c-72519a718220/application-4af1e6e5-9308-46c8-9111-a83b57ae20b3.apk ```
Nostrum built from master branch does not properly switch to the relay specified in the scanned nostrconnect, so the app presenting the nostrconnect url is forced to use wss://nostr.vulpem.com to...
in sign_event specs `sign_event []` nip46 specifies params to be > positional array of string parameters. this points to the correct way to encode the event being [JSON.stringify({kind,content,tags,created_at})] nostrum (built...