Save price/amount in contract - sdk js

is incorrect.

You need:

appArgs.push(algosdk.encodeUint64(price)));

See Byte to int (vice versa) conversion and comparison in Teal - #5 by pagito

1 Like