SlideShare a Scribd company logo
1 of 91
Introduction
What’s in store?
8 event education series
Learn about Solana in depth
Aimed at a technical and non-technical audience
What is Encode Club?
We are a web3 education community
We train talent through
programmes like:
🥾 bootcamps
🥾 hackathons
🚀 accelerators
🥾 workshops
We then help that
talent either:
💼 get a job
💸 get funding
Let’s learn and build together to achieve
your goals in web3.
get exposure to new trends
learn to code in blockchain
build a hack project
launch a startup
get a job
Free and global
But today, let’s learn about Solana
Disclaimer, this is a very short
introduction, an amuse bouche of sorts
What is Solana?
Solana is an open-source project implementing a high-
performance, permissionless blockchain
There is fervent developer activity
around Solana
There is fervent investor activity
But why?
First, blockchain theory.
Blockchain theory
We want to achieve a much more ‘efficient’ (to be defined) way
to do certain activities involving lots of people.
Sounds vague.
Blockchain theory
Specifically, we want to remove the need for centralised forces
where possible.
Centralisation
Centralisation can be good. But it can also be a source of adverse
outcomes like censorship, gating, points of failure, inefficiency
and slow speed of change.
Again. Sounds vague.
Specifially
We are going to talk about how we can use decentralised
databases and distributed systems to build far more efficiency
digital institutions that we all own.
Still vague
Let’s talk about money.
Money is a database.
Money kinda requires a central authority.
What if we replaced this central
authority with code.
Bitcoin.
But what if we want to add logic and
additional functionality.
Ethereum.
But what comes next?
We are searching for the holy grail of
scalability, security and decentralisation
Make it fast, make it accessible, make it
scalable, make it secure, make it into so
much more than just transactions.
Ethereum is not fast and scalable (it
satisfy the other things)
But why?
Many reasons, but one is keeping lots of
nodes and individual users in sync with
one another.
History lesson
In November 2017, Anatoly Yakovenko
published a white paper
Proof of History
A reliable clock makes network
synchronisation very simple, and
therefore fast
Bitcoin and Ethereum don’t have clocks
and struggle to produce more than 15
transactions per second.
Solana is fast (and cheap)
It’s also a single-shard (versus Eth 2.0
It’s architecture enables transactions to
be ordered as they enter the network,
rather than by block.
Proof of History is a cryptographic way to
reliability order transactions.
The result is no problem of agreeing on
time, with instant finality.
PoH is not a consensus mechanism, it
simply improves the performance of
Solana’s Proof of Stake mechanism.
Solana does not use blocks in the same
way Ethereum does.
Blocks are broken up into smaller
batches of transactions known as entries.
Blocks in Solana are just sequences of
entries that validators vote on to achieve
confirmation.
Validators within Solana’s PoS are the
entities responsible for confirming if
these entries are valid.
There are other optimisations
There are other optimisations we will
cover later
Solana does not come without tradeoffs
To quote one source (2501babe) ‘what is being traded against,
dear developer, is your time and your sanity. much of the
complexity that solana requires to achieve the tps it does is
simply placed on your doorstep.’
There are ways to abstract this
complexity (Anchor) but if you want the
full experience you’ll need to use Rust
Anchor is a similar experience to
developing with Solidity, it’s a framework
for making Solana’s programs more
intuitive
We have an event on it coming up!
Rust was chosen as the programming
language, since it offers safety
guarantees
The Solana cluster.
The cluster is a set of validators working
together to serve client transactions and
maintain the integrity of the ledger.
They can co-exist
Or they can ignore each other
Programs and accounts
The biggest practical difference between
Solana and Ethereum is that it very
aggressively separates code and data
Programs are stateless contracts
There’s nothing like class variables or
globals like in solidity
Accounts are buffers, they are owned by
the system program by default
Accounts are used to store data and
state
The advantage of the program/account
model is that you have one generic
program that operates on various data
E.g the SPI token program -> you don’t
need to deploy code, you can create an
account that can mint tokens and some
to receive them
The mint address uniquely determines
the token type, and these are all passed
as arguments to one static program
instance.
There are also program derived
addresses (PDAs)
These are home to accounts designed to
be controlled by a specific program.
Programs can programmatically sign for
certain addresses without needing a
private key
They allow Solana apps to be
composable with one another
Transactions and instructions
An instruction is one call into a
programme
One or more instructions can be bundled
into a message
A message plus an array of signatures
constitutes a transaction
This has huge consequences and also
can be very tricky!
This is just a taste
There are other innovations
Tower BFT
Turbine
Gulf Stream
Sealevel
Pipelining
Cloudbreaking
Archivers
We haven’t even talked about the
ecosystem.
https://solana.com/ecosystem
Some great resources
Next week - Technical Overview of
Solana

More Related Content

What's hot

Blockchain Study(1) - What is Blockchain?
Blockchain Study(1) - What is Blockchain?Blockchain Study(1) - What is Blockchain?
Blockchain Study(1) - What is Blockchain?Fermat Jade
 
An Introduction to Cryptocurrency Funds | Timothy Spangler | Lunch & Learn
An Introduction to Cryptocurrency Funds | Timothy Spangler | Lunch & LearnAn Introduction to Cryptocurrency Funds | Timothy Spangler | Lunch & Learn
An Introduction to Cryptocurrency Funds | Timothy Spangler | Lunch & LearnUCICove
 
Bitcoin, Ethereum, Smart Contract & Blockchain
Bitcoin, Ethereum, Smart Contract & BlockchainBitcoin, Ethereum, Smart Contract & Blockchain
Bitcoin, Ethereum, Smart Contract & BlockchainJitendra Chittoda
 
What is NFT? | A Complete Use-Cases of Non-Fungible Token (NFT)
What is NFT? | A Complete Use-Cases of Non-Fungible Token (NFT)What is NFT? | A Complete Use-Cases of Non-Fungible Token (NFT)
What is NFT? | A Complete Use-Cases of Non-Fungible Token (NFT)Linda John
 
Understanding Proof of Work (PoW) and Proof of Stake (PoS) Algorithms
Understanding Proof of Work (PoW) and Proof of Stake (PoS) AlgorithmsUnderstanding Proof of Work (PoW) and Proof of Stake (PoS) Algorithms
Understanding Proof of Work (PoW) and Proof of Stake (PoS) AlgorithmsGautam Anand
 
NFT Marketplace: Your Complete Guide For 2022
NFT Marketplace: Your Complete Guide For 2022 NFT Marketplace: Your Complete Guide For 2022
NFT Marketplace: Your Complete Guide For 2022 ForceBolt
 
The Global Crypto Classification Standard by 21Shares & CoinGecko
The Global Crypto Classification Standard by 21Shares & CoinGeckoThe Global Crypto Classification Standard by 21Shares & CoinGecko
The Global Crypto Classification Standard by 21Shares & CoinGeckoCoinGecko
 
Understanding the NFT Ecosystem
Understanding the NFT Ecosystem Understanding the NFT Ecosystem
Understanding the NFT Ecosystem Andres Guadamuz
 
An Ultimate Guide to NFT Applications
An Ultimate Guide to NFT ApplicationsAn Ultimate Guide to NFT Applications
An Ultimate Guide to NFT Applications101 Blockchains
 
Crypto currency
Crypto currencyCrypto currency
Crypto currencyAmit RJ
 
BIT COIN ,MINING & ATM
BIT COIN ,MINING & ATMBIT COIN ,MINING & ATM
BIT COIN ,MINING & ATMSumbal Jahan
 
Blockchain basics
Blockchain basicsBlockchain basics
Blockchain basicsRomit Bose
 

What's hot (20)

Blockchain Study(1) - What is Blockchain?
Blockchain Study(1) - What is Blockchain?Blockchain Study(1) - What is Blockchain?
Blockchain Study(1) - What is Blockchain?
 
Crypto currency
Crypto currencyCrypto currency
Crypto currency
 
Crypto currency
Crypto currencyCrypto currency
Crypto currency
 
An Introduction to Cryptocurrency Funds | Timothy Spangler | Lunch & Learn
An Introduction to Cryptocurrency Funds | Timothy Spangler | Lunch & LearnAn Introduction to Cryptocurrency Funds | Timothy Spangler | Lunch & Learn
An Introduction to Cryptocurrency Funds | Timothy Spangler | Lunch & Learn
 
Bitcoin, Ethereum, Smart Contract & Blockchain
Bitcoin, Ethereum, Smart Contract & BlockchainBitcoin, Ethereum, Smart Contract & Blockchain
Bitcoin, Ethereum, Smart Contract & Blockchain
 
What is NFT? | A Complete Use-Cases of Non-Fungible Token (NFT)
What is NFT? | A Complete Use-Cases of Non-Fungible Token (NFT)What is NFT? | A Complete Use-Cases of Non-Fungible Token (NFT)
What is NFT? | A Complete Use-Cases of Non-Fungible Token (NFT)
 
Understanding Proof of Work (PoW) and Proof of Stake (PoS) Algorithms
Understanding Proof of Work (PoW) and Proof of Stake (PoS) AlgorithmsUnderstanding Proof of Work (PoW) and Proof of Stake (PoS) Algorithms
Understanding Proof of Work (PoW) and Proof of Stake (PoS) Algorithms
 
An Introduction to Blockchain
An Introduction to BlockchainAn Introduction to Blockchain
An Introduction to Blockchain
 
NFT Marketplace: Your Complete Guide For 2022
NFT Marketplace: Your Complete Guide For 2022 NFT Marketplace: Your Complete Guide For 2022
NFT Marketplace: Your Complete Guide For 2022
 
The Global Crypto Classification Standard by 21Shares & CoinGecko
The Global Crypto Classification Standard by 21Shares & CoinGeckoThe Global Crypto Classification Standard by 21Shares & CoinGecko
The Global Crypto Classification Standard by 21Shares & CoinGecko
 
Understanding the NFT Ecosystem
Understanding the NFT Ecosystem Understanding the NFT Ecosystem
Understanding the NFT Ecosystem
 
An Ultimate Guide to NFT Applications
An Ultimate Guide to NFT ApplicationsAn Ultimate Guide to NFT Applications
An Ultimate Guide to NFT Applications
 
Crypto currency
Crypto currencyCrypto currency
Crypto currency
 
Smart contracts
Smart contractsSmart contracts
Smart contracts
 
Top popular NFT games
Top popular NFT gamesTop popular NFT games
Top popular NFT games
 
What is Binance?
What is Binance?What is Binance?
What is Binance?
 
BIT COIN ,MINING & ATM
BIT COIN ,MINING & ATMBIT COIN ,MINING & ATM
BIT COIN ,MINING & ATM
 
IOTA
IOTAIOTA
IOTA
 
Blockchain basics
Blockchain basicsBlockchain basics
Blockchain basics
 
What's cryptocurrency ?
What's cryptocurrency ?What's cryptocurrency ?
What's cryptocurrency ?
 

Similar to Intro to Solana

Create Blockchain Projects on Solana Blockchain with Solana Blockchain Develo...
Create Blockchain Projects on Solana Blockchain with Solana Blockchain Develo...Create Blockchain Projects on Solana Blockchain with Solana Blockchain Develo...
Create Blockchain Projects on Solana Blockchain with Solana Blockchain Develo...Marnusharris
 
Technical Overview of Solana.pptx
Technical Overview of Solana.pptxTechnical Overview of Solana.pptx
Technical Overview of Solana.pptxTinaBregovi
 
Choosing a wallet and Knowing How to buy Solana in Canada?
Choosing a wallet and Knowing How to buy Solana in Canada?Choosing a wallet and Knowing How to buy Solana in Canada?
Choosing a wallet and Knowing How to buy Solana in Canada?Bitcoin Wallet Canada
 
Blockchain development 101
Blockchain development 101Blockchain development 101
Blockchain development 101Adrià Batlle
 
Blockchain Application Development
Blockchain Application DevelopmentBlockchain Application Development
Blockchain Application DevelopmentThe NineHertz
 
Solana decentralized blockchain
Solana decentralized blockchainSolana decentralized blockchain
Solana decentralized blockchaingerionezios
 
Comparing nft development platforms ethereum vs solana
Comparing nft development platforms  ethereum vs solanaComparing nft development platforms  ethereum vs solana
Comparing nft development platforms ethereum vs solanaMarnusharris
 
Click Ventures Blockchain Ecosystem Report 2018
Click Ventures Blockchain Ecosystem Report 2018Click Ventures Blockchain Ecosystem Report 2018
Click Ventures Blockchain Ecosystem Report 2018Frederick Ng
 
CASE STUDY ON EVOTING USING BLOCKCHAIN1.pptx
CASE STUDY ON  EVOTING USING BLOCKCHAIN1.pptxCASE STUDY ON  EVOTING USING BLOCKCHAIN1.pptx
CASE STUDY ON EVOTING USING BLOCKCHAIN1.pptxATHULPSUDHEER
 
Do you need to buy SOL? Here is How to Buy SOL in Canada?
Do you need to buy SOL? Here is How to Buy SOL in Canada?Do you need to buy SOL? Here is How to Buy SOL in Canada?
Do you need to buy SOL? Here is How to Buy SOL in Canada?Bitcoin Wallet Canada
 
Encode polkadot club event 2, intro to polkadot
Encode polkadot club   event 2, intro to polkadotEncode polkadot club   event 2, intro to polkadot
Encode polkadot club event 2, intro to polkadotVanessa Lošić
 
The Truth About Blockchain.pdf
The Truth About Blockchain.pdfThe Truth About Blockchain.pdf
The Truth About Blockchain.pdfMavie Crypto
 
Encode x NEAR: Intro to Blockchain
Encode x NEAR: Intro to BlockchainEncode x NEAR: Intro to Blockchain
Encode x NEAR: Intro to BlockchainKlaraOrban
 
Types of Crypto Tokens and Advantages
Types of Crypto Tokens and AdvantagesTypes of Crypto Tokens and Advantages
Types of Crypto Tokens and AdvantagesNoraWilson4
 
Top 20 interview questions for blockchain & supply chain professional
Top 20 interview questions for blockchain & supply chain professionalTop 20 interview questions for blockchain & supply chain professional
Top 20 interview questions for blockchain & supply chain professionalBlockchain Council
 
Becoming a blockchain professional
Becoming a blockchain professionalBecoming a blockchain professional
Becoming a blockchain professionalPortia Burton
 
Impact Of Blockchain Development On Banking System
Impact Of Blockchain Development On Banking SystemImpact Of Blockchain Development On Banking System
Impact Of Blockchain Development On Banking SystemRichestsoft
 
Introduction to blockchain & cryptocurrencies
Introduction to blockchain & cryptocurrenciesIntroduction to blockchain & cryptocurrencies
Introduction to blockchain & cryptocurrenciesAurobindo Nayak
 

Similar to Intro to Solana (20)

Create Blockchain Projects on Solana Blockchain with Solana Blockchain Develo...
Create Blockchain Projects on Solana Blockchain with Solana Blockchain Develo...Create Blockchain Projects on Solana Blockchain with Solana Blockchain Develo...
Create Blockchain Projects on Solana Blockchain with Solana Blockchain Develo...
 
Technical Overview of Solana.pptx
Technical Overview of Solana.pptxTechnical Overview of Solana.pptx
Technical Overview of Solana.pptx
 
Choosing a wallet and Knowing How to buy Solana in Canada?
Choosing a wallet and Knowing How to buy Solana in Canada?Choosing a wallet and Knowing How to buy Solana in Canada?
Choosing a wallet and Knowing How to buy Solana in Canada?
 
Blockchain development 101
Blockchain development 101Blockchain development 101
Blockchain development 101
 
Blockchain Application Development
Blockchain Application DevelopmentBlockchain Application Development
Blockchain Application Development
 
Solana decentralized blockchain
Solana decentralized blockchainSolana decentralized blockchain
Solana decentralized blockchain
 
Comparing nft development platforms ethereum vs solana
Comparing nft development platforms  ethereum vs solanaComparing nft development platforms  ethereum vs solana
Comparing nft development platforms ethereum vs solana
 
Click Ventures Blockchain Ecosystem Report 2018
Click Ventures Blockchain Ecosystem Report 2018Click Ventures Blockchain Ecosystem Report 2018
Click Ventures Blockchain Ecosystem Report 2018
 
BlockChain Public
BlockChain PublicBlockChain Public
BlockChain Public
 
CASE STUDY ON EVOTING USING BLOCKCHAIN1.pptx
CASE STUDY ON  EVOTING USING BLOCKCHAIN1.pptxCASE STUDY ON  EVOTING USING BLOCKCHAIN1.pptx
CASE STUDY ON EVOTING USING BLOCKCHAIN1.pptx
 
Do you need to buy SOL? Here is How to Buy SOL in Canada?
Do you need to buy SOL? Here is How to Buy SOL in Canada?Do you need to buy SOL? Here is How to Buy SOL in Canada?
Do you need to buy SOL? Here is How to Buy SOL in Canada?
 
Encode polkadot club event 2, intro to polkadot
Encode polkadot club   event 2, intro to polkadotEncode polkadot club   event 2, intro to polkadot
Encode polkadot club event 2, intro to polkadot
 
The Truth About Blockchain.pdf
The Truth About Blockchain.pdfThe Truth About Blockchain.pdf
The Truth About Blockchain.pdf
 
TrustNote Technical Whitepaper
TrustNote Technical WhitepaperTrustNote Technical Whitepaper
TrustNote Technical Whitepaper
 
Encode x NEAR: Intro to Blockchain
Encode x NEAR: Intro to BlockchainEncode x NEAR: Intro to Blockchain
Encode x NEAR: Intro to Blockchain
 
Types of Crypto Tokens and Advantages
Types of Crypto Tokens and AdvantagesTypes of Crypto Tokens and Advantages
Types of Crypto Tokens and Advantages
 
Top 20 interview questions for blockchain & supply chain professional
Top 20 interview questions for blockchain & supply chain professionalTop 20 interview questions for blockchain & supply chain professional
Top 20 interview questions for blockchain & supply chain professional
 
Becoming a blockchain professional
Becoming a blockchain professionalBecoming a blockchain professional
Becoming a blockchain professional
 
Impact Of Blockchain Development On Banking System
Impact Of Blockchain Development On Banking SystemImpact Of Blockchain Development On Banking System
Impact Of Blockchain Development On Banking System
 
Introduction to blockchain & cryptocurrencies
Introduction to blockchain & cryptocurrenciesIntroduction to blockchain & cryptocurrencies
Introduction to blockchain & cryptocurrencies
 

Recently uploaded

Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Unlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsUnlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsPrecisely
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsHyundai Motor Group
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Wonjun Hwang
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
Science&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdfScience&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdfjimielynbastida
 
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024BookNet Canada
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxnull - The Open Security Community
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 

Recently uploaded (20)

Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
Unlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsUnlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power Systems
 
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptxVulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
 
The transition to renewables in India.pdf
The transition to renewables in India.pdfThe transition to renewables in India.pdf
The transition to renewables in India.pdf
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
Science&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdfScience&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdf
 
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 

Intro to Solana

Editor's Notes

  1. A PoH optimised version of PBFT
  2. A block propagation protocol
  3. Mempool-less transaction forwarding protocol
  4. Parallel smart contract run-time
  5. A transaction processing unit for validation optimisation
  6. Horizontally scaling accounts database
  7. Distributed ledger storage
  8. https://docs.solana.com/introduction https://2501babe.github.io/posts/solana101.html https://2501babe.github.io/posts/solana101.html
  9. https://www.eventbrite.co.uk/e/technical-overview-of-solana-tickets-293259235267?aff=ebdsoporgprofile