Snel navigeren naar:

  • Inhoud
  • Voordelen
  • Specificaties
  • Reviews
  • More information
  • FAQ

Productinformatie

Ben jij een ervaren software ontwikkelaar en heb jij interesse in Blockchain en crytocurrencies? Misschien leidt dit ontwikkelpad dan wel tot een mooie volgende stap in je carrière.

Via dit ontwikkelpad verken je de verschillende rollen die leiden tot Blockchain Solutions Architect.

Met Blockchain kan je ervoor zorgen dat een organisatie zich onderscheidt van de concurrentie met veilige distributie voor supply chain management, medische dossiers, productie, detailhandel en meer. Daarom zijn Blockchain Solutions Architects van vitaal belang voor bedrijven die transacties uitvoeren met de buitenwereld.

Wanneer je kiest voor dit ontwikkelpad, krijg jij:

  • trainingen, livelabs en examens over de rollen van Blockchain Application Developer, Blockchain Smart Contracts Programmer, Blockchain Engineer en Blockchain Solutions Architect. Daarnaast krijg je toegang tot nog veel meer trainingen, proefexamens, bootcamps, e-books enzovoort.
  • begeleiding van ons Learning & Development team, samen met jou stellen we doelen, maken we een planning en monitoren we je voortgang.

Blockchain Application Developer

In dit deel ligt de focus op het beginnen met Blockchain en het ontdekken van Ethereum.

Blockchain Smart Contracts Programmer

Vervolgens verken je het coderen van Smart Contracts met Solidity en het bouwen van slimme contracten met Hyperledger.

Blockchain Engineer

In het derde deel ligt de focus op Hyperledger Fabric en het leren werken met de Truffle Suite.

Blockchain Solutions Architect

Ten slotte leer je gedecentraliseerde applicaties en blockchains in de cloud bouwen.

Inhoud van de training

Ontwikkel je van Applicatie Developer naar Blockchain Solutions Architect

127 uur

Blockchains & Ethereum: Introduction

Blockchain technology can involve the implementation of various concepts such as hashing, mining, smart contracts, and cryptocurrencies. This course covers those in the context of the Ethereum blockchain network.

Blockchains & Ethereum: Performing Transactions in Ethereum

This course walks you through the steps involved in transaction initiation and verification in Ethereum and finally recording its details on the blockchain. This includes the use of digital signatures, hashes and state databases.

Blockchains & Ethereum: Mining and Smart Contracts in Ethereum

Discover the process of mining and the proof-of-work consensus algorithm in Ethereum, and explore smart contracts and the Solidity programming language which can be used to define them.

Working with Ethereum: Storing Data

An important piece of information stored in the Ethereum network is the state of accounts. Examine types of Ethereum accounts, what is stored in them, and the Merkle-Patricia Trie data structure used to store the data.

Working with Ethereum: Smart Contract Development

Developing applications for Ethereum can involve a lot of tools. Explore Ethereum development tools, along with their features and limitations.

Working with Ethereum: Metamask & the Ethereum Wallet

Discover how to interact with the Ethereum network using some of the UI-based clients of Metamask and Ethereum Wallet and the operations that can be performed.

Working with Ethereum: The Geth Client

Ethereum clients enable your machine to connect as a node to an Ethereum network. Explore how the Geth client can be used to provision a private network, connect to it as a node, and then interact with it as a node.

Working with Ethereum: Lifecycle of a Smart Contract

Explore the use of the Truffle framework and Ganache to manage building, testing, and deploying smart contracts and to speed up contract development.

Working with Ethereum: Tools for Smart Contract Development

There are a variety of tools available to develop smart contracts and interact with them. Discover how to use deployment scripts in JavaScript, develop with the Remix IDE, and interact with the Ethereum Wallet.

Final Exam: Blockchain Application Developer

Final Exam: Blockchain Application Developer will test your knowledge and application of the topics presented throughout the Blockchain Application Developer track of the Skillsoft Aspire Blockchain Application Developer to Blockchain Solutions Architect Journey.

Blockchain Application Developer

  • Practice Blockchain Application Developer tasks such as working with cryptographic functions, developing, compiling and deploying a smart contract in Remix. You will also set up a private Ethereum network. Then, test your skills by answering assessment questions after interacting with a deployed smart contract.
  • This lab provides access to tools typically used by Blockchain Application Developers, including:
  • � Ubuntu 16.04 LTS
  • � NPM/Node
  • � Git
  • � Ethereum
  • � Geth
  • � Chrome
  • o Remix-Ethereum IDE - https://remix.ethereum.org/
  • o MetaMask Extension
  • � VS Code
  • o Solidity module added
  • This lab is part of the Blockchain Application Developer track of the Skillsoft Aspire Blockchain Application Developer to Blockchain Solutions Architect journey.

Ethereum Smart Contracts with Solidity: An Overview of Ethereum and Solidity

This course lays the groundwork for the Solidity language by giving an overview of blockchains, Ethereum, smart contracts, and the high-level features of the Solidity programming language.

Ethereum Smart Contracts with Solidity: Features of the Solidity Language

Take an in-depth look into the features of the Solidity language - from the types supported, to the varieties of functions, to the notion of contract inheritance. Operations such as ether transfers are also covered.

Ethereum Smart Contracts with Solidity: The Remix Solidity IDE

The quickest way to get started with smart contract development using Solidity is using the Remix IDE. This course explores the key features of Remix and how it can be set up to connect to private and public Ethereum networks.

Ethereum Smart Contracts with Solidity: Functions in Solidity

Explore the various types of functions in the Solidity language - from basic getters and setters to restricted access functions. Also learn how polymorphism and inheritance are implemented in Solidity.

Ethereum Smart Contracts with Solidity: Ether Transfer Operations in Solidity

Transferring Ether between Ethereum Accounts is the fundamental financial transaction performed by smart contracts. Examine the different ways this can be accomplished using fallback and payable functions.

Ethereum Smart Contracts with Solidity: Data & Control Structures in Solidity

Examine the use of data structures in Solidity such as mappings and structs and explore how to use basic control structures such as if-else statements and loops.

Ethereum Smart Contracts with Solidity: Build Decentralized Apps

Explore how to combine fundamental Solidity function programming skills with ether transfers and data structures to build smart contracts representing real uses cases such as polling, banking, and escrows.

Smart Contracts & Hyperledger Fabric: Foundations of Hyperledger Fabric

Explore the foundations of Hyperledger and Fabric, including the steps involved in setting up a Fabric network from scratch and using Hyperledger Composer with business-level abstractions.

Smart Contracts & Hyperledger Fabric: Setting Up a Hyperledger Fabric Network

Discover how to download and install the prerequisites for Hyperledger Fabric and how to develop the configuration files required to set up a Fabric network.

Smart Contracts & Hyperledger Fabric: Working with Fabric Chaincode in Golang

Discover how to complete the provisioning of a Hyperledger Fabric network and how to develop, deploy, and work with a smart contract coded in Go.

Smart Contracts & Hyperledger Fabric: Working with Fabric Chaincode in NodeJS

Explore how to develop a Hyperledger Fabric smart contract to serve as an inventory of vehicles using NodeJS and how to deploy and interact with it.

Smart Contracts & Hyperledger Fabric: Hyperledger Fabric Web App

Examine the steps involved in building a JavaScript web application that interacts with a smart contract deployed to an Hyperledger Fabric network.

Smart Contracts & Hyperledger Fabric: Hyperledger Composer Playground

Explore the definition and testing of a blockchain app for recording transactions on supply chain assets using the business-level abstraction of Hyperledger Composer and the Composer Playground tool.

Smart Contracts & Hyperledger Fabric: Web Apps for Hyperledger Composer Networks

Discover how to configure a development environment for Hyperledger Composer networks on your own machine, deploy the network definition to Fabric network, and interact with it using a web app and a REST API server.

Smart Contracts Programmer

  • Practice Smart Contracts Programmer tasks such as creating smart contracts in Remix, adding function to a smart contract, and testing, reviewing and extending a smart contract. Then, test your skills by answering assessment questions after creating a Hyperledger fabric chain and creating queries fabric chaincode.
  • This lab provides access to tools typically used by Smart Contracts Programmers, including:
  • � Ubuntu 16.04 LTS
  • � NPM/Node
  • � Git
  • � Ethereum
  • � Geth
  • � Chrome
  • o Remix-Ethereum IDE - https://remix.ethereum.org/
  • o MetaMask Extension
  • � VS Code
  • o Solidity module added
  • This lab is part of the Smart Contracts Programmer track of the Skillsoft Aspire Blockchain Application Developer to Blockchain Solutions Architect journey.

Final Exam: Blockchain Smart Contracts Programmer

Final Exam: Blockchain Smart Contracts Programmer will test your knowledge and application of the topics presented throughout the Blockchain Smart Contracts Programmer track of the Skillsoft Aspire Blockchain Application Developer to Blockchain Solutions Architect Journey.

Truffle Suite: Introduction

The Truffle Suite greatly simplifies and speeds up the development of Ethereum-enabled applications. Discover the tools involved and their specific functions.

Truffle Suite: BlockBuilding Private Blockchain Networks with Ganache

Ganache is a tool which can quickly provision private, customizable Ethereum Networks which is meant to be used while developing smart contracts. Explore the use of Ganache and its integration with the Remix IDE.

Truffle Suite: Automating Development with the Truffle Framework

Explore how the Truffle Framework simplifies and speeds up smart contract development by giving a structure to smart contract project and helping automate steps around building, testing, and deploying contracts.

Truffle Suite: Using Drizzle to Build Decentralized Apps

Ethereum decentralized apps or dApps have a web UI with a smart contract at the back-end. Explore the integration of a Web UI with an Ethereum smart contract using React and then combining React with the Drizzle libraries.

Blockchain & Hyperledger Fabric: An Overview of Blockchain Technology

Examine the fundamental concepts of blockchains and the features of the technology that make it ideally suited as a means for enterprises to record their transactions in a secure and scalable manner.

Blockchain & Hyperledger Fabric: An Overview of Hyperledger

Discover enterprise blockchain platform requirements and how Hyperledger fulfills those needs. Explore the different Hyperledger frameworks and the Hyperledger tools that make it easier to work with them.

Blockchain & Hyperledger Fabric: The Hyperledger Fabric

Hyperledger Fabric is a general purpose enterprise-grade blockchain implementation. Explore the features, architecture, and transaction flow process in Fabric, which allows it to deliver a very high throughput.

Final Exam: Blockchain Engineer

Final Exam: Blockchain Engineer will test your knowledge and application of the topics presented throughout the Blockchain Engineer track of the Skillsoft Aspire Blockchain Application Developer to Blockchain Solutions Architect Journey.

Blockchain Engineer

  • Practice blockchain engineering tasks by creating and working with a smart contract using Truffle, Ganache, Drizzle and React.js. Then, test your skills by answering assessment questions.
  • This lab provides access to tools typically used by Blockchain Engineers, including:
  • � Ubuntu 16.04 LTS
  • � NPM/Node
  • � Git
  • � Ethereum
  • � Geth
  • � Chrome
  • o Remix-Ethereum IDE - https://remix.ethereum.org/
  • o MetaMask Extension
  • � VS Code
  • o Solidity module added
  • This lab is part of the Blockchain Engineer track of the Skillsoft Aspire Blockchain Application Developer to Blockchain Solutions Architect journey.

Building Decentralized Applications for Ethereum: An Introduction to dApps

Familiarize yourself with the theoretical knowledge required for decentralized application development for Ethereum, including reasons for building apps for the Ethereum network and the components and tools needed for these apps.

Building Decentralized Applications for Ethereum: Building the Back End

Explore the development, testing, and deployment of smart contracts and libraries using the Truffle framework. In addition, examine best practices for contract development, such as automating testing and deployments.

Building Decentralized Applications for Ethereum: Building the Front End

Delve into the development of the front end of a decentralized application for Ethereum. Discover how to build a React client that uses the Truffle Suite's Drizzle libraries to connect to and interact with a deployed smart contract.

Building Decentralized Applications for Ethereum: Bespoke Ethereum Tokens

Ethereum allows the use of customized tokens as currency in your applications, as long as they comply with one of their standards. Explore how to define these tokens in adherence to the ERC20 specifications.

Cloud Blockchains: An Introduction to Blockchain on the Cloud

Familiarize yourself with the theory behind the need for cloud-based blockchain solutions and explore the features of two of the main offerings on the market - the Azure Blockchain Workbench and Amazon Managed Blockchain.

Cloud Blockchains: Single Organization Networks on Amazon Managed Blockchain

Discover how to set up a Hyperledger Fabric network for a single organization using Amazon Managed Blockchain, including provisioning a network, peer, client, and channel and deploying chaincode.

Cloud Blockchains: Multi-Organization Networks on Amazon Managed Blockchain

Discover how to set up a Hyperledger Fabric network spanning two organizations using AWS Managed Blockchain, including creating proposals and multi-organization channels.

Cloud Blockchains: Building Apps on the Azure Blockchain Workbench

Explore how to set up an application on the Azure Blockchain Workbench, which includes provisioning the blockchain network and then developing, deploying, and testing a blockchain app.

Final Exam: Blockchain Architect

Final Exam: Blockchain Solutions Architect will test your knowledge and application of the topics presented throughout the Blockchain Solutions Architect track of the Skillsoft Aspire Blockchain Application Developer to Blockchain Solutions Architect Journey.

Blockchain Solutions Architect

  • Practice Blockchain Solutions Architect tasks such as designing and implementing an Ethereum Smart Contract. Then, test your skills by answering assessment questions after creating a token on the Ethereum network.
  • This lab provides access to tools typically used by Blockchain Solutions Architects, including:
  • � NPM/Node
  • � Git
  • � Ethereum
  • � Geth
  • � Chrome
  • o Remix-Ethereum IDE - https://remix.ethereum.org/
  • o MetaMask Extension
  • � VS Code - Solidity module added
  • This lab is part of the Blockchain Solutions Architect track of the Skillsoft Aspire Blockchain Application Developer to Blockchain Solutions Architect journey.

Kenmerken

Engels (US)
127 uur
Blockchain
365 dagen online toegang
HBO

Meer informatie

Extra product informatie 0
Doelgroep Softwareontwikkelaar, Webontwikkelaar
Voorkennis

We raden de volgende voorkennis aan om dit ontwikkelpad succesvol te kunnen doorlopen;

  • Een goed begrip van wat Blockchain is.
  • Kennis van cryptocurrencies.
  • Kennis van cloud technologie, zoals Amazon en Azure.
  • Kennis van programmeren met Python.
  • Kennis van cloud development.
resultaat

Na het volgen van dit leerpad heb jij je ontwikkeld tot Blockchain Solutions Architect. Je weet meer over hoe je werkt met Ethereum en hoe je dit vervolgens vastlegt in Blockchain. Je kan aan de slag met Ethereum Smart Contract in Solidity. Tevens ben je in staat Smart Contract te ontwerpen, testen en implementeren. Daarnaast weet je hoe je slimme contracten bouwt met behulp van Smart Contracts & Hyperledger Fabric. Ook kan je werken met de Truffle Suite. Ten slotte weet je meer over het bouwen van gedecentraliseerde applicaties en weet je hoe je blockchains in de cloud kan bouwen.

Positieve reacties van cursisten

Ontwikkel je tot data analist

Service is echt heel goed. Snel, klantvriendelijk, weten waar ze over praten en denken met je mee met oplossingen. Daarnaast hebben ze ook een goed leerplatform om je studie te volgen en na elke module een korte toets om te zien hoeveel je ervan heb begrepen en je kan de status zien hoeveel tijd je hebt besteed aan je studie. Ik waardeer ze enorm en ik raad elke ICT'er aan om met hen in zee te gaan om je studie te volgen.

- Emilio Jones

Training: Introduction to SQL

Eén training geprobeerd en deze naar tevredenheid gevolgd. Een module werkte in eerste instantie niet, maar na contact opgenomen te hebben met klantenservice kreeg ik snel antwoord met een oplossing.

- Lars van der Spek

Training: Certified Ethical Hacker (CEHv12) - incl. examen

Eerste keer dat ik een online training heb gedaan en zou zo weer een training volgen via icttraningen.nl

- Jerry Jialal

Training: Microsoft Managing Modern Desktops (exam MD-101)

Het resultaat van de groep is absoluut bevredigend. Ik ga in ieder geval geen ander meer bellen.

- Antoine Evertze, Sales Engineer bij Chubb

Training: PRINCE2® 6e editie Foundation- incl. examen

Als er wat is staan ze altijd voor me klaar. Ik word meteen geholpen als ik bel.

- E. Zeijlmans, P&O adviseur bij Parnassia Groep

Training: ITIL® 4 Foundation - incl. examen

Wij zijn gebaat bij mensen die bijblijven in hun vakgebied en continu getriggerd worden.

- W. van Uijthoven, IT manager bij gemeente Arnhem

Training: Excel 2013 Compleet

Ik heb al eens eerder een training gehad via icttrainingen.nl en dat was een erg leerzame, leuke ervaring. Nu heb ik via het werk een online cursus en deze lijkt tot nu toe ook erg leerzaam.

- Michelle Brierley

Hoe gaat het te werk?

1

Training bestellen

Nadat je de training hebt besteld krijg je bevestiging per e-mail.

2

Toegang leerplatform

In de e-mail staat een link waarmee je toegang krijgt tot ons leerplatform.

3

Direct beginnen

Je kunt direct van start. Studeer vanaf nu waar en wanneer jij wilt.

4

Training afronden

Rond de training succesvol af en ontvang van ons een certificaat!

Veelgestelde vragen

Veelgestelde vragen

Op welke manieren kan ik betalen?

Je kunt bij ons betalen met iDEAL, PayPal, Creditcard, Bancontact en op factuur. Betaal je op factuur, dan kun je met de training starten zodra de betaling binnen is.

Hoe lang heb ik toegang tot de training?

Dit verschilt per training, maar meestal 180 dagen. Je kunt dit vinden onder het kopje ‘Kenmerken’.

Waar kan ik terecht als ik vragen heb?

Je kunt onze Learning & Development collega’s tijdens kantoortijden altijd bereiken via support@icttrainingen.nl of telefonisch via 026-8402941.

Background Frame
Background Frame

Onbeperkt leren

Met ons Unlimited concept kun je onbeperkt gebruikmaken van de trainingen op de website voor een vast bedrag per maand.

Bekijk de voordelen

Heb je nog twijfels?

Of gewoon een vraag over de training? Blijf er vooral niet mee zitten. We helpen je graag verder. Daar zijn we voor!

Contactopties