-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #110 from trilitech/staging
merging Tim's PRs 07.09.2023 - 14.09.2023
- Loading branch information
Showing
10 changed files
with
1,169 additions
and
708 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
28 changes: 28 additions & 0 deletions
28
src/pages/tutorials/deploy-your-first-smart-contract/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
id: first-smart-contract-ov | ||
title: Deploy a smart contract | ||
authors: Tim McMackin | ||
lastUpdated: 14th September 2023 | ||
--- | ||
|
||
This tutorial covers using the Octez command-line client to deploy a smart contract to Tezos. | ||
It covers how to: | ||
|
||
- Connect the Octez client to a testnet | ||
- Create a wallet | ||
- Get tokens from a faucet | ||
- Code a contract, including: | ||
- Defining the storage for the contract | ||
- Defining entrypoints in the contract | ||
- 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 | ||
|
||
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. | ||
You do not need an experience in these languages to run the tutorial. | ||
|
||
- To use SmartPy, a language similar to Python, see [Deploy a smart contract with SmartPy](./smartpy) | ||
- To use jsLIGO, a language similar to JavaScript and TypeScript, see [Deploy a smart contract with jsLIGO](./jsligo) | ||
- To use CameLIGO, a language similar to OCaml, see [Deploy a smart contract with CameLIGO](./ligo) |
Oops, something went wrong.
2e1e782
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
docs-staging – ./
docs-staging-iota.vercel.app
docs-staging-trili-tech.vercel.app
docs-staging-git-main-trili-tech.vercel.app