ton-docs
ton-docs copied to clipboard
Ethereum bridge
I propose to add an IntelIJ trick that allows you to convert strings such as
const int i = 1;
to such(int) i() asm "PUSHINT 1"
and vice versa. This will help to refactor the code more conveniently and make it more gas-efficient.