blomstra/web3

Flarum 的 Web3

v0.1.8 2023-01-06 17:44 UTC

This package is auto-updated.

Last update: 2024-09-06 21:56:13 UTC


README

License Latest Stable Version Total Downloads

这是一个 Flarum 扩展。为 Flarum 提供Web3 EVM & Rust 钱包连接。

需求

  • FFI PHP 扩展(Dotsama 钱包所必需)。
  • GMP PHP 扩展(EVM 钱包所必需)。
  • PHP 8.0+。

用法

  • 通过签名用户名的方式,将 EVM 或 Dotsama 钱包账户绑定到您的用户账户。
  • 通过签名用户名的方式,使用已绑定的钱包地址登录您的用户账户。
  • 在任何时候都可以从您的用户账户解除 Web3 账户的绑定。
  • 通过签名新用户名的方式,使用 Web3 账户注册。

截图

bound wallets list admin settings sign up modal login modal evm wallets modal polkadot wallets modal

安装

使用 composer 安装

composer require blomstra/web3:"*"
php flarum assets:publish

更新

composer update blomstra/web3
php flarum migrate
php flarum cache:clear
php flarum assets:publish

链接