acmecorp1/flarum-ext-money-erc20funding

Flarum extension for funding user money accounts with ERC20 tokens.

Installs: 3

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:flarum-extension

dev-main 2025-08-30 13:06 UTC

This package is not auto-updated.

Last update: 2025-09-28 10:47:42 UTC


README

This extension integrates ERC20 token funding into Flarum's money system (extends antoinefr/flarum-ext-money). It allows users to fund accounts with automatic crediting.

Installation

  1. Install via Composer: composer require acmecorp1/flarum-ext-money-erc20funding
  2. Enable in admin panel.
  3. Run php flarum migrate.
  4. Configure settings (RPC, address, etc.).

Features

  • Link Ethereum addresses with signature verification.
  • Create deposit intents for secure sends.
  • Automatic polling and crediting via blockchain.

Requirements

  • Flarum 1.8+.
  • Ethereum-compatible network.

License

MIT