Skip to content
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: switch makefile -> justfile #32

Merged
merged 1 commit into from
May 24, 2024
Merged

Conversation

merklefruit
Copy link
Collaborator

@merklefruit merklefruit commented May 23, 2024

Remember to install just: https://github.com/casey/just

Now it shows:

❯ just
Available recipes:
    default      # default recipe to display help information
    demo         # run the web demo locally
    up           # spin up the bolt devnet
    down         # turn down the bolt devnet and remove the enclave
    clean        # remove all kurtosis data and stop the engine
    restart      # restart the bolt devnet with updated docker images
    inspect      # show the running containers and port mappings for the bolt devnet
    relay-logs   # show the logs for the bolt devnet relay
    builder-logs # show the logs for the bolt devnet builder
    boost-logs   # show the logs for the bolt devnet mev-boost sidecar
    sidecar-logs # show the logs for the bolt devnet bolt-sidecar
    send-preconf # manually send a preconfirmation to the bolt devnet
    build-images # build all the docker images locally

@merklefruit merklefruit requested a review from mempirate May 24, 2024 07:42
@merklefruit merklefruit merged commit 7cf2db8 into unstable May 24, 2024
@merklefruit merklefruit deleted the chore/add-justfile branch May 24, 2024 09:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Migrate from Makefile to Just
2 participants