Archive
Solidity Project: Improvement Stage
Project: Improvement Stage
17.10.2020
Blockchain ecosystem: Ethereum
Programming Language: Solidity
Technologies: Ganache, Truffle, Metamask, Git
Github: here
Description: Smart contract allows you to initiate Improvement Stage of the tender on the Blockchain network and submit improved commercial proposals.
Smart Contract
Screens
Solidity Project: Submitting Initial Commercial Offers
Project: Submitting Initial Commercial Offers
16.10.2020
Blockchain ecosystem: Ethereum
Programming Language: Solidity
Technologies: Ganache, Truffle, Metamask, Git
Github: here
Description: Smart contract allows you to initiate a tender on the Blockchain network and submit initial commercial proposals.
Smart Contract
Screens







Cryptozombies.io Platform
Cryptozombies
via Cryptozombies.io Platform
16.03.2020
Online Educational Course “Solidity Path: Beginner to Intermediate Smart Contracts”
The content of the modules:
- Making the Zombie Factory
- Zombies Attack Their Victims
- Advanced Solidity Concepts
- Zombie Battle System
- ERC721 & Crypto-Collectibles
- App Front-ends & Web3.js
Project
Coursetro.com Platform
Coursetro
via Coursetro.com Platform
04.03.2020
Online Educational Course “Developing Ethereum Smart Contracts for Beginners“
The content of the modules:
1. What are Smart Contracts and Decentralized Apps?
2. Variables and Types
3. Creating a Web UI for our Smart Contract
4. Solidity Events
5. Function Modifiers
6. Mappings and Structs
7. Inheritance & Deployment
8. Finishing the Web3 UI
Project
Coursera: University at Buffalo
University at Buffalo
via coursera.org Platform
04.03.2020
Online Educational Course “Smart Contracts“
This second course of the Blockchain specialization will help you design, code, deploy and execute a smart contract – the computational element of the blockchain technology.
Smart contracts allow for implementing user-defined operations of arbitrary complexity that are not possible through plain cryptocurrency protocols. They allow users to implement conditions, rules and policies of the domain applications. Smart contracts are a powerful feature that, when properly designed and coded, can result in autonomous, efficient and transparent systems.
You will design and program smart contracts in Solidity language, test and deploy them in the Remix development environment, and invoke them from a simple web interface that Remix provides.
This course features best practices for designing solutions with smart contracts using Solidity and Remix IDE. Main concepts are delivered through videos, demos and hands-on exercises.
Syllabus:
WEEK 1. Smart Contract Basics
The purpose of this module is to introduce the reasons for a smart contract and its critical role in transforming blockchain technology from enabling decentralized systems. We will explore the structure and basic concepts of a smart contract through examples, and illustrate Remix (remix.ethereum.org) web IDE for deploying and interacting with a smart contract.
WEEK 2. Solidity
Our goal is to master the basics of Solidity, a high-level language that is a combination of Javascript, Java and C++. It is specially designed to write smart contracts and to target the Ethereum Virtual Machine. Learners will be able to follow demonstrations and practice using Solidity.
WEEK 3. Putting it all Together
This module focuses on the development of the Ballot smart contract incrementally to illustrate various features including time dependencies, validation outside the function code using access modifiers, asserts and require declarations, and event logging.
WEEK 4. Best Practices
This module will focus on best practices including evaluating whether a blockchain-based solution is suitable for your problem, designing Solidity smart contracts, and those relating to Remix IDE.
Bitdegree.org Platform
Bitdegree
via Bitdegree.org Platform
03.03.2020
Online Educational Course “Learn Solidity with Space Doggo: an Interactive Solidity Tutorial”
The content of the modules:
- Contracts
- Variables
- Arithmetics
- Structs
- Mappings
- Using Structs
- Using Mappings
- Hashes and Typecasting
Project
Altcademy.com Platform
Altcademy
via Altcademy.com Platform
01.03.2020
Online Educational Course “Ethereum Smart Contract 101”
The content of the modules:
- Welcome to Ethereum Smart Contract 101
- What is Ethereum and Smart Contract?
- Getting an Ethereum account and some Ethers
- Writing your first contract
- Deploying your contract
- Interact with contracts
Project