Blockchain Developers Course

Size: px
Start display at page:

Download "Blockchain Developers Course"

Transcription

1 Blockchain Developers Course Training from CapitalWave Inc. Technology Enabled Learning TM The Blockchain Academy Inc. All rights reserved Version

2 Blockchain Developers Course WHEN: STARTING 11 September 2017 ENDING 20 October 2017 WHERE: LENGTH: ADMISSIONS STANDARDS DEDICATION PER WEEK PREP WORK BEFORE CLASSES START TBA, New York, NY USA 6 Week Full Time Course M T 09:00 17:00 W 09:00 12:00 TH F 09:00 17:00 Basics of Computers Basics of Programming 1+ years of programming experience (validated by CV or certification) Python and JavaScript programming is a PLUS Entrance Exam hours Yes, a 30 hour online Video Program on Blockchain Fundamentals COST $12,000 $10,000, early bird registration by August 11 th REFUND POLICY PAYMENTS 100% if 30 days prior to start of course 50% if 7 days prior to start of course 25% after start of course, but before end of 1 st week. 50% at Registration / 50% 7 days prior to start of course. 3 Payments of $4,250. Payment 1 at Registration, Payment 2 at Start of the course and Payment 3 at the start of week 4 CONTACT INFORMATION: Bryant Nielson, Executive Director bryant.nielson@theblockchainacademy.com Page The Blockchain Academy Inc.

3 Blockchain Developers Boot Camp COURSE OVERVIEW This course in a course designed for developers who are seeking to learn blockchain from a development perspective. It is an 6 week full time program in blockchain from basics to advanced. Delivered in a live classroom setting. This course will provide the participants with the ability to implement powerful blockchain applications. Participants will be spending large amounts of time creating and developing real blockchain tools. The course will provide working sandboxes for all of the coding that is developed. ADMISSIONS STANDARDS Basics of Programming 1+ years of programming experience (validated by CV or certification) JavaScript / Python programming is a PLUS Entrance Exam AT THE END OF THIS COURSE YOU WILL BE ABLE TO Work with Blockchain technology on a practical level Build real life tools based upon the Blockchain and Ethereum. Have validated code to share with prospective employers showing a working knowledge of blockchain programming. ACCREDITATION Accreditation is given to participants who pass with 70% score on all course examinations and successful completion of all of the coding assignments. Page The Blockchain Academy Inc.

4 Course Outline Weekly WEEK 1: The Blockchain Foundations Outline Origins of Blockchain How Bitcoin Works Private vs. Public Blockchains Permission vs. Permissionless Exploring the concept of decentralization Setting up working Environment WEEK 2: The Bitcoin Protocol WEEK 3: Keys & Transactions WEEK 4: The Blockchain Bits and Bytes Manually counting and converting Hex + ASCII working with JS/ Python and buffers Connecting to Peers reading the bitcoin protocol Protocol messaging tools Breaking messages to payload and header Creating basic messages manually and with JS/ Python Protocol messaging tools continued Version Payload applying protocol rules to create real messages Hash one way functions, introduction, and JS/Python Headers and version headers creating the template for bitcoin message headers TCP dump + Wireshark the basics of packet sniffing Keys creating a pair of keys Signing messages and encryption with Key Pair Private key to a bitcoin address Mathematically background to Keys From private keys to bitcoin address Transactions Segwit, filling fields according to protocol rules (JS/ Python) UTXOs and inputs Scripts creating scripts for variety of transactions (P2PKH, OP_RETURN, P2SH) Writing one mock script Stack architecture Modifying mock scripts to support stacks OP_CODES Hashing Transactions Signing Transactions Individual Blocks Consensus rules Coinbase transactions Merkle trees, light clients POW Proof of Work, calculating difficulty/target, block headers and nonce Segwit, lightning network, merged mining and side chains Page The Blockchain Academy Inc.

5 WEEK 5: The Ethereum Blockchain, Solidity & Web3 WEEK 6: DAPP Moving to Ethereum Basic Concepts Ethereum VM Solidity concepts in smart contract architecture Solidity variables, arrays and memory structure Solidity basic functions, modifiers, events and constructor functions Solidity contract inheritance Solidity relations between smart contacts Solidity calls, delegations, libraries and upgradeable contracts Web3JS How to use truffle and testrpc Use the Truffle framework Connect to testrpc Creating tests for smart contracts Web3.js basic concepts and commands Ethereum and bitcoin standardization BIPS, ERC 20 etc. Distribute files using IPFS Integrate IPFS, smart contracts and web3 to a finale working dapp Page The Blockchain Academy Inc.

6 Course Projects PROJECTS PROJECT 1: WORKING ENVIRONMENT The first thing you ll do is to set your working environment and have all your tools ready. JavaScript libraries for working with Bitcoin & Ethereum Solidity compilers and frameworks Ethereum wallets, clients and RPCs Bitcoin API, RPC and clients NodeJS environment CLI tools for networking PROJECT 2: CONNECT TO THE BITCOIN NETWORK PROJECT 3: FROM PRIVATE KEY TO BITCOIN ADDRESS Bitcoin is also a P2P network with its own protocol rules. We ll parse the Bitcoin developer documentation and will construct the necessary network messages that are required in order to connect to the Bitcoin test net and main net networks. Understand the Bitcoin documentation Use basic hashing functions Write the codes needed to create a Bitcoin network message Transmit your Bitcoin messages to remote node Use packet sniffers to digest incoming messages Write responds to any incoming message Keys and address are crucial concepts in the ecosystem of cryptography, cryptocurrencies and blockchains. Generate your own private key Use some predefined tool to create Bitcoin address from that private key Parse the Bitcoin protocol to see how address are generated from private keys Follow the documentation to create your own tool for creating Bitcoin address from a private key. Compare the address you received from your tools to the ones generated by predefined libraries Learn the basic working of the ECC and understand the different components of private keys and public key Work with compressed and uncompressed keys PROJECT 4: CREAT YOUR FIRST BITCOIN TRANSACTION We ll create the most common Bitcoin transaction, the P2PKH transaction. This is the basic transaction that keeps the Bitcoin ecosystem running and it will be used both as a studying case for some of the basic concepts of the Bitcoin protocol and as starting point for creating more complex transactions in the future. Understand the mechanism of the transactions in the Bitcoin protocol Parse the Bitcoin blockchain for relevant information (UTXOs) Create your own stacks Utilize the Bitcoin scripting language and create your public script (P2PKH) Calculate fees Work with change addresses. Sign and transmit your transaction Page The Blockchain Academy Inc.

7 PROJECT 5: ADVANCED BITCOIN TRANSACTIONS PROJECT 6: MINE YOUR OWN BLOCK PROJECT 7: CREATE YOUR FIRST SMART CONTRACT PROJECT 8: ADVANCED SMART CONTRACT PROJECT 9: CREATE YOUR OWN DAPP Now that we understand how transaction works, we ll dive deeper into the different type of transactions that are accepted in the Bitcoin protocol Create your own script and use P2SH transactions to check it Upload your own secret using OP_RETURN transaction Burn bitcoins It s time to understand what the blocks really are. Organize your transactions into a Merkle tree Parse the blockchain for the information that is required to construct your new block Calculate your (mock) difficulty Construct your block header Find the block hash (for the mock difficulty) Smart contracts are important aspect of Ethereum. One of the first thing that we ll do when dealing with it is to create few simple smart contracts, deploy them to the Ethereum (test net) network and try to interact with them Write simple smart contracts using Solidity Deploy these smart contracts using different tools Interact with these smart contract Once we ll learn the basics of smart contracts, we ll want to create smart contracts that will utilizes the real power of the blockchain. For that we ll look deeper into Solidity and the way Ethereum VM works. Write advanced smart contract Write test suite for your smart contract Use testrpc (or other supporting client) to run tests on your smart contracts Try to minimize gas usage for your contract Break your contracts into libraries Use advanced variable types (enum, mapping, structs, array, etc.) Use advanced flow control Use modifiers (payable, constant, user made modifiers) The EVM can be used for creating decentralized applications. After we ll explore the concept of decentralization, we ll use some basic web tools and libraries and combine them with our smart contracts to create an array of dapps Learn how to integrate web3 components into your web app Decentralized your files using IPFS Use naming convention to map to your dapp Page The Blockchain Academy Inc.

8 The Blockchain Academy Inc. is a firm made of up industry professionals having a reputation for providing first-rate training and consultancy. The Blockchain Academy offers instructors and programs who have extensive knowledge, experience and expertise in the areas of Bitcoin and Blockchain. Blended learning is the philosophy on which the company was founded. Our training methodology, integrating theory with practice using our own very powerful training tools, creates a uniquely exciting and effective learning environment. The result pays immediate dividends in the retention of newly-learned concepts and their practical application in the financial marketplace. For further information, please contact: Bryant Nielson, Director Bryant.nielson@TheBlockchainAcademy.com Telephone: US + (212) UK + 44 (0)

I TECHNOLOGY Blockchain Concepts Blockchain 20

I TECHNOLOGY Blockchain Concepts Blockchain 20 I TECHNOLOGY 17 1 Blockchain Concepts 19 1.1 Blockchain 20 1.1.1 Blockchain Evolution 21 Blockchain Structure 22 Blockchain Characteristics 22 Blockchain Application Example: Escrow 23 1.3 Blockchain Stack

More information

Blockchain Developer TERM 1: FUNDAMENTALS. Blockchain Fundamentals. Project 1: Create Your Identity on Bitcoin Core. Become a blockchain developer

Blockchain Developer TERM 1: FUNDAMENTALS. Blockchain Fundamentals. Project 1: Create Your Identity on Bitcoin Core. Become a blockchain developer Blockchain Developer Become a blockchain developer TERM 1: FUNDAMENTALS Blockchain Fundamentals Project 1: Create Your Identity on Bitcoin Core Blockchains are a public record of completed value transactions

More information

LinkedIn /in/petkanic/

LinkedIn /in/petkanic/ This is the first time in a history of a mankind when we are able to permanently record the history of a mankind. Yes, blockchain is a bubble. And it s going to burst. But that s amazing! Because only

More information

INTRODUCTION TO THE BLOCKCHAIN ERRIN ICT Working Group Meeting on Blockchain June 13, Javier Prieto IoT Digital Innovation Hub

INTRODUCTION TO THE BLOCKCHAIN ERRIN ICT Working Group Meeting on Blockchain June 13, Javier Prieto IoT Digital Innovation Hub INTRODUCTION TO THE BLOCKCHAIN ERRIN ICT Working Group Meeting on Blockchain June 13, 2018 Content Bitcoin Beyond bitcoin The blockchain is an incorruptible digital ledger of economic transactions that

More information

L3. Blockchains and Cryptocurrencies

L3. Blockchains and Cryptocurrencies L3. Blockchains and Cryptocurrencies Alice E. Fischer September 6, 2018 Blockchains and Cryptocurrencies... 1/16 Blockchains Transactions Blockchains and Cryptocurrencies... 2/16 Blockchains, in theory

More information

Blockchain & The Hollywood Supply Chain

Blockchain & The Hollywood Supply Chain HITS: Fall 2017 - Innovation & Technology: Hollywood 2025 October 23, 2017 October 18, 2017 2:50 3:10 PM Skirball Cultural Center Los Angeles, CA Blockchain & The Hollywood Supply Chain Steve Wong DXC

More information

Quality Assurance in Blockchain

Quality Assurance in Blockchain Quality Assurance in Blockchain By Arpan Sarkar, Senior Manager Business Development & Jibendu Narayan Mazumder Associate Director Business Development Cognizant Technology Solutions Abstract Blockchain

More information

Blockchain and distributed ledger technology at Travelport

Blockchain and distributed ledger technology at Travelport Blockchain and distributed ledger technology at Travelport A Travelport white paper Enterprise Architecture April 2018 2018 Travelport All rights reserved. Travelport, Apollo, Galileo, Worldspan and the

More information

White Paper. Bizanc Blockchain

White Paper. Bizanc Blockchain White Paper Versão 0.0.1 Bizanc Blockchain 1.0 Summary Bizanc is a decentralized platform for commercialization of digital assets, operating on a Blockchain architecture, allowing trading of cryptocurrencies

More information

Certified Program in Blockchain Technology & Management

Certified Program in Blockchain Technology & Management Certified Program in Blockchain Technology & Management 4 Months Weekend Learning Projects & Case Studies An exhaustive Blockchain program designed to produce super-qualified leaders in this emerging technological

More information

Transferring Data through an Ethereum Blockchain using Transactions

Transferring Data through an Ethereum Blockchain using Transactions DNAtix DevOps Whitepaper Transferring Data through an Ethereum Blockchain using Transactions DNAtix Development Team Internal Research The DNAtix development team has conducted an internal test in order

More information

Blockchain Demystified

Blockchain Demystified Blockchain Demystified DR THEODOSIS MOUROUZIS (CIIM, UCL CBT, CYPRUS BLOCKCHAIN TECHNOLOGIES) Cyprus Blockchain Technologies Centre The Cyprus Blockchain Technologies Ltd. is a non-profit organization

More information

Blockchain explained. by Jerome Kehrli

Blockchain explained. by Jerome Kehrli by Jerome Kehrli Witten on Friday Oct 07, 2016 The blockchain and blockchain related topics are becoming increasingly discussed and studied nowadays. There is not one single day where I don't hear about

More information

Alexandros Fragkiadakis, FORTH-ICS, Greece

Alexandros Fragkiadakis, FORTH-ICS, Greece Alexandros Fragkiadakis, FORTH-ICS, Greece Outline Trust management and trust computation Blockchain technology and its characteristics Blockchain use-cases for IoT Smart contracts Blockchain challenges

More information

Three-dimensional Scalable Blockchain instant transactions 100k+ on-chain real-time auto sharding

Three-dimensional Scalable Blockchain instant transactions 100k+ on-chain real-time auto sharding Three-dimensional Scalable Blockchain instant transactions 100k on-chain real-time auto sharding NEW PROTOCOL RESONANCE COMPLETELY NEW CODE TESTNET IS READY ThePower.io Whitepaper Technical paper (on demand)

More information

Record Educational Certificates on Blockchain for Authentication and digital verification (Implementation of Proof-of-Concept)

Record Educational Certificates on Blockchain for Authentication and digital verification (Implementation of Proof-of-Concept) Record Educational Certificates on Blockchain for Authentication and digital verification (Implementation of Proof-of-Concept) Academic credentialing fraud is a reality; methods include counterfeiting

More information

Version 1.0. The Blockchain An architectural view

Version 1.0. The Blockchain An architectural view Version 1.0 The Blockchain An architectural view Version 1.0 TOC 1. Introduction of Presenters 5. Equilibrium of the blockchain ecosystem 2. Origins of the blockchain 6. Types of blockchains 3. Basic Principles

More information

Blockchain 2.0: Smart Contracts

Blockchain 2.0: Smart Contracts Blockchain 2.0: Smart Contracts Karan Bharadwaj August 7, 2016 The relevance of blockchain technology to the financial world has grown substantially over the last few years. An important aspect of the

More information

Surface Web/Deep Web/Dark Web

Surface Web/Deep Web/Dark Web Cryptocurrency Surface Web/Deep Web/Dark Web How to Get Data? Where Hacking, Cyber Fraud, and Money Laundering Intersect How to Pay? Digital Currency What is Bitcoin? https://youtu.be/aemv9ukpazg Bitcoin

More information

The OneAlto Token (O-Token ) Standard. Version February 28, Abstract

The OneAlto Token (O-Token ) Standard. Version February 28, Abstract The OneAlto Token (O-Token ) Standard Version 1.0.0 February 28, 2019 Abstract OneAlto is building a decentralized compliance protocol to standardize the way cryptosecurities are issued and traded on blockchains.

More information

Blockchains as a Component of the Next Generation Internet

Blockchains as a Component of the Next Generation Internet hub4ngi.eu Questions to: feedback@hub4ngi.eu Blockchains as a Component of the Next Generation Internet Prof. John Domingue (@johndmk) Director, Knowledge Media Institute, the Open University, UK kmi.open.ac.uk

More information

Komodo Platform Overview

Komodo Platform Overview Komodo Platform Overview w w w. k o m o d o p l a t f o r m. c o m Goldenman Korean Ambassador KOMODO basic information Category : Privacy, Platform ICO Date : 2016 년 9-10 월 Total supply : 200,000,000

More information

primechain building blockchains for a better world

primechain building blockchains for a better world primechain building blockchains for a better world 8 steps to building blockchain solutions Rohas Nagpal, Primechain Technologies Pvt. Ltd. 8 steps to building blockchain solutions When Blockchain technology

More information

THE SOFEROX PROJECT THE TWIN-CHAIN BLOCKCHAIN

THE SOFEROX PROJECT THE TWIN-CHAIN BLOCKCHAIN THE SOFEROX PROJECT THE TWIN-CHAIN BLOCKCHAIN Soferox isn t just an exchange. We have created a new style blockchain that is basically Ethereum on steroids. We create a new style of chaining that will

More information

BLOCKCHAIN BASED RECORD KEEPING & DATA SECURITY PLATFORM

BLOCKCHAIN BASED RECORD KEEPING & DATA SECURITY PLATFORM TM BLOCKCHAIN BASED RECORD KEEPING & DATA SECURITY PLATFORM PRODUCT DECK IMMUTABILITY INTEGRITY NON REPUDIATION PROBLEMS WITH DATA & RECORDS It is not immutable. Easy to change, very difficult to detect

More information

The BitShares Blockchain

The BitShares Blockchain The BitShares Blockchain Introduction Stichting BitShares Blockchain Foundation Zutphenseweg 6 7418 AJ Deventer Netherlands Chamber of Commerce: 66190169 http://www.bitshares.foundation info@bitshares.foundation

More information

Blockchain and the possible impact on testing. New technology needs new testing?

Blockchain and the possible impact on testing. New technology needs new testing? Specialisten in vooruitgang Blockchain and the possible impact on testing. New technology needs new testing? Jeroen Rosink TestCon Vilnius October 18 th 2018 Software testen Business Process Transformation

More information

Introduction to Blockchain Rick McMullin, bitheads, inc.

Introduction to Blockchain Rick McMullin, bitheads, inc. Introduction to Blockchain Rick McMullin, bitheads, inc. mcmullin@bitheads.com What we will cover What is blockchain? History and examples of a few blockchains The crypto craze Why use a blockchain? What

More information

Introduction to Blockchain Technology

Introduction to Blockchain Technology Introduction to Blockchain Technology Current Trends in Artificial Intelligence Volker Strobel PhD student @ IRIDIA 23 February 2017 Part I: Bitcoin: Idea, Basics, Technology Part II: Altcoins, Use cases,

More information

In the future, many kinds of cryptocurrencies will be born, and service competition will increase.

In the future, many kinds of cryptocurrencies will be born, and service competition will increase. A financial revolution will be triggered by the birth of Blockchain! When people began to say this, most people did not attempt to listen to it. Several years have passed since then, and only some people

More information

Hype vs. reality: Potential depends on leveraging the right blockchain features. Companies still struggle find their place

Hype vs. reality: Potential depends on leveraging the right blockchain features. Companies still struggle find their place February 2018 0/5 Hype vs. reality: Potential depends on leveraging the right blockchain features Radical growth of blockchain investments (in bn EUR) Blockchain scenarios: I II remains explorative playground

More information

TECHNICAL WHITEPAPER. Your Commercial Real Estate Business on the Blockchain. realestatedoc.io

TECHNICAL WHITEPAPER. Your Commercial Real Estate Business on the Blockchain. realestatedoc.io TECHNICAL WHITEPAPER Your Commercial Real Estate Business on the Blockchain realestatedoc.io IMPORTANT: YOU MUST READ THE FOLLOWING DISCLAIMER IN FULL BEFORE CONTINUING The Token Generation Event ( TGE

More information

Blockchain 101. Featuring: MNP & The CSE Date: December 4, 2018

Blockchain 101. Featuring: MNP & The CSE Date: December 4, 2018 Blockchain 101 Featuring: MNP & The CSE Date: December 4, 2018 Presenters Maruf Raza, CPA, CA National Director of Public Companies maruf.raza@mnp.ca George Huang, CPA, CA Senior Manager, Public Companies

More information

Changing Data Protection: Heading towards a Blockchain-Operated Future

Changing Data Protection: Heading towards a Blockchain-Operated Future SESSION ID: SDS-R02 Changing Data Protection: Heading towards a Blockchain-Operated Future Eugene Aseev Head of Singapore R&D Centre Acronis @toxzique Agenda Blockchain yesterday Background Blockchain

More information

Why is IBM Blockchain based on Sebastjan Štucl Delivery Manager, GTS, IBM Slovenia

Why is IBM Blockchain based on Sebastjan Štucl Delivery Manager, GTS, IBM Slovenia Why is IBM Blockchain based on Hyperledger@LinuxFoundation Sebastjan Štucl Delivery Manager, GTS, IBM Slovenia sebastjan.stucl@si.ibm.com 2 Trusted Third Party IBM Blockchain 2017 IBM Corporation 3 There

More information

A Hybrid Blockchain for the IoT and Tokenized Hardware

A Hybrid Blockchain for the IoT and Tokenized Hardware A Hybrid Blockchain for the IoT and Tokenized Hardware Jollen Chen, Founder and CEO The Flowchain Foundation The Linux Foundation, Open Source Summit Japan, Tokyo, June, 20, 2018 About me Jollen Chen,

More information

CREDITS. A New Blockchain Generation

CREDITS. A New Blockchain Generation A New Blockchain Generation PROBLEMS OF BLOCKCHAIN Now we can distinguish the following technical problems of the platforms: 1. LOW NETWORK CAPACITY 2. TIME OF PAYMENTS AND SMART CONTRACT EXECUTION 3.

More information

chainfrog WHAT ARE SMART CONTRACTS?

chainfrog WHAT ARE SMART CONTRACTS? chainfrog WHAT ARE SMART CONTRACTS? WHAT ARE SMART CONTRACTS AND WHERE AND WHY WOULD YOU USE THEM A question I get asked again and again at lectures and conferences is, what exactly are smart contracts?

More information

CSCI 1800 Cybersecurity and International Relations. Bitcoins and Blockchains John E. Savage

CSCI 1800 Cybersecurity and International Relations. Bitcoins and Blockchains John E. Savage CSCI 1800 Cybersecurity and International Relations Bitcoins and Blockchains John E. Savage Overview of the Talk We describe the bitcoin system, which supports monetary exchange without a central authority

More information

IT is about you. Bitvalley builds value for the Insurance sector with a disruptive Blockchain-based solution

IT is about you. Bitvalley builds value for the Insurance sector with a disruptive Blockchain-based solution Cygnet Infotech IT is about you Bitvalley builds value for the Insurance sector with a disruptive Blockchain-based solution CLIENT PROFILE Our client, Bitvalley, is an emerging start-up with three years

More information

Blockchain: Programming And Technology Guide 2 In 1 By Charles Jensen READ ONLINE

Blockchain: Programming And Technology Guide 2 In 1 By Charles Jensen READ ONLINE Blockchain: Programming And Technology Guide 2 In 1 By Charles Jensen READ ONLINE Want To Know How You Can Benefit From Blockchain? Are You Guide To Blockchain Technology And Leveraging Blockchain Programming.

More information

Blockchain & Bitcoin. Länsstyrelserna David Bauman

Blockchain & Bitcoin. Länsstyrelserna David Bauman Blockchain & Bitcoin Länsstyrelserna 2017-03-28 David Bauman Agenda What is Money? What is Bitcoin & Blockchain? How does it Work? Areas of Application Future Public Sector Questions What is Currency?

More information

Computer Security. 13. Blockchain & Bitcoin. Paul Krzyzanowski. Rutgers University. Spring 2018

Computer Security. 13. Blockchain & Bitcoin. Paul Krzyzanowski. Rutgers University. Spring 2018 Computer Security 13. Blockchain & Bitcoin Paul Krzyzanowski Rutgers University Spring 2018 April 18, 2018 CS 419 2018 Paul Krzyzanowski 1 Bitcoin & Blockchain Bitcoin cryptocurrency system Introduced

More information

Blockchains. Overview. Wedding. 1. Trend: Centralized to Decentralized

Blockchains. Overview. Wedding. 1. Trend: Centralized to Decentralized Blockchains Overview 1. Trend: Centralized to Decentralized Raj Jain Washington University in Saint Louis Saint Louis, MO 63130 Jain@wustl.edu Audio/Video recordings of this lecture are available at: 2.

More information

DEVELOPING ON HYPERLEDGER FABRIC

DEVELOPING ON HYPERLEDGER FABRIC DEVELOPING ON HYPERLEDGER FABRIC COURSE OVERVIEW: This instructor-led Hyperledger training course is designed for developers and administrators who want to take a comprehensive deep dive on Hyperledger

More information

MAINNET TOKENOMICS. Author: SophiaTX team Date: 30 th July 2018 Version: 1.0 (Initial) Select Language: 繁體字 (Traditional Chinese)

MAINNET TOKENOMICS. Author: SophiaTX team Date: 30 th July 2018 Version: 1.0 (Initial) Select Language: 繁體字 (Traditional Chinese) MAINNET TOKENOMICS Select Language: 繁體字 (Traditional Chinese) 简体字 (Simplified Chines) 한국어 (Korean) Author: SophiaTX team Date: 30 th July 2018 Version: 1.0 (Initial) Page 1 of 11 Contents Abstract... 3

More information

A FINANCIAL ENGINE [ A DECENTRALIZED FINANCIAL SYSTEM ]

A FINANCIAL ENGINE [ A DECENTRALIZED FINANCIAL SYSTEM ] A FINANCIAL ENGINE [ A DECENTRALIZED FINANCIAL SYSTEM ] ABSTRACT A purely peer-to-peer mechanism to structure contractual relationships would allow mutually distrusting parties to draft contracts without

More information

Practical Blockchain: Navigating Through The Hall of Mirrors. Sandy Carielli Director of Security Technologies Entrust Datacard

Practical Blockchain: Navigating Through The Hall of Mirrors. Sandy Carielli Director of Security Technologies Entrust Datacard Practical Blockchain: Navigating Through The Hall of Mirrors Sandy Carielli Director of Security Technologies Entrust Datacard Quick Survey QUICK SURVEY "Blockchain In Banking: Success Depends On Technology

More information

Recent Notable Breaches in O&G

Recent Notable Breaches in O&G Recent Notable Breaches in O&G Petya Rosenfet 2010: Stuxnet 2012: Saudi Aramco Infected 30k systems 2014: Norwegian Phishing Trojan horse attacks 2015-ATGs WannaCry Hacking always-on voice assistants WWl

More information

The XDC Protocol. XinFin Organization

The XDC Protocol. XinFin Organization The XDC Protocol TECHNICAL WHITEPAPER By XinFin Organization www.xinfin.org Blockchain technology for global trade and finance September 2017 Contact us: info@xinfin.org Table of Contents 1. Blockchain

More information

Blockchain Technology: Concepts. Whitepaper 1

Blockchain Technology: Concepts. Whitepaper 1 Whitepaper 1 Introduction Cryptocurrency, the digital currency system that enables global monetary transactions between two parties without the need for a trusted third party financial institution, has

More information

Smart Contracts on Blockchain Platforms

Smart Contracts on Blockchain Platforms Smart Contracts on Blockchain Platforms Prof. Dr. Florian Matthes 24.1.2019, Juristische Gesellschaft Augsburg e.v. Chair of Software Engineering for Business Information Systems (sebis) Faculty of Informatics

More information

SECRET COIN WHITE PAPER

SECRET COIN WHITE PAPER ABSTRACT With the development of blockchain technology and the rapid growth of the cryptocurrency market, new opportunities appear consistently in the field of investment. The traditional economy changes

More information

Seminar Distributed Systems Blockchain: From Cryptocurrencies to Smart Contracts. Signe Rüsch

Seminar Distributed Systems Blockchain: From Cryptocurrencies to Smart Contracts. Signe Rüsch Seminar Distributed Systems Blockchain: From Cryptocurrencies to Smart Contracts Signe Rüsch October 25, 2017 Table of Contents Organisational Signe Rüsch Seminar Distributed Systems 2 Organisational Course

More information

For insurers Blockchain is the new black

For insurers Blockchain is the new black For insurers Blockchain is the new black Navigating the hype and understanding threats and opportunities September 20 Customer Centricity Dr. Magdalena Ramada (WTW Research and Innovation Center) 20 Willis

More information

Blockchain & beleggingen. NBA Amsterdam, 28 mei 2018

Blockchain & beleggingen. NBA Amsterdam, 28 mei 2018 Blockchain & beleggingen NBA Amsterdam, 28 mei 2018 Introductie Dennis de Vries Joined in 2015 as senior manager Audit serving financial institutions Appointed lead KPMG Digital Ledger Services Netherlands

More information

The Abjcoin white paper Nigeria s blockchain solution for global payment

The Abjcoin white paper Nigeria s blockchain solution for global payment 1 ABJ COIN THE FIRST NIGERIAN BLOCKCHAIN SOLUTION FOR GLOBAL PAYMENT WHITE PAPER LAST UPDATED 7/09/2017. 2 ABSTRACT Welcome to the white paper contract of Nigeria s first cryptocurrency, this contract

More information

Blockchain Series Part 1 of 4:

Blockchain Series Part 1 of 4: Blockchain Series Part 1 of 4: Blockchain 101 It s Not Just Cryptocurrency #HASHTAG SPEAKERS Glynna Christian Partner, Co-Head Global Tech Transactions Orrick Michaela Ross Tech & Telecom Reporter Bloomberg

More information

Healthcare, Blockchain and Smart Contracts: Emerging Issues for Healthcare Counsel

Healthcare, Blockchain and Smart Contracts: Emerging Issues for Healthcare Counsel Presenting a live 90-minute webinar with interactive Q&A Healthcare, Blockchain and Smart Contracts: Emerging Issues for Healthcare Counsel Leveraging Distributed Ledger Technology in Healthcare, Protecting

More information

KARATCOIN. Straight to Gold Mines

KARATCOIN. Straight to Gold Mines KARATCOIN Straight to Gold Mines Problems Gold Transferability Bond value Backers defaulting Holding unused gold Solution: a platform to trade gold certificates, exchange Karatcoin tokens, as well as save

More information

Building Blockchain Solutions

Building Blockchain Solutions Provide Authenticity and Trust to all information you create, process, store and distribute Digital Disruption Is Here The application of new digital technologies causes seismic upheavals in all markets:

More information

Thinking in Blockchain

Thinking in Blockchain Thinking in Blockchain Hitters Xu & Founder former Director of Blockchain Platform in Alibaba 01 About Founder Hitters Xu CONTENT 02 03 04 About Nebulas Eagle Nebula, New Journey Moving Forward... 01 About

More information

NASGO blockchain asset & dapp platform.

NASGO blockchain asset & dapp platform. NASGO blockchain asset & dapp platform http://www.nasgo.com 1 0 What is NASGO 4 1 Summary 5 1.1 Dapp Store 5 1.2 Blockchain Assets 6 1.3 pegged sidechains 7 1.4 NASGO Users Structure 8 1.4.1 Enterprises

More information

A System-of-System Model

A System-of-System Model A System-of-System Model Claudio Lima, Ph.D. Blockchain Engineering Council BEC, Co-Founder IEEE DLT/Blockchain Standards, Vice-Chair, Chair NIST, September 17 th 2018 Disclaimer This presentation expresses

More information

The Bitcoin Universe: An Architectural Overview of the Bitcoin Blockchain

The Bitcoin Universe: An Architectural Overview of the Bitcoin Blockchain Müller, Neumair, Reiser, Dreo Rodosek (Hrsg.): 11. DFN-Forum Kommunikationstechnologien, Lecture Notes in Informatics (LNI), Gesellschaft für Informatik, Bonn 2018 15 The Bitcoin Universe: An Architectural

More information

INTRODUCTION BLOCKCHAIN TECHNOLOGIES. Nyenrode Breukelen, 28 March 2017 M. Oskar van Deventer

INTRODUCTION BLOCKCHAIN TECHNOLOGIES. Nyenrode Breukelen, 28 March 2017 M. Oskar van Deventer INTRODUCTION BLOCKCHAIN TECHNOLOGIES Nyenrode Breukelen, 28 March 2017 M. Oskar van Deventer BLOCKCHAIN RAISES MANY QUESTIONS What is this "blockchain" stuff that everybody is talking about? Concrete examples

More information

The Blockchain Technology

The Blockchain Technology The Blockchain Technology Mooly Sagiv Tel Aviv University http://www.cs.tau.ac.il/~msagiv/courses/blockchain.html msagiv@acm.org Advisory Board Shelly Grossman Noam Rinetzky Ittai Abraham Guy Golan-Gueta

More information

Blockchain, data protection, and the GDPR

Blockchain, data protection, and the GDPR Blockchain, data protection, and the GDPR v1.0 25.05.2018 Contributors: Natalie Eichler, Silvan Jongerius, Greg McMullen, Oliver Naegele, Liz Steininger, Kai Wagner Introduction GDPR was created before

More information

Instructor: Daniele Venturi (Slides from a series of lectures by Stefan Dziembowski)

Instructor: Daniele Venturi (Slides from a series of lectures by Stefan Dziembowski) Data Privacy and Security Instructor: Daniele Venturi (Slides from a series of lectures by Stefan Dziembowski) Master Degree in Data Science Sapienza University of Rome Academic Year 2017-2018 Part VII:

More information

Blockchain made Simple

Blockchain made Simple Blockchain made Simple Rhonda Okamoto, Blockchain & Cryptocurrency Enthusiast rhondaokamoto@gmail.com 609-433-1442 What is Blockchain? When and Where is Blockchain useful? What is the difference between

More information

BLOCK COLLIDER. A high speed multi chain ledger that consumes the blocks of other blockchains. Draft v0.9.3

BLOCK COLLIDER. A high speed multi chain ledger that consumes the blocks of other blockchains. Draft v0.9.3 BLOCK A high speed multi chain ledger that consumes the blocks of other blockchains. Draft v0.9.3 Created: February 11th 2017 Updated: November 30th 2017 www.blockcollider.org Abstract A protocol for joining

More information

Blockchain Payments for Everyone

Blockchain Payments for Everyone Blockchain Payments for Everyone 01 Mission Mission 01 Mission The Liquidity.Network is a practical blockchain micropayment system, supporting millions of users securely, reducing transaction costs significantly

More information

Blockchain-based Traceability in Agri-Food Supply Chain Management: A practical Implementation

Blockchain-based Traceability in Agri-Food Supply Chain Management: A practical Implementation Blockchain-based Traceability in Agri-Food Supply Chain Management: A practical Implementation Miguel Pincheira Caro, Muhammand Salek Ali, Massimo Vecchio and Raffaele Giaffreda Agenda What is a Blockchain?

More information

Trustless Proof of Stake

Trustless Proof of Stake Trustless Proof of Stake 1. Trustless Proof of Stake... 2 1.1 Background of Proof of Stake... 2 1.2 Previous PoS solutions... 2 1.2.1 Peercoins minting PoS... 3 1.2.2 Nxts leasing PoS... 3 1.2.3 Bitshares

More information

CONTENTS DISCLAIMER... 3 EXECUTIVE SUMMARY... 4 INTRO... 4 ICECHAIN... 5 ICE CHAIN TECH... 5 ICE CHAIN POSITIONING... 6 SHARDING... 7 SCALABILITY...

CONTENTS DISCLAIMER... 3 EXECUTIVE SUMMARY... 4 INTRO... 4 ICECHAIN... 5 ICE CHAIN TECH... 5 ICE CHAIN POSITIONING... 6 SHARDING... 7 SCALABILITY... CONTENTS DISCLAIMER... 3 EXECUTIVE SUMMARY... 4 INTRO... 4 ICECHAIN... 5 ICE CHAIN TECH... 5 ICE CHAIN POSITIONING... 6 SHARDING... 7 SCALABILITY... 7 DECENTRALIZATION... 8 SECURITY FEATURES... 8 CROSS

More information

Blockchain and the Maritime Industry

Blockchain and the Maritime Industry MARCH 2018 Blockchain and the Maritime Industry An introduction We will look at A review of the current transactional ecosystem The blockchain concept Smart contracts Q&A Current Shipping Transactional

More information

NASDAQ S BLOCKCHAIN AND THE ENABLEMENT OF COMPETITIVE ADVANTAGE

NASDAQ S BLOCKCHAIN AND THE ENABLEMENT OF COMPETITIVE ADVANTAGE NASDAQ S BLOCKCHAIN AND THE ENABLEMENT OF COMPETITIVE ADVANTAGE APAC BLOCKCHAIN CONFERENCE Peter Jessup, SVP of Global Technology, Nasdaq March 7, 2017 WHO WE ARE Over the past decade, Nasdaq has transformed

More information

Blockchain Overview. Amr Eid Cloud Architect, Cloud Platform, MEA

Blockchain Overview. Amr Eid Cloud Architect, Cloud Platform, MEA Blockchain Overview Amr Eid Cloud Architect, Cloud Platform, MEA amreid@eg.ibm.com History Business / Academic 1991: The first crypto secured chain of blocks How to time-stamp a digital document Bitcoin

More information

WHITEPAPER BLOCKCHAIN DEPLOYMENT & ICO MANAGEMENT

WHITEPAPER BLOCKCHAIN DEPLOYMENT & ICO MANAGEMENT WHITEPAPER BLOCKCHAIN DEPLOYMENT & ICO MANAGEMENT JUNE 2018 Disclaimer The ChainZilla coins being sold as part of the Token Sale are a functional part of the blockchain-driven Blockchain-as-a-service platform

More information

BLOCKCHAIN: INCREASING TRANSPARENCY IN MEDIA & ADVERTISING. Jessica B. Lee, Partner, Advanced Media and Technology

BLOCKCHAIN: INCREASING TRANSPARENCY IN MEDIA & ADVERTISING. Jessica B. Lee, Partner, Advanced Media and Technology BLOCKCHAIN: INCREASING TRANSPARENCY IN MEDIA & ADVERTISING Jessica B. Lee, Partner, Advanced Media and Technology jblee@loeb.com July 2018 1 Today s Topics Blockchain basics Smart contracts and permissioned

More information

A block chain based decentralized exchange

A block chain based decentralized exchange A block chain based decentralized exchange Harsh Patel Harsh.patel54@gmail.com Abstract. A pure peer to peer version of the exchange system would allow all parties access to the market without relying

More information

IOV: a Blockchain Communication System

IOV: a Blockchain Communication System IOV: a Blockchain Communication System December 2017 - February 2018 Antoine Herzog a, Serge Karim Ganem b, Isabella Dell c, and Florin Dzeladini d a antoine@iov.one; b karim@iov.one; c isabella@iov.one;

More information

Proof of work and Proof of stake explanation

Proof of work and Proof of stake explanation Bitspace White paper is a living document. We are constantly upgrading our white paper to answer all your questions and provide all information you could possibly need in understanding Bitspace ecosystem

More information

Blockchain Basics with focus on Energy

Blockchain Basics with focus on Energy Blockchain Basics with focus on Energy Energy Blockchain Webinar Series: Webinar #2 July 13, 2018 July 13 th 2018 Tony Giroti, tony@energy-blockchain.org CONTENT COPYRIGHT 2018, ENERGY BLOCKCHAIN CONSORTIUM,

More information

Ruschlikon embraces Blockchain technology

Ruschlikon embraces Blockchain technology ACORD Meets Blockchain 9 th February 2017 Ruschlikon embraces Blockchain technology Régis DELAYAT SCOR, Senior Digital Advisor to the Chairman Ruschlikon, Chair Agenda 1 Overview of the Ruschlikon initiative

More information

InfiniteChain. Technical White Paper 2017/9/17

InfiniteChain. Technical White Paper 2017/9/17 InfiniteChain Technical White Paper 2017/9/17 A blockchain implementation that has no transaction speed limit, protects privacy, and supports multi-chain operations TIDETIME SUN LIMITED Table of contents

More information

Copyright Scottsdale Institute All Rights Reserved.

Copyright Scottsdale Institute All Rights Reserved. Copyright Scottsdale Institute 2017. All Rights Reserved. No part of this document may be reproduced or shared with anyone outside of your organization without prior written consent from the author(s).

More information

DRAFT Dsion is. Startup Funding on Blockchain Platform

DRAFT Dsion is. Startup Funding on Blockchain Platform DRAFT 1.0.9 Dsion is Startup Funding on Blockchain Platform 2 Dsion White Paper Startup Funding on Blockchain Platform CONTENTS 1. What is Dsion? 5 1) Dsion Summary 5 1-1) Absence of a Fair and Secure

More information

Table of contents. 2

Table of contents. 2 Whitepaper Table of contents Table of contents... 2 Overview... 3 TrillionToken... 3 Sports Betting Platform... 3 Cryptocurrency... 3 Blockchain technology... 3 Ethereum network... 5 TrillionToken token...

More information

Introduction to Distributed Ledgers and Blockchain

Introduction to Distributed Ledgers and Blockchain Introduction to Distributed Ledgers and Blockchain Shared Ledgers Single shared ledger with a centralized system/function Existing today Single distributed ledger with no single point of failure shared

More information

Metro: A peer-to-peer cross-chain digital asset exchange

Metro: A peer-to-peer cross-chain digital asset exchange Metro: A peer-to-peer cross-chain digital asset exchange Metro.software 2018 metrosoftware@zoho.com Abstract The pegged sidechain technology allows us to safely move assets from the asset mainchain to

More information

NEOGOLD whitepaper NEOGOLD NEOGOLD

NEOGOLD whitepaper NEOGOLD NEOGOLD whitepaper ABSTRACT Thank you for taking your time to read this whitepaper for the Neo-Gold project. The information herein was simplified to make it understandable for both experts and novice in the cryptocurrency

More information

Achain Blockchain Whitepaper

Achain Blockchain Whitepaper Achain Blockchain Whitepaper Build to be boundless Table of Contents Abstract... 2 1 Background and Commitment... 3 1.1 The history of network development... 3 1.2 Why do we need blockchain?... 3 1.3 Topics

More information

arxiv: v1 [q-fin.gn] 6 Dec 2016

arxiv: v1 [q-fin.gn] 6 Dec 2016 THE BLOCKCHAIN: A GENTLE FOUR PAGE INTRODUCTION J. H. WITTE arxiv:1612.06244v1 [q-fin.gn] 6 Dec 2016 Abstract. Blockchain is a distributed database that keeps a chronologicallygrowing list (chain) of records

More information

The Blockchain Landscape

The Blockchain Landscape The Blockchain Landscape Dr. Arati Baliga Office of the CTO Contents Executive Summary... 3 Bitcoin Overview... 4 The Blockchain... 5 Blockchain platforms... 8 Use Cases... 15 Conclusion... 18 References...

More information

New Kids on the Blockchain: RIM Blockchain Applications Today & Tomorrow

New Kids on the Blockchain: RIM Blockchain Applications Today & Tomorrow New Kids on the Blockchain: RIM Blockchain Applications Today & Tomorrow Q. Scott Kaye, Partner, Rimon Law John Isaza, Information Governance Solutions, LLC AGENDA What is Blockchain? How it works Forming

More information

Drupal and the Blockchain. by Thorsten Krug - Front-end Drupal Developer Eva Shon - UX Developer

Drupal and the Blockchain. by Thorsten Krug - Front-end Drupal Developer Eva Shon - UX Developer Drupal and the Blockchain by Thorsten Krug - Front-end Drupal Developer Eva Shon - UX Developer Bitcoin 2010 First commercial bitcoin transaction: to buy a pizza for 10.000 BTC Value of "the pizza" today

More information

THE MOST INNOVATIVE AND LUCRATIVE WAY TO EARN BITCOIN.

THE MOST INNOVATIVE AND LUCRATIVE WAY TO EARN BITCOIN. THE MOST INNOVATIVE AND LUCRATIVE WAY TO EARN BITCOIN Abstract... Our Goal... The Marketplaces Issues... What is Kubic Coin?. What we do?... Why we use Ethereum?... Fast and Smooth Investment System...

More information

Blockchain: Where are We and Where are We Heading?

Blockchain: Where are We and Where are We Heading? Blockchain: Where are We and Where are We Heading? Objectives Define the underlying technologies of blockchain Describe some shortcomings of blockchain Describe the accounting profession s interest in

More information

Effective governance of and by the blockchain

Effective governance of and by the blockchain Effective governance of and by the blockchain Anwaar Ali University of Cambridge Computer Laboratory Wolfson College Principal supervisor: Professor Jonathan Crowcroft January 2018 This report is submitted

More information