$AVAL铭文批量脚本
Blog iconY
Nov 22
1、安装python运行环境 https://www.python.org/ 安装完成后自行百度配置本地环境 运行你的脚本文件即可 2、代码import time from eth_account import Account from eth_account.signers.local import LocalAccount from web3 import Web3 w3 = Web3(Web3.HTTPProvider("https://rpc.ankr.com/avalanche")) private_key = input("你的私钥:") mint_num = int(input("铸造的数量:")) account: LocalAccount = Account.from_key(private_key) start_nonce = w3.eth.get_transaction_count(account.address) nonce = start_nonce def estimate_gas(txn): gas = w3.eth.estimate_gas({ "...

Y

Written by
a17608421417
Subscribe

2025 Paragraph Technologies Inc

PopularTrendingPrivacyTermsHome
Search...Ctrl+K

Y

Subscribe