Create account

replied 1515d
Example reading the code 'BURN' from OP_RETURN to handle TX differently:
https://github.com/Permissionless-Software-Foundation/token-liquidity/blob/master/src/lib/bch.js#L431-L475That example is from the token-liquidity app running at https://psfoundation.cash. If the TX contains 'BURN" in the OP_RETURN, it will burn tokens instead of trade them.