hyperwave-engine
v0.1.0
Published
HyperWave engine: P2P stadium wave over Hyperswarm/Autobase with WDK payments, host-agnostic, runs under Bare.
Readme
hyperwave-engine
The HyperWave engine: a permissionless P2P "stadium wave" — peers on a Hyperswarm DHT ring relay a signed token clockwise, post selfies to a shared Autobase gallery, and pay/tip with self-custodial WDK wallets. Host-agnostic; runs under Bare.
const { createEngine } = require('hyperwave-engine');
const engine = createEngine({
storageDir: '/tmp/hyperwave/a',
config: { matchId: 'hyperwave:my-match:v1' },
send: (msg) => console.log(msg) // engine → host events
});
engine.onMessage({ type: 'start-wave' }); // host → engine commandsSee usage.md for the full API walkthrough and examples/ for
runnable samples.
License: Apache-2.0
