Metadata-Version: 2.1
Name: zuperscripts
Version: 0.0.1
Summary: Collection of web3 scripts
Home-page: https://github.com/nmluthfi/web3-scripts.git
Author: Zuperhunt
Author-email: nurmuhammadluthfi@gmail.com
License: MIT
Project-URL: Source, https://github.com/nmluthfi/web3-scripts.git
Keywords: python,transaction,web3,scripts
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests


# Zuperscripts



A general collection of web3 scripts



## Installation (Nuyul Lava Network Usage)



```bash

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

````



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



```bash

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>

```



## Installation (Package Usage)



```bash

pip install zuperscripts

```



## How To Use



### Transaction ERC

```python

import zuperscripts



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

```

### Transaction NEAR

```python

import zuperscripts



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

```



## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.



Developed by Zuperhunt Team (c) 2024
