-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test.js:20 Uncaught (in promise) ReferenceError: IOST is not defined #25
Comments
You should import IOST library like below:
or
|
I have added the |
@garry191091 Could you share your code? |
`import IOST from iost ; var transfer;
})(); ` |
How about using |
Yes, I have added this but this is the new error now. Also, previously in my above code. It checks iost enables if it is unlocked or locked. What can be missing? |
here is the error. |
Could you share the code importing test.js? |
` function transfer(){
` |
On adding |
How can I resolve this issue?
test.js:20 Uncaught (in promise) ReferenceError: IOST is not defined
The text was updated successfully, but these errors were encountered: