pull down to refresh
10 sats \ 1 reply \ @ca98am79 OP 10 Jan \ parent \ on: 🔥 🔥 Over 1 BTC irrevocably burned on the Spaces Protocol 🔥 🔥 bitcoin
“If you don't believe me or don't get it, I don't have time to try to convince you, sorry.”
it is a completely decentralized naming layer for bitcoin. It is not only useful, but urgently needed
what is your solution to BIP-353 and centralized domain names and centralized third party certificate authorities? a lot of people want these things decentralized and see the need
a couple of people have started working on using their names with fabric: https://github.com/spacesprotocol/fabric
we plan to launch GUI wallet soon, then a production ready fabric release, then a marketplace, then registry system for selling subspaces. After that we will be working on integrations with , for example, nostr, bip-353, etc
Here is one way to quickly get started: https://x.com/spacesprotocol/status/1873873441373233398
more info: https://spacesprotocol.org/
explorer: https://explorer.spacesprotocol.org/
You can check out fabric: https://github.com/spacesprotocol/fabric
Let me know if you have any questions
yes it will be in the code around here (this is for testnet4): https://github.com/spacesprotocol/spaced/blob/3107be99977210e45ae62a273decd5a8f9b3094d/protocol/src/constants.rs#L59
yes millions of subspaces can be aggregated into a single hash. Subspace ownership can then be verified off chain with things like fabric
i think so, yes - if they let the onchain subspace utxo expire and are included in the space owner receipt committed onchain afterwards
the zk receipt is published on chain by the space owner so that subspace holders can verify their ownership
the space owner publishes the zk receipt on chain so all subspace key holders have proof of ownership
you can fork the repo and change the launch block number, just as someone can fork bitcoin and create a new chain
subspaces and data related to names can be stored off chain
we have a proof of concept for subspace management here: https://github.com/spacesprotocol/subspacer
you can see how we store data off chain for example with fabric:
https://github.com/spacesprotocol/fabric