Add fromPromenade method to Nip46Bunker

This commit is contained in:
Jon Staab
2025-11-26 14:42:41 -08:00
parent 2381c29799
commit 36997c127f
6 changed files with 336 additions and 31 deletions
+2 -2
View File
@@ -16,8 +16,8 @@ A Nostr signer implementation that supports multiple authentication methods and
## Quick Example
```typescript
import { makeEvent } from '@welshman/util'
import { ISigner, Nip01Signer, makeSecret } from '@welshman/signer'
import { makeEvent, makeSecret } from '@welshman/util'
import { ISigner, Nip01Signer } from '@welshman/signer'
const signer: ISigner = new Nip01Signer(makeSecret())
const options = {