Skip to content

Commit e4aa31a

Browse files
committed
update megafuel wording
1 parent 296ccee commit e4aa31a

File tree

12 files changed

+15
-15
lines changed

12 files changed

+15
-15
lines changed

cex/go-example/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ from the official faucet)
1717

1818
- Set "TokenContractAddress" to the ERC20 token contract address that users want to withdraw.
1919
- Set "WithdrawRecipientAddress" to the receiver address of user's withdrawal request.
20-
- Set "SponsorPolicyId" to the policy ID created by the sponsor on Megafuel Paymaster, create one
20+
- Set "SponsorPolicyId" to the policy ID created by the sponsor on MegaFuel Paymaster, create one
2121
from [here](https://docs.nodereal.io/docs/megafuel-sponsor-guidelines) if you don't have it.
2222
- Set "SponsorAPIEndpoint" to the API key created by the sponsor in the Nodereal dashboard.
2323
create one from [here](https://docs.nodereal.io/docs/megafuel-sponsor-guidelines) if you don't have it.

cex/js-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "megafuel-paymaster-example",
33
"version": "1.0.0",
4-
"description": "A script to send Ethereum transactions with 0 gas price through Megafuel Paymaster",
4+
"description": "A script to send Ethereum transactions with 0 gas price through MegaFuel Paymaster",
55
"main": "index.js",
66
"scripts": {
77
"start": "node index.js"

cex/js-example/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ from the official faucet)
2222
- 'TOKEN_CONTRACT_ADDRESS' with the ERC20 token that the Payment Gateway support.
2323
- 'SPONSOR_API_KEY' to the API key created by the Sponsor in the Nodereal dashboard. create one
2424
from [here](https://docs.nodereal.io/docs/megafuel-sponsor-guidelines) if you don't have it.
25-
- 'SPONSOR_POLICY_ID' to the policy ID created by the sponsor on Megafuel Paymaster, create one
25+
- 'SPONSOR_POLICY_ID' to the policy ID created by the sponsor on MegaFuel Paymaster, create one
2626
from [here](https://docs.nodereal.io/docs/megafuel-sponsor-guidelines) if you don't have it.
2727
2828
3. Run script

payment-gateway/go-example/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ from the official faucet)
1717

1818
- Set "PaymentTokenContractAddress" to the ERC20 token contract address users will use for payment.
1919
- Set "PaymentRecipientAddress" to the receiver address for the Payment Gateway's generated payment link.
20-
- Set "PaymentSponsorPolicyId" to the policy ID created by the Payment Gateway on Megafuel Paymaster, create one
20+
- Set "PaymentSponsorPolicyId" to the policy ID created by the Payment Gateway on MegaFuel Paymaster, create one
2121
from [here](https://docs.nodereal.io/docs/megafuel-sponsor-guidelines) if you don't have it.
2222
- Set "SponsorAPIEndpoint" to the API key created by the Payment Gateway in the Nodereal dashboard.
2323
create one from [here](https://docs.nodereal.io/docs/megafuel-sponsor-guidelines) if you don't have it.

payment-gateway/js-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "megafuel-paymaster-example",
33
"version": "1.0.0",
4-
"description": "A script to send Ethereum transactions with 0 gas price through Megafuel Paymaster",
4+
"description": "A script to send Ethereum transactions with 0 gas price through MegaFuel Paymaster",
55
"main": "index.js",
66
"scripts": {
77
"start": "node index.js"

payment-gateway/js-example/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Js Example
22
This repository contains a Js application demonstrating:
33
1. Payment Gateway manage the sponsor policy to sponsor any transaction that send BEP20 to them.
4-
2. User send ERC20 token transfers to payment gateway without pay gas fee through Megafuel paymaster.
4+
2. User send ERC20 token transfers to payment gateway without pay gas fee through MegaFuel paymaster.
55

66
## Quick Start
77

@@ -22,7 +22,7 @@ from the official faucet)
2222
- 'TOKEN_CONTRACT_ADDRESS' with the ERC20 token that the Payment Gateway support.
2323
- 'SPONSOR_API_KEY' to the API key created by the Payment Gateway in the Nodereal dashboard. create one
2424
from [here](https://docs.nodereal.io/docs/megafuel-sponsor-guidelines) if you don't have it.
25-
- 'SPONSOR_POLICY_ID' to the policy ID created by the Payment Gateway on Megafuel Paymaster, create one
25+
- 'SPONSOR_POLICY_ID' to the policy ID created by the Payment Gateway on MegaFuel Paymaster, create one
2626
from [here](https://docs.nodereal.io/docs/megafuel-sponsor-guidelines) if you don't have it.
2727
2828
3. Run script

payment-gateway/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Payment Gateway Example
22

33
In payment scenarios, it's most common for users to pay with stablecoins. However, users might not possess the
4-
gas token of the specific blockchain network. Therefore, Megafuel allows payment gateways or other third parties
4+
gas token of the specific blockchain network. Therefore, MegaFuel allows payment gateways or other third parties
55
to pay the gas fee on behalf of the users.
66

77
## Prepare Work

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Megafuel client Example
1+
# MegaFuel client Example
22

3-
This repository hosts a collection of examples implemented in both Golang and JavaScript for the [Megafuel Paymaster](https://docs.nodereal.io/docs/megafuel-overview).
3+
This repository hosts a collection of examples implemented in both Golang and JavaScript for the [MegaFuel Paymaster](https://docs.nodereal.io/docs/megafuel-overview).
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

@@ -30,7 +30,7 @@ Please get ERC20 token for test before you start:
3030
- [For payment gateway integration](./payment-gateway/readme.md)
3131
- [For Cex integration](./cex/readme.md)
3232

33-
## More Docs about the Megafuel Paymaster
33+
## More Docs about the MegaFuel Paymaster
3434
- [Paymaster Overview](https://docs.nodereal.io/docs/megafuel-overview)
3535
- [Sponsor Policy Management](https://docs.nodereal.io/docs/megafuel-policy-management)
3636
- [Sponsor Guidelines](https://docs.nodereal.io/docs/megafuel-sponsor-guidelines)

wallet-user/go-example/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# GO Example
2-
This repository contains a Go application demonstrating how to send gasless tx on BSC through Megafuel
2+
This repository contains a Go application demonstrating how to send gasless tx on BSC through MegaFuel
33
paymaster.
44

55
## Quick Start

wallet-user/js-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "megafuel-paymaster-example",
33
"version": "1.0.0",
4-
"description": "A script to send BSC transactions with 0 gas price through Megafuel paymaster",
4+
"description": "A script to send BSC transactions with 0 gas price through MegaFuel paymaster",
55
"main": "index.js",
66
"scripts": {
77
"start": "node index.js"

0 commit comments

Comments
 (0)