From f589e123870d00337ed0a882ae890926f34f86b8 Mon Sep 17 00:00:00 2001 From: Keegan | W3F <35080151+keeganquigley@users.noreply.github.com> Date: Thu, 14 Mar 2024 18:59:59 -0400 Subject: [PATCH] Update RegionX_2_keeganquigley.md --- evaluations/RegionX_2_keeganquigley.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/evaluations/RegionX_2_keeganquigley.md b/evaluations/RegionX_2_keeganquigley.md index 53f88f983..e556c362f 100644 --- a/evaluations/RegionX_2_keeganquigley.md +++ b/evaluations/RegionX_2_keeganquigley.md @@ -19,6 +19,26 @@ # General Notes +Nice work! The smart contracts and UI compile successfully locally, and I'm able to also manually test the deployed version. + +Launches successfully w/ Chopsticks: + +
+ Output + +```ts +> coretime-mock@1.0.0 chopsticks +> npx @acala-network/chopsticks@latest -c ./configs/coretime-rococo.yml + +Need to install the following packages: +@acala-network/chopsticks@0.9.10 +Ok to proceed? (y) y +npm WARN deprecated @npmcli/move-file@1.1.2: This functionality has been moved to @npmcli/fs +[22:38:30.767] INFO: Rococo Coretime RPC listening on port 8000 + app: "chopsticks" +``` +
+ ## Tests 5 e2e tests passing.