Skip to content

Commit 4b4c1a1

Browse files
committed
add description to the example
1 parent 60ea803 commit 4b4c1a1

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

readme.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@ This repository hosts a collection of examples implemented in both Golang and Ja
44
The client implementation follows the API standards of [BEP-414](https://github.com/bnb-chain/BEPs/blob/master/BEPs/BEP-414.md).
55
The examples include:
66

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.
1013

1114

1215
## Network Endpoint

0 commit comments

Comments
 (0)