c29r3 / starknet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Starknet Soft

A script designed to simplify your interaction with Starknet. It provides a wide range of features that will make it easier for you to work with Starknet, simplify the management of your farm, and allow you to perform a variety of operations on the network.


🔔 Subscribe to me: https://t.me/sybilwave

🤑 Donate me: 0x00000b0ddce0bfda4531542ad1f2f5fad7b9cde9


🚀 Installation

git clone https://github.com/czbag/starknet.git

cd starknet

pip install -r requirements.txt

# Before you start, configure the required modules in modules_settings.py

python main.py

🚨 Modules

  1. Make deposit/withdraw with official bridge

  2. Make deposit/withdraw with Orbiter bridge

  3. Swaps on JediSwap, MySwap, 10kSwap, SithSwap, Protoss, Avnu (avnu include ref system, 1% of the tx amount goes to me, come not from you, but from the Avnu contract! can be turned off in config.py)

  4. Lending protocol zkLend(deposit/withdraw/enable_collateral)

  5. Lending protocol Nostra (deposit/withdraw)

  6. Mint Starknet ID

  7. Mint StarkStars NFT

  8. Mint GOL2 Token

  9. Deploy token

  10. Deploy & mint NFT

  11. Dmail - email sender (onchain)

  12. Transfer ETH to any wallets

  13. Multi-swap capability - makes the specified number of swaps in the specified dexes

  14. Custom routes - actions to be performed sequentially or randomly

  15. Check gas before starting the module, if gas > specified, the software will wait for

  16. Logging via logger module

  17. Transaction count checker


⚙️ Настройка

  1. All basic settings are made in settings.py and modules_settings.py, inside there is information about what and where to write

  2. In the accounts.txt file, specify your private keys

  3. In the recipients.txt file, specify you address (for withdraw with official bridge or orbiter)

  4. In the rpc.json file at the path zksync/data/rpc.json we can change the rpc to ours

Info on updates and just a life blog –– https://t.me/sybilwave

About


Languages

Language:Python 100.0%