-
Notifications
You must be signed in to change notification settings - Fork 193
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
feat: add explorer flag and build folder #2997
base: main
Are you sure you want to change the base?
Conversation
} | ||
|
||
impl NodeArgs { | ||
pub async fn execute(&self) -> Result<()> { | ||
// Initialize logging first |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
// Initialize logging first |
Those comments don't add any relevant information.
self.init_logging()?; | ||
|
||
// Finally start the node |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
// Finally start the node |
}) | ||
} | ||
|
||
pub fn start(&self) -> Result<()> { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would it be possible at this point to inject the Katana url (which can be modified by the user) into the env somehow, which would make the explorer always indexing by default the katana that has just started?
_ => "application/octet-stream", | ||
}; | ||
|
||
let response = Response::from_data(content) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Description
This PR aims to add a explorer in the dojo toolchain by spawning a vite react project on spinning up a katana instance
Related issue
Tests
Added to documentation?
Checklist
scripts/prettier.sh
,scripts/rust_fmt.sh
,scripts/cairo_fmt.sh
)scripts/clippy.sh
,scripts/docs.sh
)