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: cli feature initial commit. Basic CLI support is provided. #6

Merged
merged 4 commits into from
Aug 22, 2023

Conversation

AlanVerbner
Copy link
Member

@AlanVerbner AlanVerbner commented Aug 17, 2023

Description

This PR provides a REPL with a running local Mina instance.

How to test

  1. Pack the project npm run dev-pack -- --pack-destination /tmp/
  2. Create a sample project, for example: zk project 04-zkapp-browser-ui 
  3. Access to the contracts folder: cd 04-zkapp-browser-ui/contracts
  4. Install the lib npm install --save-dev /private/tmp/mina-testing-utils-0.0.1.tgz 
  5. Access the REPL by running npx mina-testing-utils

@AlanVerbner AlanVerbner changed the title WIP: feat: cli feature initial commit. Basic CLI support is provided. feat: cli feature initial commit. Basic CLI support is provided. Aug 17, 2023
@AlanVerbner AlanVerbner merged commit 756a5d0 into main Aug 22, 2023
2 checks passed
@AlanVerbner AlanVerbner deleted the feat/cli branch September 28, 2023 13:42
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.

2 participants