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
anchor idl fetch fetches an idl from the chain and you have the option to save it to a file with the -o myFile.json option.
but currently you can only do this from inside a workspace. so if youre just interestrd in getting an idl you have to create a temporary workspace cd into it and then call it from there. afterwards you can delete the temp workspace. this shouldnt be necessary. you should be able to call it from anywhere
anchor idl fetch if run inside workspaces should work as it is now.
anchor idl fetch if run outside workspaces should use default rpc url found in solana config file and should let users override the rpc url in the command
No description provided.
The text was updated successfully, but these errors were encountered: