├── 000_agenda.pdf ├── 110_eosio_technical_overview.pdf ├── 120_eosio_operation.pdf ├── 130_smart_contracts.pdf ├── 140_development_environment.pdf ├── 150_project_1.pdf ├── 210_vsc_setup.pdf ├── 215_europechain_pitch_deck.pdf ├── 220_api.pdf ├── 230_eosio_token.pdf ├── 240_multisig.pdf ├── 250_design_patterns.pdf └── README.md /000_agenda.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Europechain/eosio-dev-introduction-course/8e7004c19b467bf495b65b9a464a4916c0a5660e/000_agenda.pdf -------------------------------------------------------------------------------- /110_eosio_technical_overview.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Europechain/eosio-dev-introduction-course/8e7004c19b467bf495b65b9a464a4916c0a5660e/110_eosio_technical_overview.pdf -------------------------------------------------------------------------------- /120_eosio_operation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Europechain/eosio-dev-introduction-course/8e7004c19b467bf495b65b9a464a4916c0a5660e/120_eosio_operation.pdf -------------------------------------------------------------------------------- /130_smart_contracts.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Europechain/eosio-dev-introduction-course/8e7004c19b467bf495b65b9a464a4916c0a5660e/130_smart_contracts.pdf -------------------------------------------------------------------------------- /140_development_environment.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Europechain/eosio-dev-introduction-course/8e7004c19b467bf495b65b9a464a4916c0a5660e/140_development_environment.pdf -------------------------------------------------------------------------------- /150_project_1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Europechain/eosio-dev-introduction-course/8e7004c19b467bf495b65b9a464a4916c0a5660e/150_project_1.pdf -------------------------------------------------------------------------------- /210_vsc_setup.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Europechain/eosio-dev-introduction-course/8e7004c19b467bf495b65b9a464a4916c0a5660e/210_vsc_setup.pdf -------------------------------------------------------------------------------- /215_europechain_pitch_deck.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Europechain/eosio-dev-introduction-course/8e7004c19b467bf495b65b9a464a4916c0a5660e/215_europechain_pitch_deck.pdf -------------------------------------------------------------------------------- /220_api.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Europechain/eosio-dev-introduction-course/8e7004c19b467bf495b65b9a464a4916c0a5660e/220_api.pdf -------------------------------------------------------------------------------- /230_eosio_token.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Europechain/eosio-dev-introduction-course/8e7004c19b467bf495b65b9a464a4916c0a5660e/230_eosio_token.pdf -------------------------------------------------------------------------------- /240_multisig.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Europechain/eosio-dev-introduction-course/8e7004c19b467bf495b65b9a464a4916c0a5660e/240_multisig.pdf -------------------------------------------------------------------------------- /250_design_patterns.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Europechain/eosio-dev-introduction-course/8e7004c19b467bf495b65b9a464a4916c0a5660e/250_design_patterns.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # EOSIO Development introducton course 2 | 3 | On November 8-16th 2019, Europechain has held an EOSIO development introduction course 4 | at University of Geneva. The course lasted 3 working days, covering the theory of EOSIO 5 | operation, basic workflow of smart contract execution, and practical examples for smart 6 | contract developers. 7 | 8 | More details about the lecture: https://europechain.io/blog/developing-on-eosio-with-the-university-of-geneva/ 9 | 10 | This repository contains original sildes from the lecrtures. 11 | 12 | Copyright (c) 2019 Europechain B. V. 13 | 14 | These documents are published under Creative Commons Attribution-NonCommercial 4.0 15 | International Public License. 16 | --------------------------------------------------------------------------------