Skip to content

Commit

Permalink
Use the online IDE for the smartpy tutorial (#159)
Browse files Browse the repository at this point in the history
* First draft of an online IDE version of the smartpy tutorial

* Not all use the CLI anymore

* What is a smart contract?

* The contract is an account

* Move to MDX so I can resize images

* Resize BCD screencaps
  • Loading branch information
timothymcmackin authored Dec 5, 2023
1 parent 69ec44f commit 8abaaa2
Show file tree
Hide file tree
Showing 12 changed files with 296 additions and 357 deletions.
6 changes: 3 additions & 3 deletions docs/tutorials/smart-contract.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ last_update:
date: 14 September 2023
---

This tutorial covers using the Octez command-line client to deploy a smart contract to Tezos.
This tutorial covers deploying a smart contract to Tezos.
It covers how to:

- Connect the Octez client to a testnet
- Connect to a testnet
- Create a wallet
- Get tokens from a faucet
- Code a contract, including:
Expand All @@ -17,7 +17,7 @@ It covers how to:
- Writing code to run when the entrypoints are called
- Deploy (or originate) the contract to Tezos and set its starting storage value
- Look up the current state of the contract
- Call the contract from the command line
- Call the contract

This tutorial has different versions for different programming languages.
You can run the tutorial with the version of the language you are most familiar with or want to learn.
Expand Down
354 changes: 0 additions & 354 deletions docs/tutorials/smart-contract/smartpy.md

This file was deleted.

Loading

0 comments on commit 8abaaa2

Please sign in to comment.