Skip to content

Biscuit Tutorial

TODO

TL;DR What is Biscuit?

Biscuit Software

Goals of This Tutorial

  • Generate new Private Key
  • Generate public key from Private Key
  • Import an Existing Nostr Account
  • Publish a note on Nostr
  • Search a Nostr relay for notes from a specific nip
  • Send a encrypted message via Nostr

Running Examples


git clone 
cd buscuit-wasm
npm install -g wasm-pack
npm install 
npm run build

cd examples/node
npm install @biscuit-auth/biscuit-wasm
node --experimental-wasm-modules ./index.js
node --experimental-wasm-modules ./express.js

node --experimental-wasm-modules ./test.js