ton-contract-executor icon indicating copy to clipboard operation
ton-contract-executor copied to clipboard

The TON Contract Executor allows you to write, debug, and fully test your contracts before launching them to the TON blockchain.

Results 13 ton-contract-executor issues
Sort by recently updated
recently updated
newest added

How can I fix it? ``` Argument of type 'import(".../hello-world/node_modules/ton/dist/boc/Cell").Cell' is not assignable to parameter of type 'import(".../hello-world/node_modules/ton-contract-executor/node_modules/ton/dist/boc/Cell").Cell'. Types of property 'bits' are incompatible. Type 'import(".../hello-world/node_modules/ton/dist/boc/BitString").BitString' is not assignable to...

The example code at https://github.com/ton-community/ton-contract-executor does not work: ``` let code = Cell.fromBoc(state.code!)[0] ^^^^ SyntaxError: missing ) after argument list ```