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
Requires
- antoinefr/flarum-ext-money: ^1.0
- flarum/core: ^1.8
- guzzlehttp/guzzle: ^7.0
- web3p/web3.php: ^0.3
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
- Install via Composer:
composer require acmecorp1/flarum-ext-money-erc20funding
- Enable in admin panel.
- Run
php flarum migrate
. - 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