File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,12 @@ This repository hosts a collection of examples implemented in both Golang and Ja
4
4
The client implementation follows the API standards of [ BEP-414] ( https://github.com/bnb-chain/BEPs/blob/master/BEPs/BEP-414.md ) .
5
5
The examples include:
6
6
7
- - Wallet integration
8
- - Centralized Exchange (CEX) integration
9
- - Payment gateway integration
7
+ - Wallet integration: The wallet can detect transactions eligible for sponsorship through MegaFuel's API,
8
+ and send these sponsorship-eligible transactions via the paymaster.
9
+ - Centralized Exchange (CEX) integration: Token issuers promote the adoption of their tokens by sponsoring CEX users
10
+ to withdraw funds with zero gas fees. The CEX then manages this sponsorship policy through MegaFuel's interface.
11
+ - Payment gateway integration: The payment gateway sponsors consumers to pay with ERC20 tokens without incurring gas
12
+ fees, using MegaFuel to manage the sponsorship policy.
10
13
11
14
12
15
## Network Endpoint
You can’t perform that action at this time.
0 commit comments