From 1c3006859294327a52c8cb1681ffadc3cb7bd3db Mon Sep 17 00:00:00 2001 From: Darlington02 Date: Tue, 31 Jan 2023 22:16:37 +0100 Subject: added images --- cairo.html.markdown | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'cairo.html.markdown') diff --git a/cairo.html.markdown b/cairo.html.markdown index 18ac81af..95008a78 100644 --- a/cairo.html.markdown +++ b/cairo.html.markdown @@ -72,7 +72,7 @@ protostar build And you should get an output similar to what you see below, with a `main.json` and `main_abi.json` files created in the `build` folder. -building your contract +building your contract ### Declaring Contracts @@ -103,7 +103,7 @@ where `network` specifies the network we are deploying to, `account` specifies account whose private key we are using, `max-fee` specifies the maximum fee to be paid for the transaction. You should get the class hash outputted as seen below: -declaring your contract +declaring your contract ### Deploying Contracts @@ -120,7 +120,7 @@ protostar \ where `0x02a5de1b145e18dfeb31c7cd7ff403714ededf5f3fdf75f8b0ac96f2017541bc` is the class hash of our contract. -deploying your contract +deploying your contract ### Interacting with Contracts @@ -135,9 +135,9 @@ contract. Once found, you can make write calls to the contract in the following sequence: + click on the "connect wallet" button, - connect wallet + connect wallet + select `Argent X` and approve the connection - connect to argentX + connect to argentX + you can now make read and write calls easily. ## Let's learn Cairo -- cgit v1.2.3