Ontwikkel je van Applicatie Developer naar Blockchain Solutions Architect
Duur: 115 uur |
Taal: Engels (US) |
Online toegang: 365 dagen |

Gegevens
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.
Dit ontwikkelpad is ideaal om jouw STAP budget voor in te zetten!
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.
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.
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.
Doelgroep
Softwareontwikkelaar, Webontwikkelaar
Inhoud
Ontwikkel je van Applicatie Developer naar Blockchain Solutions Architect
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.
Opties bij cursus
Wij bieden, naast de training, in sommige gevallen ook diverse extra leermiddelen aan. Wanneer u zich gaat voorbereiden op een officieel examen dan raden wij aan om ook de extra leermiddelen te gebruiken die beschikbaar zijn bij deze training. Het kan voorkomen dat bij sommige cursussen alleen een examentraining en/of LiveLab beschikbaar is.
Examentraining (proefexamens)
In aanvulling op deze training kunt u een speciale examentraining aanschaffen. De examentraining bevat verschillende proefexamens die het echte examen dicht benaderen. Zowel qua vorm als qua inhoud. Dit is de ultieme manier om te testen of u klaar bent voor het examen.
LiveLab
Als extra mogelijkheid bij deze training kunt u een LiveLab toevoegen. U voert de opdrachten uit op de echte hardware en/of software die van toepassing zijn op uw Lab. De LiveLabs worden volledig door ons gehost in de cloud. U heeft zelf dus alleen een browser nodig om gebruik te maken van de LiveLabs. In de LiveLab omgeving vindt u de opdrachten waarmee u direct kunt starten. De labomgevingen bestaan uit complete netwerken met bijvoorbeeld clients, servers, routers etc. Dit is de ultieme manier om uitgebreide praktijkervaring op te doen.
Inloggen
Waarom Icttrainingen.nl?
Via ons opleidingsconcept bespaar je tot 80% op trainingen
Start met leren wanneer je wilt. Je bepaalt zelf het gewenste tempo
Spar met medecursisten en profileer je als autoriteit in je vakgebied.
Ontvang na succesvolle afronding van je cursus het certificaat van deelname van Icttrainingen.nl
Krijg inzicht in uitgebreide voortgangsinformatie van jezelf of je medewerkers
Kennis opdoen met interactieve e-learning en uitgebreide praktijkopdrachten door gecertificeerde docenten
Bestelproces
Zodra wij uw order en betaling hebben verwerkt, zetten wij uw trainingen klaar en kunt u aan de slag. Heeft u toch nog vragen over ons orderproces kunt u onderstaande button raadplegen.
Een zakelijk account aanmaken
Wanneer je bestelt namens je bedrijf doe je er goed aan om aan zakelijk account bij ons aan te maken. Tijdens het registratieproces kan je hiervoor kiezen. Je hebt vervolgens de mogelijkheden om de bedrijfsgegevens in te voeren, PO-nummer & referentie en een afwijkend factuuradres toe te voegen.
Betaalmogelijkheden
Je hebt bij ons diverse betaalmogelijkheden. Bij alle betaalopties ontvang je sowieso een factuur na de bestelling. Gaat je werkgever betalen, dan kies je voor betaling per factuur.

Cursisten aanmaken
Als je een zakelijk account hebt aangemaakt dan heb je de optie om cursisten/medewerkers aan te maken onder je account. Als je dus meerdere trainingen koopt, kan je cursisten aanmaken en de cursussen vervolgens uitdelen aan je collega’s. De cursisten krijgen een e-mail met inloggegevens en dat zij kunnen starten met de cursus.
Voortgangsinformatie
Met een zakelijk account ben je automatisch beheerder van je organisatie en kan je naast cursisten ook managers aanmaken. Beheerders en managers kunnen tevens voortgang inzien van alle cursisten binnen de organisatie.
Wat is inbegrepen?
Certificaat van deelname | ja |
Voortgangsbewaking | ja |
Award Winning E-learning | ja |
Geschikt voor mobiel | ja |
Kennis delen | Onbeperkte toegang tot onze community met IT professionals |
Studieadvies | Onze consultants zijn beschikbaar om je te voorzien van studieadvies |
Studiemateriaal | Gecertificeerde docenten met uitgebreide kennis over de onderwerpen |
Service | Service via chat, telefoon, e-mail (razendsnel) |
Platform
Na bestelling van je training krijg je toegang tot ons innovatieve leerplatform. Hier vind je al je gekochte (of gevolgde) trainingen, kan je eventueel cursisten aanmaken en krijg je toegang tot uitgebreide voortgangsinformatie.

FAQ
- Op welke manieren kan ik betalen?
- Hoe werkt het bestelproces?
- Kan ik persoonlijke begeleiding krijgen bij mijn training?
Niet gevonden wat je zocht? Bekijk alle vragen of neem contact op.