working
Some checks are pending
Build Service / BuildPackage (push) Waiting to run

This commit is contained in:
2026-05-14 05:39:56 -04:00
parent 5b7cd13dc0
commit 172e3f63ac
33 changed files with 1633 additions and 0 deletions

12
startos/manifest/i18n.ts Normal file
View File

@@ -0,0 +1,12 @@
export const short = {
en_US: 'Sovereign Bitcoin identities.',
}
export const long = {
en_US:
'Spaces is a permissionless protocol for sovereign Bitcoin-anchored identities. This package runs the spaced daemon against Bitcoin mainnet and exposes space-cli through a browser-based terminal.',
}
export const depBitcoindDescription = {
en_US: 'Provides the Bitcoin block source spaced indexes.',
}