Mahsa Bastankhah
Mahsa Bastankhah
I'm trying to implement the same case that U told and I haven't find the zkp library that satisfies me.did U try jsnark?does it supports checking proof on chain?
I'm connecting to : https://testnet-dex.binance.org/
I have exactly the same problem. my code is as below : ``` input = Input(prev_hash=prev_hash, output_n=output_n,keys=key.public(), network='testnet' ,witness_type="segwit" , value = value ) output = Output(amount, address=outputAddress, network='testnet')) t...