Skip to content

Releases: boogiecompute/boogie-js

Release list

v0.2.0

Choose a tag to compare

@boogiecompute boogiecompute released this 08 Sep 00:57

What shipped

  • One client over the built-in fetch, zero dependencies, same code in Node,
    Deno, Bun and the browser
  • rent() walks the whole path and hands back a machine you can use
  • wait() lets the service hold the connection instead of polling
  • template picks what the machine boots as
  • stop() ends a rental early, unused hours come back
  • Type declarations included, no build step

Numbers

11 tests against a fake network, checked against the live API.

What is not here

The client never signs a transaction. Settling the quote stays in your code,
and examples/rent.js shows one way with viem. Publishing to npm is pending,
install from GitHub until then.