File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " meganode-paymaster-example" ,
3
3
"version" : " 1.0.0" ,
4
- "description" : " A script to send Ethereum transactions with 0 gas price through Meganode Paymaster" ,
4
+ "description" : " A script to send BSC transactions with 0 gas price through Meganode Paymaster" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
7
7
"start" : " node index.js"
Original file line number Diff line number Diff line change 1
1
# Js Example
2
- This is a Js script to send Ethereum transactions with 0 gas price through Meganode Paymaster.
2
+ This is a Js script to send BSC transactions with 0 gas price through Meganode Paymaster.
3
3
4
4
## Quick Start
5
5
@@ -14,9 +14,9 @@ from the official faucet)
14
14
2. Edit the script.
15
15
16
16
Open index.js and replace the following placeholders:
17
- - ' YOUR_PRIVATE_KEY' with your Ethereum private key
17
+ - ' YOUR_PRIVATE_KEY' with your BSC private key
18
18
- ' TOKEN_CONTRACT_ADDRESS' with the address of the ERC20 token you want to send
19
- - ' RECIPIENT_ADDRESS' with the Ethereum address you want to send tokens to
19
+ - ' RECIPIENT_ADDRESS' with the BSC address you want to send tokens to
20
20
21
21
Please ensure that the unlocked account is allowed to send gasless tx.
22
22
You can’t perform that action at this time.
0 commit comments