Skip to content

exmeta/web3-scripts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zuperscripts

A general collection of web3 scripts

Installation (Nuyul Lava Network Usage)

first, you download the repository and move to right directory using the following command:

git clone https://github.com/nmluthfi/web3-scripts.git && cd web3-scripts/zuperscripts

then, you need to install the required packages using the following command:

sudo apt install -y libgmp3-dev && pip install starknet-py

after that, you can run the script using the following command:

python main.py 
--ethereum_rpc_endpoint <your rpc> 
--ethereum_wallet_address <your address> 
--near_mainnet_rpc_endpoint <your rpc> 
--near_mainnet_account_id <your account id> 
--near_testnet_rpc_endpoint <your rpc> 
--near_testnet_account_id <your account id> 
--starknet_mainnet_rpc_endpoint <your rpc> 
--starknet_mainnet_wallet_address <your address>
--starknet_testnet_rpc_endpoint <your rpc>
--starknet_testnet_wallet_address <your address>

# alternatively you can use pyhton3 to run the script

Installation (Package Usage)

pip install zuperscripts

How To Use

Transaction ERC

import zuperscripts

zuperscripts.TransactionERC(wallet address, rpc endpoint).check_balance()

Transaction NEAR

import zuperscripts

zuperscripts.TransactionNear(wallet address, rpc endpoint).check_balance()

License

This project is licensed under the MIT License - see the LICENSE file for details.

Developed by Zuperhunt Team (c) 2024

About

A general collection of web3 scripts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%