Software for processing main modules in Inkochain.
- Proxy support
- Ability to choose the module to be executed
- Asynchronous OOP code
- EIP-1559
- Bridge Relay from Ink to Optimism
- Bridge Relay from Ink to Base
- Bridge Relay from Base to Ink
- Bridge Relay from Optimism to Ink
- Bridge Owlto from Ink to Optimism
- Bridge Owlto from Ink to Base
- Bridge Owlto from Base to Ink
- Bridge Owlto from Optimism to Ink
- Bridge BridgeGG from Ethereum Mainnet to Ink
- Claim Daily GM
- Claim ZNS Domen
- Mint Paragraph NFT (Optimism Network only)
- Create
private_keys.txt
file and fill by private keys. - Create
proxies.txt
file and fill by proxies in format:
# Controls asyncronious execution
threads: 10
# Shuffle accounts before execution
shuffle_flag: true
# Initial delay range before starting operations (seconds)
delay_before_start:
min: 1
max: 10
# Delay between tasks (seconds)
delay_between_tasks:
min: 60
max: 300
percent_amount: # what percent of balance you want to bridge, swap and so on ...
- min: 50
- max: 75
save_amount: # what amount in Ether you want to leave in source network
- min: 0.001
- max: 0.002
# Optional
# Individual Modules configuration
# - bridge_owlto_op_to_ink
# - bridge_owlto_base_to_ink
# - bridge_owlto_ink_to_op
# - bridge_owlto_ink_to_base
# - bridge_relay_op_to_ink
# - bridge_relay_base_to_ink
# - bridge_relay_ink_to_op
# - bridge_relay_ink_to_base
# - bridge_gg_ethereum_to_ink
# - mint_paragraf_nft
# - buy_znc_domen_ink_network
# - claim_daily_gm
# Example:
module_settings:
bridge_relay_ink_to_op:
percent_range:
min: 45
max: 80
save_amount:
# Fixed amount
min: 0.001
max: 0.001
By installing the project, you accept the risks of using the software
Once you download the project, make sure that you have Python 3.12.7
- Installing a virtual environment
python -m venv ./venv
- To install the necessary libraries, type in the console
pip install -r requirements.txt
- Launch by command
python main.py
- @degensoftware - my channel
- @degen_software - answers to any question
Thank you for your support❤️