You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.
@ex3ndr I believe the issue still exists with a workaround removing ton-emulator code. It's tricky because Tact needs to know how to store data in the contract if you need to build from the init.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
For example, I want to call tact-template sample_SampleTactContract.ts file in my Dapp
But it import ton-emulator, this library contains some methods that do not have on the browser like
__dirname
The compiled TS file looks more like testing for contract developers?
Could you give me a little inspiration how to call the compiled TS file in the front end, thanks!
The text was updated successfully, but these errors were encountered: