Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 564 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 564 Bytes

ins-bsc-tx-tool

A testing tool for sending tx to Inscription or BSC with one or multiple bls key signing payload

Setup config

  1. Edit config/config.json and input your Inscription or BSC private key and BLS private key(s)
  2. Fill in either ins_config or bsc_config within config/config.json depends on which chain want to send tx to

Build

make build

Run

Send tx to Inscription

./build/ins-bsc-tx-tool --tx-chain ins

Send tx to BSC

./build/ins-bsc-tx-tool --tx-chain bsc