nomen

所属分类:加密货币
开发工具:Rust
文件大小:0KB
下载次数:0
上传日期:2023-09-17 20:56:56
上 传 者sh-1993
说明:  基于比特币和Nostr.的去中心化DNS协议。,
(A protocol for decentralized DNS based on Bitcoin and Nostr.,)

文件列表:
CHANGELOG.md (1082, 2023-11-26)
Cargo.lock (73963, 2023-11-26)
Cargo.toml (679, 2023-11-26)
LICENSE (1056, 2023-11-26)
Makefile (1134, 2023-11-26)
RELEASE_NOTES.md (1035, 2023-11-26)
build.rs (191, 2023-11-26)
cliff.toml (3034, 2023-11-26)
docs/ (0, 2023-11-26)
docs/API.md (2581, 2023-11-26)
docs/DEVELOPMENT.md (973, 2023-11-26)
docs/FAQ.md (3120, 2023-11-26)
docs/HOWTO.md (1513, 2023-11-26)
docs/RELEASE.md (769, 2023-11-26)
docs/SPEC.md (99, 2023-11-26)
docs/changelogs/ (0, 2023-11-26)
docs/changelogs/v0.2.0.md (1947, 2023-11-26)
docs/changelogs/v0.3.0.md (3513, 2023-11-26)
docs/development.nomen.toml (180, 2023-11-26)
docs/release_notes/ (0, 2023-11-26)
docs/release_notes/v0.3.0.md (628, 2023-11-26)
example.nomen.toml (502, 2023-11-26)
nomen-cli/ (0, 2023-11-26)
nomen-cli/Cargo.toml (497, 2023-11-26)
nomen-cli/src/ (0, 2023-11-26)
nomen-cli/src/main.rs (2046, 2023-11-26)
nomen-cli/src/nostr.rs (787, 2023-11-26)
nomen/ (0, 2023-11-26)
nomen/Cargo.toml (1464, 2023-11-26)
nomen/build.rs (191, 2023-11-26)
nomen/src/ (0, 2023-11-26)
nomen/src/config/ (0, 2023-11-26)
nomen/src/config/cfg.rs (4940, 2023-11-26)
nomen/src/config/cli.rs (1025, 2023-11-26)
nomen/src/config/config_file.rs (2393, 2023-11-26)
... ...

# Nomen Explorer Nomen is a protocol for globally unique, decentralized "domain names". The Nomen Explorer is the first indexer (or name server) for this protocol. Try it [here](https://nomenexplorer.com)! You can explore existing names or create a new one. Note: You will need to sign and broadcast a Bitcoin transaction with your wallet to do it. If you download the project yourself, you can build it and run the indexer for your own use, or use the CLI to experiment with Nomen. ## What is Nomen? Nomen is a protocol for globally unique names, like DNS, except decentralized and based on Bitcoin and Nostr. Instead of a central authority deciding who controls a name, the protocol provides simple rules to determine the owner. At a high level, claims to a name are published to the Bitcoin blockchain (think of this as registering a domain name). Bitcoin provides the ordering guarantees. The first to claim a name owns it. Published along with the name is the public key of the owner. Owners then publish Nostr events signed with the same key to update their records (like their domain DNS records). With Bitcoin, there is no need to create a new blockchain or have a trusted third party. With Nostr, there's no need to bootstrap a new P2P transport layer. Read [the specs](https://github.com/ursuscamp/noms) for more details about the protocol itself. It's very simple. ## Documentation - [Changelog](CHANGELOG.md) - [Release Notes](RELEASE_NOTES.md) ## Setting up a dev environment Follow the steps in [DEVELOPMENT.md](./docs/DEVELOPMENT.md).

近期下载者

相关文件


收藏者