Weaving the ILP Fabric into Bigchain DBInterledger
Dimitri De Jonghe presents on how Bigchain DB can use Interledger to connect disparate systems. Presented at the Interleder Workshop in London on 7/6/2016. Full presentation here: https://interledger.org/presentations/2016-07-06%20-%20ILP%20Workshop%20London%202016.pdf
This document provides an introduction and overview of BigchainDB, including its architecture, transaction and consensus models, and potential use cases. The architecture uses a federated consensus model with blocks containing batches of transactions. Nodes vote on block validity using a consensus algorithm tolerant of some node failures. Examples of potential applications include tracking intellectual property assets, contracts, and high-volume financial/physical assets.
This document discusses BigchainDB, a scalable blockchain database, and the potential for blockchain applications to scale up and interconnect through protocols like Interledger. It summarizes BigchainDB's approach of applying techniques from distributed databases to blockchains to achieve high throughput and scale. It also outlines Interledger's goal of connecting different blockchains and ledgers to enable payments across platforms through the use of escrow and receipts to secure transfers between ledgers.
This document summarizes a presentation given by Alexander Sibiryakov about Frontera, an open source web crawling framework. Frontera allows building large-scale web crawlers that can crawl billions of pages per month in a distributed manner. It provides abstractions for crawling strategies, message buses, and backend storage. The document describes example uses of Frontera including focused crawls, news analysis, and due diligence. It also outlines the software and hardware requirements and discusses future plans for Frontera.
This document introduces BigchainDB, a scalable blockchain database built using Python. BigchainDB takes a "blockchain-ify big data" approach by leveraging existing distributed database techniques like Paxos to provide high throughput and low latency, while also incorporating blockchain characteristics like decentralization, immutability, and digital assets. It uses a federated voting system across nodes to validate transactions in blocks for decentralization. Benchmarks show it can process thousands of writes per second across dozens of nodes. Potential use cases include supply chain tracking for diamonds, energy, and medical journals.
The new decentralized compute stack and its applicationBigchainDB
Dimitri De Jonghe of BigchainDB talks about the new decentralized compute stack, which helps to understand how your blockchain application or use case fits.
Examples of current applications and uses are also given.
Please contact BigchainDB for putting your blockchain idea into practice, today.
Blockchain Beyond Finance - Cronos Groep - Jan 17, 2017BigchainDB
Towards the internet of value & trust.
"To develop shared global compute infrastructure,
we must first understand the status quo of infrastructure,
...and how to change it accordingly."
Dimitri De Jonghe, lead developer of BigchainDB talking about blockchain technology beyond the financial sector.
Why Blockchain Matters to Big Data - Big Data London Meetup - Nov 3, 2016BigchainDB
Why does blockchain matter to Big Data?
Bruce Pon, CEO and Co-Founder of BigchainDB talks about how blockchain and big data work together.
Follow BigchainDB on LinkedIn, download the whitepaper or sign up with at the IPDB Foundation to get access to a first test network build with BigchainDB to build your own blockchain application.
Rather than trying to scale up blockchain technology, BigchainDB starts with a big data distributed database and then adds blockchain characteristics - decentralized control, immutability and the transfer of digital assets.
A database for the planet - Scot Chain Edinburgh - Nov 11, 2016BigchainDB
Bruce Pon, CEO of BigchainDB talks about a database for the planet and mass adoption. But to reach everyone, it will need scale and the possibility for interoperability with legacy systems.
This document discusses distributed ledger technology and its potential applications. It begins with an overview of how record keeping has evolved from stone tablets to today's digital systems. It then explains that ledgers are now shifting to a global network of cryptographically secure and decentralized computers using distributed ledger technology. Examples of distributed ledger technologies include blockchain, hashgraph, and directed acyclic graphs. The document outlines several potential real-world applications of distributed ledger technology such as securing copyrighted content, insurance, and digital voting.
BigchainDB: Blockchains for Artificial Intelligence by Trent McConaghyBigchainDB
How can blockchains help AI?
-Decentralized model exchange
-Model audit trail
-AI DAOs
-more
A blockchain caveat or two
Completely new code bases
Reinventing consensus
No sharding = no scaling
No querying // single-node querying
Let’s fix this...
Opening presentation by Trent McConaghy at BigchainDB Hackfest #1 - Feb 28, 2017BigchainDB
Trent McConaghy's, CTO of BigchainDB, opening presentation at the first BigchainDB hackfest hosted alongside Microsoft and innogy. Showcasing our “hackathon-ready” product with real use cases thanks to Riddle&Code, LungoTavolo, Volkswagen Financial Services.
Blockchain technology created a distributed ledger system for recording transactions in a verifiable and permanent way. Originally developed for Bitcoin, blockchains provide a shared record of transactions that is continually reconciled across a network of computers. A blockchain stores transactions in groups called blocks that are linked together in a chain, providing an append-only record. Information held on a blockchain exists as a shared database that no single party controls, making it secure and transparent. Financial institutions are exploring applications of this technology due to its efficiency, speed, transparency, security, and resilience.
Webinar: Building a Blockchain Database with MongoDBMongoDB
An increasing number of enterprises across all industry sectors are now exploring how they can use blockchain technology to remove friction from business processes and build systems of trust for value exchange. Blockchain databases, powered by enterprise-grade, scalable and secure core databases such as MongoDB are core to unlocking the potential.
In this webinar, we explore:
Applications for blockchain
Integrating blockchain within the enterprise IT stack
Blockchain database deployment architectures
Deployment scenarios for blockchain databases
Required technical capabilities
Distributed Systems for Blockchain using CloudHridyesh Bisht
1. The document discusses implementing blockchain using cloud computing. Blockchain provides a distributed ledger and enables secure transfer of assets without intermediaries. It consists of blocks, miners, and nodes.
2. Several research papers are reviewed that propose using blockchain for data provenance in cloud storage. Blockchain can provide tamper-proof records and transparency of data accountability. It also enhances privacy and availability of provenance data.
3. Implementing blockchain using cloud computing provides benefits like better decentralization, efficient ownership tracking, increased data security, faster disaster recovery, and geo-independence. Security challenges like 51% attacks are also discussed.
The document discusses blockchain economics and why it is important for social sciences. It begins with an overview of what blockchain is and how it works, using distributed ledger technology to securely record transactions across a peer-to-peer network without a central authority. It then explains how blockchain is evolving from simply enabling cryptocurrencies like Bitcoin to also powering smart contracts and the Internet of Things. The document argues that blockchain presents opportunities for new economic models and is thus an important area for social scientists to study.
This document provides an introduction to blockchain technology. It begins with defining blockchain as a distributed ledger that stores transactions immutably and cryptographically. It then discusses the history of blockchain by using the analogy of decentralized currency with rai stones in Yapis island. It explains how a centralized ledger with a bookkeeper evolved into a decentralized system where each family maintains their own ledger. The document goes on to describe how blockchain works, including the anatomy of blocks, typical transactions, validation through consensus, and the use of smart contracts. Finally, it outlines some common use cases and types of blockchain networks before opening for questions.
Bitcoin blockchains and distributed satellite management controlramycaspi
Watch NASA's Presentation on using blockchain for Space, and discovery. A Distributed Spacecraft Mission (DSM) is one that involves multiple spacecrafts to achieve one or more common goals.
This document provides an overview of the anatomy of a Hyperledger application. It describes the key components including the Hyperledger architecture, application components, smart contracts, permissioned ledger access, and how applications interact with the blockchain network. The Hyperledger architecture supports various participants like developers, users, and network operators. Applications use smart contracts to interact with the ledger, while smart contracts encapsulate business logic and transactions. Permissioned access controls who can access the ledger through the use of certificates. The document also provides examples of how applications, smart contracts, and external systems integrate with the permissioned ledger.
This document discusses blockchain technology and designing systems with blockchain. It begins with an overview of the hype around blockchain and how interest has grown over time. It then covers the key elements of a blockchain, including the contract, immutable transaction history achieved through cryptography and consensus, and examples of how blockchain could be applied in areas like payments, identity management, and asset registry. The document dives deeper into specific blockchains like Bitcoin and Ethereum and the concepts of smart contracts. It also outlines CSIRO's research focus areas regarding blockchain.
An introduction to blockchain and hyperledger v ruLennartF
The document provides an introduction to blockchain and Hyperledger. It discusses how Hyperledger Fabric now supports Ethereum smart contracts, allowing Ethereum developers to integrate with and migrate to Hyperledger Fabric. It also summarizes some of the key components, security aspects, and functionality of IBM's blockchain platform and Hyperledger, including consensus mechanisms, identity management, pluggable components, and how applications interact with the platform.
Blockchain Satellites - The Future of Space CommerceHasshi Sudler
Presentation made on 10/26/2020 outlining the launch of the first private blockchain into space on the Firefly Aerospace rocket planned for late December, 2020. This presentation is delivered by Hasshi Sudler and Alejandro Gomez of Villanova University and Elizabeth Kennick and Joe Latrell of Teachers In Space.
This document provides an overview of consensus mechanisms for blockchain networks. It begins by defining key terms like blockchain, distributed ledger, and consensus mechanism. It then discusses the Byzantine General's Problem and how consensus solves it. The document outlines basic parameters of consensus mechanisms and provides examples of widely used mechanisms like Proof-of-Work. It also summarizes several alternative consensus algorithms like Proof-of-Stake, Delegated Proof-of-Stake, Raft, and Byzantine Fault Tolerant variants. Throughout, it emphasizes the need for different consensus approaches based on use cases and technical requirements.
A BigchainDB use case: Weaving the ILP fabric into BigchainDBBigchainDB
Dimitri De Jonghe from Ascribe/BigchainDB describes how Interledger provides a powerful logical framework for distributed ledgers. He demonstrates the use of crypto-conditions inside of BigchainDB, making it the first distributed ledger with native interoperability through Interledger.
IPFS is a distribution protocol that enables the creation of completely distributed applications through content addressing. A very ambitious open source project in Go, IPFS adopts a peer-to-peer hypermedia protocol to protect against a single point of failure. This presentation aims to highlight the design and ideas of IPFS and also touches upon a real world use case.
Decentralised Web: IPFS project, David Dias, Protocol Labs, IPFS Alan Quayle
The document discusses the distributed web and how the current web architecture can be improved. It describes how the InterPlanetary File System (IPFS) aims to create a permanent, distributed and more censorship-resistant web using content addressing and distributed networks. Key components that enable this include Multiformats for self-describing data, IPFS for content distribution, IPNS for identity and authentication, IPLD for linked data structures, and libp2p for network transport. Examples are given of how IPFS could be used for applications like video streaming, documents, images, 3D models, games, and websites to create a truly distributed web.
Why Blockchain Matters to Big Data - Big Data London Meetup - Nov 3, 2016BigchainDB
Why does blockchain matter to Big Data?
Bruce Pon, CEO and Co-Founder of BigchainDB talks about how blockchain and big data work together.
Follow BigchainDB on LinkedIn, download the whitepaper or sign up with at the IPDB Foundation to get access to a first test network build with BigchainDB to build your own blockchain application.
Rather than trying to scale up blockchain technology, BigchainDB starts with a big data distributed database and then adds blockchain characteristics - decentralized control, immutability and the transfer of digital assets.
A database for the planet - Scot Chain Edinburgh - Nov 11, 2016BigchainDB
Bruce Pon, CEO of BigchainDB talks about a database for the planet and mass adoption. But to reach everyone, it will need scale and the possibility for interoperability with legacy systems.
This document discusses distributed ledger technology and its potential applications. It begins with an overview of how record keeping has evolved from stone tablets to today's digital systems. It then explains that ledgers are now shifting to a global network of cryptographically secure and decentralized computers using distributed ledger technology. Examples of distributed ledger technologies include blockchain, hashgraph, and directed acyclic graphs. The document outlines several potential real-world applications of distributed ledger technology such as securing copyrighted content, insurance, and digital voting.
BigchainDB: Blockchains for Artificial Intelligence by Trent McConaghyBigchainDB
How can blockchains help AI?
-Decentralized model exchange
-Model audit trail
-AI DAOs
-more
A blockchain caveat or two
Completely new code bases
Reinventing consensus
No sharding = no scaling
No querying // single-node querying
Let’s fix this...
Opening presentation by Trent McConaghy at BigchainDB Hackfest #1 - Feb 28, 2017BigchainDB
Trent McConaghy's, CTO of BigchainDB, opening presentation at the first BigchainDB hackfest hosted alongside Microsoft and innogy. Showcasing our “hackathon-ready” product with real use cases thanks to Riddle&Code, LungoTavolo, Volkswagen Financial Services.
Blockchain technology created a distributed ledger system for recording transactions in a verifiable and permanent way. Originally developed for Bitcoin, blockchains provide a shared record of transactions that is continually reconciled across a network of computers. A blockchain stores transactions in groups called blocks that are linked together in a chain, providing an append-only record. Information held on a blockchain exists as a shared database that no single party controls, making it secure and transparent. Financial institutions are exploring applications of this technology due to its efficiency, speed, transparency, security, and resilience.
Webinar: Building a Blockchain Database with MongoDBMongoDB
An increasing number of enterprises across all industry sectors are now exploring how they can use blockchain technology to remove friction from business processes and build systems of trust for value exchange. Blockchain databases, powered by enterprise-grade, scalable and secure core databases such as MongoDB are core to unlocking the potential.
In this webinar, we explore:
Applications for blockchain
Integrating blockchain within the enterprise IT stack
Blockchain database deployment architectures
Deployment scenarios for blockchain databases
Required technical capabilities
Distributed Systems for Blockchain using CloudHridyesh Bisht
1. The document discusses implementing blockchain using cloud computing. Blockchain provides a distributed ledger and enables secure transfer of assets without intermediaries. It consists of blocks, miners, and nodes.
2. Several research papers are reviewed that propose using blockchain for data provenance in cloud storage. Blockchain can provide tamper-proof records and transparency of data accountability. It also enhances privacy and availability of provenance data.
3. Implementing blockchain using cloud computing provides benefits like better decentralization, efficient ownership tracking, increased data security, faster disaster recovery, and geo-independence. Security challenges like 51% attacks are also discussed.
The document discusses blockchain economics and why it is important for social sciences. It begins with an overview of what blockchain is and how it works, using distributed ledger technology to securely record transactions across a peer-to-peer network without a central authority. It then explains how blockchain is evolving from simply enabling cryptocurrencies like Bitcoin to also powering smart contracts and the Internet of Things. The document argues that blockchain presents opportunities for new economic models and is thus an important area for social scientists to study.
This document provides an introduction to blockchain technology. It begins with defining blockchain as a distributed ledger that stores transactions immutably and cryptographically. It then discusses the history of blockchain by using the analogy of decentralized currency with rai stones in Yapis island. It explains how a centralized ledger with a bookkeeper evolved into a decentralized system where each family maintains their own ledger. The document goes on to describe how blockchain works, including the anatomy of blocks, typical transactions, validation through consensus, and the use of smart contracts. Finally, it outlines some common use cases and types of blockchain networks before opening for questions.
Bitcoin blockchains and distributed satellite management controlramycaspi
Watch NASA's Presentation on using blockchain for Space, and discovery. A Distributed Spacecraft Mission (DSM) is one that involves multiple spacecrafts to achieve one or more common goals.
This document provides an overview of the anatomy of a Hyperledger application. It describes the key components including the Hyperledger architecture, application components, smart contracts, permissioned ledger access, and how applications interact with the blockchain network. The Hyperledger architecture supports various participants like developers, users, and network operators. Applications use smart contracts to interact with the ledger, while smart contracts encapsulate business logic and transactions. Permissioned access controls who can access the ledger through the use of certificates. The document also provides examples of how applications, smart contracts, and external systems integrate with the permissioned ledger.
This document discusses blockchain technology and designing systems with blockchain. It begins with an overview of the hype around blockchain and how interest has grown over time. It then covers the key elements of a blockchain, including the contract, immutable transaction history achieved through cryptography and consensus, and examples of how blockchain could be applied in areas like payments, identity management, and asset registry. The document dives deeper into specific blockchains like Bitcoin and Ethereum and the concepts of smart contracts. It also outlines CSIRO's research focus areas regarding blockchain.
An introduction to blockchain and hyperledger v ruLennartF
The document provides an introduction to blockchain and Hyperledger. It discusses how Hyperledger Fabric now supports Ethereum smart contracts, allowing Ethereum developers to integrate with and migrate to Hyperledger Fabric. It also summarizes some of the key components, security aspects, and functionality of IBM's blockchain platform and Hyperledger, including consensus mechanisms, identity management, pluggable components, and how applications interact with the platform.
Blockchain Satellites - The Future of Space CommerceHasshi Sudler
Presentation made on 10/26/2020 outlining the launch of the first private blockchain into space on the Firefly Aerospace rocket planned for late December, 2020. This presentation is delivered by Hasshi Sudler and Alejandro Gomez of Villanova University and Elizabeth Kennick and Joe Latrell of Teachers In Space.
This document provides an overview of consensus mechanisms for blockchain networks. It begins by defining key terms like blockchain, distributed ledger, and consensus mechanism. It then discusses the Byzantine General's Problem and how consensus solves it. The document outlines basic parameters of consensus mechanisms and provides examples of widely used mechanisms like Proof-of-Work. It also summarizes several alternative consensus algorithms like Proof-of-Stake, Delegated Proof-of-Stake, Raft, and Byzantine Fault Tolerant variants. Throughout, it emphasizes the need for different consensus approaches based on use cases and technical requirements.
A BigchainDB use case: Weaving the ILP fabric into BigchainDBBigchainDB
Dimitri De Jonghe from Ascribe/BigchainDB describes how Interledger provides a powerful logical framework for distributed ledgers. He demonstrates the use of crypto-conditions inside of BigchainDB, making it the first distributed ledger with native interoperability through Interledger.
IPFS is a distribution protocol that enables the creation of completely distributed applications through content addressing. A very ambitious open source project in Go, IPFS adopts a peer-to-peer hypermedia protocol to protect against a single point of failure. This presentation aims to highlight the design and ideas of IPFS and also touches upon a real world use case.
Decentralised Web: IPFS project, David Dias, Protocol Labs, IPFS Alan Quayle
The document discusses the distributed web and how the current web architecture can be improved. It describes how the InterPlanetary File System (IPFS) aims to create a permanent, distributed and more censorship-resistant web using content addressing and distributed networks. Key components that enable this include Multiformats for self-describing data, IPFS for content distribution, IPNS for identity and authentication, IPLD for linked data structures, and libp2p for network transport. Examples are given of how IPFS could be used for applications like video streaming, documents, images, 3D models, games, and websites to create a truly distributed web.
Convergence - Where Blockchain Converges With AR / VR / AI / 3d printing / dr...Jamie Burke
This document describes an invitation to a private retreat hosted by Outlier Ventures to bring together leading pioneers in emerging technologies like blockchain, AI, IoT, drones, VR/AR and 3D printing. The goal is to explore how these technologies are converging and combining, with blockchain seen as enabling this convergence. Attendees would participate in workshops and sessions to find collaboration opportunities, and would be provided accommodations, meals and wellness activities over the course of a 7-day retreat in a secret European location later this year.
Emerging trends in IP searching: Machine/AI based searching - Anoop Cheeran &...Balakrishna Uppala
Abstract: Intellectual Property (IP) analytics is an area that is growing at a fast pace in view of the importance of IP in an increasingly technology dependent world. There are large number of patent applications filed every year, in several different languages; these has made the task of prior art search very challenging. The traditional search strategies using boolean & proximity operators along with select keywords seem increasingly inadequate and unreliable in identifying the relevant prior art. The gap has triggered the development of search engines with features and tools that increasingly rely on machine/artificial intelligence; some of them utilize text-mining and language processing algorithms to quickly zoom into more relevant prior art. Many of these tools uses semantics/natural text, similarity or patent/patent publication – citation based search and categorization approaches. We will share few of our observations on the emerging scenario, covering AI/machine based search options from established players like Orbit and also relatively novice but specialized players like Automatch, Ambercite etc.
Eris and Ethereum - Decentralized computing on a blockchainBlockStars.io
An overview of how we came from Bitcoin to Ethereum and the Eris Industries platform. The impact of decentralized applications. Possible use cases.
Presented by https://twitter.com/aronvanammers at www.innopay.com on 2015-05-19.
Estonia E-Residency: Country as a Service - BigchainDB & IPDB Meetup #3 - Fe...BigchainDB
BigchainDB CTO Trent McConaghy talks about the e-residency program of Estonia.
Typically “citizens” have rights -
But what rights do I have as a citizen of “the world”?
Video and slides synchronized, mp3 and slide download available at URL http://bit.ly/1RJcfss.
Juan Batiz-Benet makes a short intro of IPFS (the InterPlanetary File System), a new hypermedia distribution protocol, addressed by content and identities. He also discusses the IPLD data model and example data structures (unixfs, keychain, post). Filmed at qconsf.com.
Juan Batiz-Benet is an Independent Scientist.
Deluxe Fan Industry is a proposed small scale industry located in Shaper, India that will produce ceiling fans. The document provides details about the industry such as its vision to provide quality products and satisfy customers, justification for the plant location near raw materials and markets, production process involving casting, coloring and assembly, expected production capacity of 36,000 fans annually by the third year, and plans for quality control. The industry aims to utilize continuous production processes and target the market for ceiling fans used in homes and other buildings.
This document summarizes a market study of the fan industry in Mumbai, India. It finds that ceiling fans have the largest market share. There are over 28 unbranded and 9 branded fan companies. Orient and Bajaj are the leading branded players. Decorative and high speed ceiling fans have the highest sales. For unbranded fans, Metro and Omega have the largest market share. The study recommends Kenstar focus on decorative, high speed, and energy saver ceiling fans and target upper middle class customers with an emphasis on quality over price.
This document provides an overview of a training session on fans and blowers for energy efficiency. It discusses the different types of fans and blowers, how to assess their performance and efficiency, and identifies various opportunities to improve energy efficiency, such as choosing the right fan for the application, reducing system resistance, operating fans close to their best efficiency point, regular maintenance, and controlling air flow. The training covers centrifugal and axial fans, centrifugal and positive displacement blowers, and recommendations for improving fan system efficiency through proper selection, installation, operation and maintenance practices.
Blockchain the inception of a new database of everything by dinis guarda bloc...Dinis Guarda
Blockchain the inception of a new database of everything by Dinis Guarda blockchain age
Trends and questions?
1. Redefinition of banking and relation with Blockchain
Mobile App banking finance – mobile ledgers – blockchain identity
New products and the emergence of DAO products.
2. System Legacies in paralel with advanced tech - Ethereum.
3. Distribution Strategy in a new Digitalised World who own what.
4. Super computer Cloud base blochcain solutions / infrastructure.
5. Emergence of AI IOE in relation with blockchain all connected.
6. User Experience, UI, UE, Big data and the IOE blockchain touching.
7. Blockchain Cyber Security and Value Reinvention.
Klaytn: Service-Oriented Enterprise-Grade Public Blockchain Platformif kakao
한재선(Jason.han) / Ground X
---
Ground X에서 개발하고 있는 퍼블릭 블록체인 플랫폼인 Klaytn에 대해 소개합니다. Klaytn은 대규모 사용자를 기반으로 하는 서비스를 블록체인 기반에서 실행시키는데 최적화된 플랫폼으로서, 기업 수준의 서비스 제공자가 믿고 사용할만한 기능과 거버넌스 등을 제공하는 것을 목표로 한다. 본 발표에서는 현재 블록체인 기술의 이슈를 살펴보고, Klaytn의 솔루션을 소개합니다. 특히 속도와 성능에서의 이슈뿐 아니라 사용자 경험의 개선이나 대규모 서비스를 실행하기 위한 플랫폼 기능들에 대해서도 살펴보고자 합니다.
Bitcoin: A Peer-to-Peer Electronic Cash System
Satoshi Nakamoto
[email protected]
www.bitcoin.org
Abstract.
A purely peer-to-peer version of electronic cash would allow online
payments to be sent directly from one party to another without going through a
financial institution. Digital signatures provide part of the solution, but the main
benefits are lost if a trusted third party is still required to prevent double-spending.
We propose a solution to the double-spending problem using a peer-to-peer network.
The network timestamps transactions by hashing them into an ongoing chain of
hash-based proof-of-work, forming a record that cannot be changed without redoing
the proof-of-work. The longest chain not only serves as proof of the sequence of
events witnessed, but proof that it came from the largest pool of CPU power. As
long as a majority of CPU power is controlled by nodes that are not cooperating to
attack the network, they'll generate the longest chain and outpace attackers. The
network itself requires minimal structure. Messages are broadcast on a best effort
basis, and nodes can leave and rejoin the network at will, accepting the longest
proof-of-work chain as proof of what happened while they were gone.
BlockChain basics for the non-technical banker covering what's happening, what the opportunities are, and the problems we all face. Covers BitCoin and Ethereum with brief mentions made of Ripple and the HyperLedger project.
The document discusses blockchain security. It begins by defining what a blockchain is - a shared digital ledger that records transactions in a decentralized peer-to-peer network. It then discusses several key aspects of blockchain security including cryptography techniques like SHA-256 that secure the data, the computational power of the network that acts as a deterrent to attacks, and vulnerabilities like smart contract bugs that still need to be addressed. Overall the document conveys that blockchain security is strong due to its design but also that more work is needed to develop tools and best practices as the technology continues to evolve.
This document discusses key concepts and components related to blockchain solutions, including actors such as users, developers, operators, and architects. It describes various components that make up blockchain solutions such as ledgers, smart contracts, consensus mechanisms, and how applications interact with blockchains. It also covers considerations for blockchain developers and operators, and challenges around integrating blockchains with existing systems and achieving determinism.
“Technical Intro to Blockhain” by Yurijs Pimenovs from Paybis at CryptoCurren...Dace Barone
He will give an introduction talk about Blockchain technology technical aspects like cryptography, protocols, APIs and scripting with focus on explaining how Bitcoin and other blockchain works and what they consist of.
Yurijs is a Chief Technical Officer at Paybis, blogger at coinside.ru , blockchain enthusiast since 2011.
The document discusses blockchain technology and its potential uses. It describes how hashing works to create a unique fingerprint for digital content. It then explains how distributed ledger technology can be used to maintain a decentralized record of transactions in a trustless environment. Specific applications discussed include using the blockchain to register documents, track supply chain processes, and implement smart contracts.
This document summarizes a presentation about blockchain on Azure. It discusses:
1. The four pillars of blockchain - secure, shared, distributed, and ledger.
2. Different types of blockchain networks including public, private, and consortium.
3. Why Microsoft is well-positioned for blockchain with its open ecosystem on Azure.
4. How blockchain is evolving from simple ledgers to incorporating smart contracts and external data access through cryptlets.
5. Examples of blockchain applications including supply chain management and social good projects.
Blockchain is a distributed database that maintains a growing list of transaction records called blocks. Each block contains a cryptographic hash of the previous block, transaction data, and a timestamp. This forms a chain where blocks are linked in a linear chronological order. New transactions are broadcast to the peer-to-peer network, validated by nodes, and grouped into blocks that are then added to the blockchain through a process called mining which solves a complex math problem. The blockchain is maintained across the decentralized network and no single entity controls it, providing security, transparency, and decentralization.
1) Write-behind logging (WBL) is an alternative to write-ahead logging (WAL) that avoids duplicating data in the log and database for non-volatile memory (NVM) storage.
2) WBL records two commit timestamps - one for the latest persisted changes and one for the latest promised commit. This allows transactions between the timestamps to be ignored during recovery.
3) Recovery for WBL involves analyzing the log to retrieve commit timestamp gaps and long transaction timestamps rather than replaying the entire log as in WAL.
This tutorial will walk you through building a Hyperledger Composer blockchain solution from scratch. In the space of a few hours you will be able to go from an idea for a disruptive blockchain innovation, to executing transactions against a real Hyperledger Fabric blockchain network and generating/running a sample Angular 2 application that interacts with a blockchain network.
This tutorial gives an overview of the techniques and resources available to apply to your own use case.
Note: This tutorial was written against the latest Hyperledger Composer build on Ubuntu Linux running with Hyperledger Fabric v1.0 where referenced below and also tested for a Mac environment.
This document provides an overview of blockchain technology from the perspectives of technology, business, and user experience. It explores key questions about distributed vs centralized ledgers, how blockchains work, how they are maintained, and how blockchain may impact businesses. The document discusses how blockchain hashes transactions into an immutable chain, preventing tampering. It provides examples of how blockchain could track the lifecycle of assets like cars and music to build trust and transparency across industries.
От прорывной концепции до комплексного решения для компанийPositive Hack Days
This document discusses blockchain technology and its applications. It begins by describing the four types of people who are familiar with blockchain to different degrees. It then discusses blockchain fundamentals like distributed ledgers and smart contracts. Several use cases for blockchain are outlined across multiple industries like finance, healthcare, government and more. The strategy and roadmap for an open blockchain platform is presented, focusing on delivering capabilities for identity, privacy, operations and tools. Execution involves proving blockchain concepts, developing horizontal solutions, and creating industry-specific offerings.
1. MongoDB Stitch is a backend as a service that allows developers to easily work with data and integrate their apps with key services.
2. It provides integrated rules, pipelines, and services to handle complex workflows between databases and third party services.
3. Requests made to Stitch are parsed, rules are applied, databases and services are orchestrated, results are aggregated and returned to the client.
We are happy to invite you all to participate in the lecture, which our blockchain specialists are going to present on at SoftUni.
On that lecture we’ll explain fundamentals of blockchain technology, real live examples and upcoming challenges for the future applications of that new and beneficial technology.
Our team will present also the Open Source University project, how it will reshape the future of education, enhancing the connection between businesses and learning content providers. (www.os.university)
This document provides an overview of blockchain technology, bitcoin, hashing, and digital signatures. It defines blockchain as a growing list of transaction records linked using cryptography. Blockchains typically contain financial transactions that are replicated across peer-to-peer networks and use cryptography to prove identity and access rights. Bitcoin is described as a virtual currency where a record of coin ownership is kept instead of physical money. The document also summarizes hashing, proof of work, Hyperledger, and how digital signatures authenticate messages.
1. How the Royal Bank of Scotland is approaching research and innovation
2. What we have looked at in the distributed ledger space
3. Example: Building a digital wallet on the Hyperledger Fabric
4. What we've learnt about Hyperledger and other DLs
5. The challenges we face as a bank and as blockchain developers
6. Thoughts for the future
14 Jan17- Nullmeets -Blockchain concept decoded by Ninad SarangNinad Sarang
Blockchain is a distributed public ledger that records all Bitcoin transactions in a permanent, verifiable way. It uses cryptography to ensure the integrity and security of each transaction. New transactions are grouped into blocks and added to the blockchain through a process called mining, where miners compete to solve complex math problems. In return for securing the network, miners are rewarded with new Bitcoins. This decentralized system allows for peer-to-peer transactions without an intermediary.
Blockchains may provide the operating system for a new world, but what will that world look like? We dream of a crypto utopia, but the reality has been less hopeful. Proof of work is an environmental nightmare. Proof of stake formalizes the oversized influence of the rich. Since IPDB’s inception, we’ve been trying to create a system of governance that delivers the future we want. This is what we’ve learned.
Greg McMullen, Executive Director of IPDB, presents his 9984 Summit: Blockchain Futures for Developers, Enterprises and Societies keynote on how to think about blockchain governance.
Personal data and the blockchain – how will the GDPR influence blockchain app...BigchainDB
Simon Schwerin from BigchainDB talkst about privacy and blockchain:
There are many blockchain applications in the field of identity, IP, finance and energy that are working with personal data. As of May, 28 2018 the new EU GDPR will be implemented, with the aim to strengthen the human rights of individuals, by increasing protection and a feel of ownership of their personal data. It is also supposed to be designed to be technologically neutral and adaptable to processing personal data in different contexts, structures and manners. With regards to blockchain this leaves many questions open, to name a few:
Who will be the data controller in decentralized multi-node systems? – Is there an Accountability Gap? Difference of Private vs. Public set-ups?
Privacy by Design/Default and blockchain core features – Implementation or Clash of Principles? What about the right to be forgotten?
How could a blockchain privacy impact assessment (bPIA) look like to increase the chance of compliance with GDPR next year?
This document discusses creating transparent supply chains and smart factories as a service through data and blockchain technology. It describes using digital twins and blockchains to provide supply chain transparency by knowing the origin and authenticity of products. This includes tracking materials from source through production and distribution. Smart factories as a service are discussed as enabling mass customization through trusted and automated production based on digital recipes and footprints, with funding through ICOs. Production would be governed by smart contracts and digital certificates to enforce quality, provenance and liability.
Artificial Intelligence (AI) and Law - BigchainDB & IPDB Meetup #4 - April 05...BigchainDB
Greg McMullen, Executive Director of the IPDB Foundation, discusses the legal and policy issues raised by AI, including employment, liability, ability to contract, intellectual property rights, and human rights.
Trent McConaghy, CTO of BigchainDB, talks about the journey from blockchain databases, to DAOs to AI DAOs, covering everything from the architecture to knowledge extraction and machine creativity.
Blockchains and Governance: Interplanetary Database - BigchainDB & IPDB Meetu...BigchainDB
Greg McMullen, president of IPDB.foundation talks about the importance of traditional vs. blockchain governance to run a decentralised organisation and database technology.
COALA IP: a blockchain-ready Intellectual property licensing protocol - Bigch...BigchainDB
COALA IP is a blockchain-ready IP licensing protocol developed by the COALA IP working group to create an open, interoperable, and extensible standard for intellectual property rights management. The protocol aims to leverage existing technologies like blockchain and IPFS to create an auditable system for tracking IP ownership and licensing. It uses a directed graph data model with JSON objects linked via IPLD and Merkle trees to represent things like authors, creations, manifestations, licenses, and ownership transfers in a way that is blockchain-agnostic and can be queried across ledgers. The working group has published a whitepaper and is working on a reference implementation to establish COALA IP as a community-driven open standard.
Procurement Insights Cost To Value Guide.pptxJon Hansen
Procurement Insights integrated Historic Procurement Industry Archives, serves as a powerful complement — not a competitor — to other procurement industry firms. It fills critical gaps in depth, agility, and contextual insight that most traditional analyst and association models overlook.
Learn more about this value- driven proprietary service offering here.
Dev Dives: Automate and orchestrate your processes with UiPath MaestroUiPathCommunity
This session is designed to equip developers with the skills needed to build mission-critical, end-to-end processes that seamlessly orchestrate agents, people, and robots.
📕 Here's what you can expect:
- Modeling: Build end-to-end processes using BPMN.
- Implementing: Integrate agentic tasks, RPA, APIs, and advanced decisioning into processes.
- Operating: Control process instances with rewind, replay, pause, and stop functions.
- Monitoring: Use dashboards and embedded analytics for real-time insights into process instances.
This webinar is a must-attend for developers looking to enhance their agentic automation skills and orchestrate robust, mission-critical processes.
👨🏫 Speaker:
Andrei Vintila, Principal Product Manager @UiPath
This session streamed live on April 29, 2025, 16:00 CET.
Check out all our upcoming Dev Dives sessions at https://community.uipath.com/dev-dives-automation-developer-2025/.
What is Model Context Protocol(MCP) - The new technology for communication bw...Vishnu Singh Chundawat
The MCP (Model Context Protocol) is a framework designed to manage context and interaction within complex systems. This SlideShare presentation will provide a detailed overview of the MCP Model, its applications, and how it plays a crucial role in improving communication and decision-making in distributed systems. We will explore the key concepts behind the protocol, including the importance of context, data management, and how this model enhances system adaptability and responsiveness. Ideal for software developers, system architects, and IT professionals, this presentation will offer valuable insights into how the MCP Model can streamline workflows, improve efficiency, and create more intuitive systems for a wide range of use cases.
This is the keynote of the Into the Box conference, highlighting the release of the BoxLang JVM language, its key enhancements, and its vision for the future.
AI EngineHost Review: Revolutionary USA Datacenter-Based Hosting with NVIDIA ...SOFTTECHHUB
I started my online journey with several hosting services before stumbling upon Ai EngineHost. At first, the idea of paying one fee and getting lifetime access seemed too good to pass up. The platform is built on reliable US-based servers, ensuring your projects run at high speeds and remain safe. Let me take you step by step through its benefits and features as I explain why this hosting solution is a perfect fit for digital entrepreneurs.
Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...Impelsys Inc.
Impelsys provided a robust testing solution, leveraging a risk-based and requirement-mapped approach to validate ICU Connect and CritiXpert. A well-defined test suite was developed to assess data communication, clinical data collection, transformation, and visualization across integrated devices.
Generative Artificial Intelligence (GenAI) in BusinessDr. Tathagat Varma
My talk for the Indian School of Business (ISB) Emerging Leaders Program Cohort 9. In this talk, I discussed key issues around adoption of GenAI in business - benefits, opportunities and limitations. I also discussed how my research on Theory of Cognitive Chasms helps address some of these issues
The Evolution of Meme Coins A New Era for Digital Currency ppt.pdfAbi john
Analyze the growth of meme coins from mere online jokes to potential assets in the digital economy. Explore the community, culture, and utility as they elevate themselves to a new era in cryptocurrency.
How Can I use the AI Hype in my Business Context?Daniel Lehner
𝙄𝙨 𝘼𝙄 𝙟𝙪𝙨𝙩 𝙝𝙮𝙥𝙚? 𝙊𝙧 𝙞𝙨 𝙞𝙩 𝙩𝙝𝙚 𝙜𝙖𝙢𝙚 𝙘𝙝𝙖𝙣𝙜𝙚𝙧 𝙮𝙤𝙪𝙧 𝙗𝙪𝙨𝙞𝙣𝙚𝙨𝙨 𝙣𝙚𝙚𝙙𝙨?
Everyone’s talking about AI but is anyone really using it to create real value?
Most companies want to leverage AI. Few know 𝗵𝗼𝘄.
✅ What exactly should you ask to find real AI opportunities?
✅ Which AI techniques actually fit your business?
✅ Is your data even ready for AI?
If you’re not sure, you’re not alone. This is a condensed version of the slides I presented at a Linkedin webinar for Tecnovy on 28.04.2025.
Semantic Cultivators : The Critical Future Role to Enable AIartmondano
By 2026, AI agents will consume 10x more enterprise data than humans, but with none of the contextual understanding that prevents catastrophic misinterpretations.
Noah Loul Shares 5 Steps to Implement AI Agents for Maximum Business Efficien...Noah Loul
Artificial intelligence is changing how businesses operate. Companies are using AI agents to automate tasks, reduce time spent on repetitive work, and focus more on high-value activities. Noah Loul, an AI strategist and entrepreneur, has helped dozens of companies streamline their operations using smart automation. He believes AI agents aren't just tools—they're workers that take on repeatable tasks so your human team can focus on what matters. If you want to reduce time waste and increase output, AI agents are the next move.
18. Transaction model
{
"id": "<hash of transaction , excluding signatures>",
"version": "<version number of the transaction model>",
"transaction": {
"fulfillments": ["<list of fulfillments>"],
"conditions": ["<list of conditions>"],
"operation": "<string>",
"timestamp": "<timestamp from client>",
"data": {
"hash": "<hash of payload>",
"payload": "<any JSON document>"
}
}
}
18
19. Block model
{
"id": "<hash of block>",
"block": {
"timestamp": "<block - creation timestamp>",
"transactions": ["<list of transactions>"],
"node_pubkey": "<public key of the node
creating the block>",
"voters": ["<list of federation nodes public keys>"]
},
"signature": "<signature of block>",
"votes": ["<list of votes>"]
}
19
20. Vote model
{
"node_pubkey": "<the public key of the voting node>",
"vote": {
"voting_for_block": "<id of the block
the node is voting for>",
"previous_block": "<id of the block
previous to this one>",
"is_block_valid": "<true|false>",
"invalid_reason": "<None| DOUBLE_SPEND
| TRANSACTIONS_HASH_MISMATCH
| NODES_PUBKEYS_MISMATCH>",
"timestamp": "<timestamp of the voting action>"
},
"signature": "<signature of vote>"
}
20
21. Consensus algorithm
Block construction order
After nalizing the creation of a block, that
block must not allow any more transactions to
be added to it. For easier detection of double-
spending.
Hashing votes
No need to include votes for computing block
hash. Because votes are digitally signed by
signing nodes, and therefore not malleable.
21
22. Consensus algorithm
Dropping transactions
Add a way to re-assign transactions if the
previous node assignment got stale.
Denial of service
Not an issue any more than with a traditional
web service.
22
23. Consensus algorithm
Client transaction order
Must ensure that transactions sent from the
same client in a particular order are processed
in that order, or at least with a bias to that
order.
Database built-in communication vulnerability
Use big data DB’s own built-in consensus
algorithm like Paxos to tolerate benign failures.
Many nodes would have to be affected for it to
have any major consequences.
23
24. Consensus algorithm
Double spends
All past transactions are checked to make sure
that input was not already spent. This can be
fast for BigchainDB because it can use an
optimized query of the underlying DB.
Malicious behaviour
Because of the federation model, bad behavior
can be detected when a node’s vote on a block is
different than the majority.
24
25. Consensus algorithm
Admin becoming god
If admin can be god, that constitute a single
point of failure. To prevent it, all write
transactions ( including updating software )
need to be voted on by the federation.
Of ine nodes
One or a few of ine nodes is ne, as a quorum is
still online. Otherwise, wait until enough nodes
come back online to vote.
25
26. Consensus algorithm
Chaining blocks rather than transactions
It is easier to write 1000 blocks (each
containing up to 1000 transactions) per second
than to write 1 million transactions per second.
Each voting node only has to append a vote to
each block, rather than to each transaction.
Constructing a vote needs to compute a
cryptographic signature. Save time by doing
that only once per block.
26
27. Possible use cases
Tracking intellectual property assets
Receipts, and certi cation
Legally-binding contracts
Creation and real-time movement of high-volume
nancial assets
Tracking high-volume physical assets
Smart contracts
Data science
27