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

Example code does not work (syntax error)

Open esigra opened this issue 10 months ago • 3 comments

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

esigra avatar Apr 28 '24 16:04 esigra