-
Notifications
You must be signed in to change notification settings - Fork 30
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
Run plugin commands from console #177
Comments
can i try this ? |
Sure @makluganteng |
Thanks , maybe can u elaborate more on the task if thats okey ? |
sure. The idea is to use scriptRunner from the terminal console to compile, deploy and interact with the cairo contracts. The terminal you see in the remix interface is the javascript console which can run various scripts. |
Hi anyway i could get help to set up this env im following the readme but getting fetch error when trying to compile cairo file on remix |
Sorry for the inconvenience , I have updated the |
for more info about this issue @makluganteng , you can see #28 |
Are you running rust backend in your system ? Would you paste the console outputs here if possible ? |
|
Also, could I get to see the console output from the browser ? |
|
aaa cors problem somehow |
i dont think i have any extension blocking it |
cd api;
export VITE_URL=http://localhost:3000
cargo run; Did you run this? How did you fire up the rust backend ? |
Aaa im missing the vite part , now its compiling |
All working now thank you |
Welcome :) |
One question as well , any recommendation on which file to look at for this ?? |
You can start researching how to make |
@makluganteng were you able to get started with this? |
Hey , im currently still doing the other one so i might back out on this |
The text was updated successfully, but these errors were encountered: