Tips & Tricks
How to get the current gas price
To get the gas price on Parex Chain, you can use one of the public RPC nodes.
You can request the gas price like so:
How to check why a transaction failed
A transaction might fail, and you don't always know why, especially since the block explorer doesn't display the error.
To check why your transaction failed, run the following script in the terminal with the correct transaction ID:
Last updated