For Polkadot, Kusama we can use @substrate/txwrapper-polkadot and follow https://github.com/paritytech/txwrapper-core/blob/main/packages/txwrapper-examples/polkadot/src/polkadot.ts
Since Bittensor TAO is based on Substrate, I thought that transactions would follow the same with changing to Bittensor parameters. However we obtain a following error:
"Transaction has a bad signature" error while submitting the extrinsic.
Thank you for your advice
For Polkadot, Kusama we can use @substrate/txwrapper-polkadot and follow https://github.com/paritytech/txwrapper-core/blob/main/packages/txwrapper-examples/polkadot/src/polkadot.ts
Since Bittensor TAO is based on Substrate, I thought that transactions would follow the same with changing to Bittensor parameters. However we obtain a following error:
"Transaction has a bad signature" error while submitting the extrinsic.
Thank you for your advice