a automated tx script for hsn-devnet
- python3
- pip3
-
/config/global.yaml
hsn_client_path:
the path of your hsncli
hsn_server_path:
the path of your hsnd
hsn_local_account_path:
the path of your account's package located in Local directory
node_lcd_server:
the <host>:<port> of your hsnhub lcd server
node_rpc_server:
the <host>:<port> of your hsnhub rpc server
*Don't delete other fields even though they are empty
-
/config/account.yaml
- { filePath: the path of your local account directory, name: the name of local account, password: the password of local account, type: local, }
-
Dependent package download
/autotx$: pip3 install -r requirements.txt
/autotx$:cd simple
/autotx$:python3 main.py