From 997ccd3e2f6edf8e46d24c8e7f5a3da7068e29a9 Mon Sep 17 00:00:00 2001 From: glihm Date: Wed, 25 Oct 2023 19:35:03 -0600 Subject: [PATCH] update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3f7892a..af4e7ad 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,8 @@ To quickly spin up `katana-ci` server, you can do the following: To setup your action in the GitHub CI, you can check the full example in `.github/workflows/example.yml`, and you also have a test in `examples/e2e.rs` with all basic actions on a contract with `starknet-rs` -> declare, deploy (which is an invoke with the UDC), call. +You can use the [katana-ci-action](https://github.com/ArkProjectNFTs/katana-ci-action) to abstract the call to the `katana-ci` server. + Basically, you call the action first to start the katana: ```yml - name: Startup Katana CI instance