Yonle / nip07_polyfill

A drop in replacement when NIP-07 addon is not detected.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nip07_polyfill

A drop in replacement when NIP-07 addon is not detected.

Loading the script

You will also need to load nostr-tools script in order to use this polyfill

<script src="https://raw.githubusercontent.com/Yonle/nip07_polyfill/master/nip07_polyfill.js"></script>

Function Compatibility

Supported

  • getPublicKey()
  • signEvent()

Unsupported

  • getRelays() - will only return empty array.

Coming soon

  • nip04.encrypt()
  • nip04.decrypt()

About

A drop in replacement when NIP-07 addon is not detected.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:JavaScript 100.0%