Web3 for Flarum

Installs: 19

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 1

Type:flarum-extension

v0.3.7 2024-09-06 10:48 UTC

This package is auto-updated.

Last update: 2024-10-06 11:01:35 UTC


README

License Latest Stable Version Total Downloads

A Flarum extension. Web3 EVM & Rust Wallets connection for Flarum.

Requirements

  • FFI PHP extension (Required for Dotsama wallets).
  • GMP PHP extension (Required for EVM wallets).
  • PHP 8.0+.

Usage

  • Bind accounts from EVM or Dotsama Wallets to your user account by signing your username cryptographically.
  • Login to your user account using a bound wallet address by signing your username cryptographically.
  • Unbind web3 accounts from your user account at any time.
  • Sign up using a web3 account by signing your new username cryptographically.

Screenshots

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

Installation

Install with composer:

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

Updating

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

Links