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

Docs(quick start): Add Interacting with a smart contract using Remix #1210

Closed
wants to merge 7 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix source
  • Loading branch information
SimplementeCao committed Apr 1, 2024
commit 78a34d4f007a3025a29f0f370bd023260e004a31
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The script below is a simple `Ownable` contract pattern written in Cairo for Sta

=== Cairo Example Contract

[source,toml]
[source,cairo]
----
use starknet::ContractAddress;

Expand Down Expand Up @@ -268,4 +268,4 @@ These tools provide a visual representation of transactions and contract state a
Decide your direction from the following choices:

. **Deepen Your Starknet Knowledge**: For an extensive grasp of Starknet's inner workings and potential use cases, delve into Architecture. This section details Starknet’s architectural nuances.
. **Dive into Cairo**: If you're more attuned to coding and wish to craft Starknet contracts, then Cairo is essential. It stands as Starknet's core contract language. Begin with Chapters 1-6 of the https://book.cairo-lang.org/title-page.html[Cairo Book], ranging from basics in _Getting Started_ to more advanced aspects such as _Enums and Pattern Matching_. Conclude by navigating to the https://book.cairo-lang.org/ch13-00-introduction-to-starknet-smart-contracts.html)[Starknet Smart Contracts chapter], ensuring you have a well-rounded understanding.
. **Dive into Cairo**: If you're more attuned to coding and wish to craft Starknet contracts, then Cairo is essential. It stands as Starknet's core contract language. Begin with Chapters 1-6 of the https://book.cairo-lang.org/title-page.html[Cairo Book], ranging from basics in _Getting Started_ to more advanced aspects such as _Enums and Pattern Matching_. Conclude by navigating to the https://book.cairo-lang.org/ch13-00-introduction-to-starknet-smart-contracts.html)[Starknet Smart Contracts chapter], ensuring you have a well-rounded understanding.