ton-community / ton-contract-executor

The TON Contract Executor allows you to write, debug, and fully test your contracts before launching them to the TON blockchain.
64 stars 11 forks source link

Compatibility with browser JS #14

Open ProgramCrafter opened 1 year ago

ProgramCrafter commented 1 year ago

In-browser FunC compilation would be a great thing for dApps.

Currently attempt to load the library (through https://unpkg.com/ton-contract-executor@0.6.2/dist/index.js) gives the error

Uncaught ReferenceError: exports is not defined

ProgramCrafter commented 1 year ago

If this is a hard task, I think a TON Footstep can be created for it.