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

Adding link to eosio training #402

Open
wants to merge 1 commit into
base: release/2.1.x
Choose a base branch
from
Open
Changes from all commits
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
9 changes: 7 additions & 2 deletions docs/40_smart-contract-guides/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ link_text: Smart Contract Guides

This section introduces you to the EOSIO smart contracts development workflow. You build your first basic Hello World smart contract to lay the groundwork to implement additional smart contracts such as token contracts, address book, payable actions, and more. You will gain advanced understanding on how data persistence works in the context of a smart contract and also how inline actions are implemented in a smart contract.

### Before you Begin
## Before you Begin
Before you begin with the smart contracts development workflow, make sure the following prerequisites are met:


1. You have set up your local development environment according to the instructions given in the [Set Up Development Environment](../30_getting-started-guide/20_local-development-environment) section of the _Getting Started Guide_.
2. Nodeos is running and producing blocks. See the [Start keosd and nodeos](../30_getting-started-guide/20_local-development-environment/40_start-nodeos-keosd.md) section of the _Getting Started Guide_ for detailed instructions.

### Smart Contracts Development Workflow
## Smart Contracts Development Workflow

Work your way through the following topics to build and deploy smart contracts. Start with Hello World and progressively build the other smart contracts.

Expand All @@ -25,3 +25,8 @@ Work your way through the following topics to build and deploy smart contracts.
* [Inline Actions to external contracts](70_inline-action-to-external-contract.md): How to call actions in other smart contracts
* [Linking custom permissions](80_linking-custom-permission.md): How to set up custom permissions on a smart contract
* [Payable Actions](90_payable-actions.md): How to be paid for calling smart contract actions

### EOSIO Training and Certification Center
In addition to following the instructions given in the above sections to build and deploy smart contracts, you can also enroll in EOSIO's online learning courses. The following online course provides instructions in a blended format ( textual and videos) to help you get started with smart contracts development:

* **[Smart Contracts 101](https://training.eos.io/courses/smart-contracts-101)**