Bounties are organized in the open on Nostr, work is paid in Bitcoin - a permissionless design suitable for AI agents. Funds are locked in a trust-minimized multiparty escrow built on Arkade until the work is done. Clear acceptance criteria enable predictable, machine-verifiable outcomes by design. Disputes are resolved automatically based on oracle attestations, with a panel of human jurors acting as a fallback mechanism.
Install Bun, then install dependencies:
bun installStart the development server:
bun run devBuild for production and preview the result:
bun run build
bun run previewRun these before submitting a PR, in this order:
bun run format # format code with prettier
bun run lint # prettier/eslint checks
bun run check # svelte-check / TypeScript
bun run test # unit tests
bun run build # production buildOr run them all in one go:
bun run prCI runs the same checks (all except format) on every pull request.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or any later version.