shadowy-super-stacker / nostr-kit
NIP 05 验证
1.0.5
2024-09-03 14:18 UTC
Requires
- php: >=8.2
- craftcms/cms: ^5.0.0
- swentel/nostr-php: ^1.4
Requires (Dev)
- craftcms/phpstan: dev-main
README
Nostr Kit 是一个 Craft CMS 插件,它集成了 Nostr 协议。它包括对 NIP-05 的支持,允许您将 Nostr 密钥映射到基于 DNS 的互联网标识符。您可以从 Craft CMS 控制面板轻松管理用户验证并自定义设置。
要求
此插件需要 Craft CMS 5.0.0 或更高版本,以及 PHP 8.2 或更高版本。
安装
您可以从插件商店或使用 Composer 安装此插件。
从插件商店
前往项目的控制面板中的插件商店,搜索“Nostr Kit”。然后点击“安装”。
使用 Composer
打开您的终端,并运行以下命令
# go to the project directory cd /path/to/my-project.test # tell Composer to load the plugin composer require shadowy-super-stacker/nostr-kit # tell Craft to install the plugin ./craft plugin/install nostr-kit