-
Notifications
You must be signed in to change notification settings - Fork 2
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
Update example to the latest #71
Conversation
1c2aa07
to
7a6b1c9
Compare
e76d1cf
to
d8e6e37
Compare
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.
If we can add replacements for every remaining test that was removed then this would be ready to merge!
d8e6e37
to
a1f4090
Compare
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.
LGTM!
|
||
To run natively a rust toolchain is required. We provide a nix shell to install | ||
all dependencies. Nix can be installed via the | ||
[nix-installer](https://github.com/DeterminateSystems/nix-installer). Once | ||
installed run | ||
installed run the following from the root of the project: | ||
|
||
nix develop | ||
just dev-demo |
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.
I would say adding the screenshots to show the user what they expect to see after a successful run, as well as indicating which log should be present before they check for the balance, would be a nice add-on and can help the user understand espresso in a more meaningful way.
great work Sneh! |
a057bae
to
71a8c4e
Compare
71a8c4e
to
64ca313
Compare
Closes #241
EspressoSystems/nitro-espresso-integration#241
This PR updates this example repo to make it compatible with latest changes
As the image indicates there was a applied transaction
Applied transaction 1 for 0xf236…69ca
andProof was submitted successfully
Important places to review
Note: contract-bindings folder is auto generated so no need to review those files
How to run locally
On one terminal:
On another terminal:
On another terminal:
TODO