Créer des smart contract
avec solidity
#blockchain #ethereum #solidity
Free workshop - blockchain smart contract with solidity
Smart contract
“Les smart contrats sont des programmes autonomes qui, une fois démarrés,
exécutent automatiquement des conditions définies au préalable.
Ils fonctionnement comme toute instruction conditionnelle de type « if – then ».”
Blockchain France
Solidity
“Solidity is a contract-oriented, high-level language whose syntax is similar to that
of JavaScript and it is designed to target the Ethereum Virtual Machine.”
Solidity
Outils
Browser solidity
Browser-based IDE with integrated compiler and Solidity runtime environment
without server-side components.
“Hello world” avec le browser solidity
Programme du workshop
Développer ces smart contract :
1. Enregistrer une chaîne de caractère sur le registre de la blockchain
2. Transfert d'Ether entre deux comptes
3. Système de vote avec procuration
4. ...création de son propre smart contract custom :)
Let’s go !

Contenu connexe

PDF
Meetup Blockchain, Bitcoin, Ethereum, ICO...
PDF
Qu'est-ce que la blockchain ?
PDF
Blockchain15mars
PPTX
Présentation blockchain v2
PPTX
Razones por las cuales las tic estan en el aula
PDF
Senior Design Award
Meetup Blockchain, Bitcoin, Ethereum, ICO...
Qu'est-ce que la blockchain ?
Blockchain15mars
Présentation blockchain v2
Razones por las cuales las tic estan en el aula
Senior Design Award

En vedette (10)

PDF
Internship_Rahul
PDF
CV A Sidibe 3D visualiser
PDF
Cover kel.4
PDF
Preparacicion fisica-aplicada-pretemporada
DOCX
ADEL SALAMA CV
PPTX
Limericks
DOCX
Riwayat hidup
PDF
Pnl o que é
DOCX
Ismail kadare
Internship_Rahul
CV A Sidibe 3D visualiser
Cover kel.4
Preparacicion fisica-aplicada-pretemporada
ADEL SALAMA CV
Limericks
Riwayat hidup
Pnl o que é
Ismail kadare
Publicité

Similaire à Free workshop - blockchain smart contract with solidity (11)

PDF
Dev smart-contract ethereum
PPTX
BLISS-O3-T1%20U2%20Blockchain%20v2-FR.pptx
PPTX
Blockchain et Smart Contract : de la théorie à la production
PDF
Blockchain : révolution ou évolution ?
PDF
Alphorm.com Formation Blockchain : Maîtriser les Smart Contracts
PDF
Presentation des contrats
PDF
Introduction à la Blockchain Voxxed day luxembourg
PPTX
How Blockchain Met Your Team?
PDF
Formation LA BLOCKCHAIN PAR LA PRATIQUE
PDF
What's next for blockchain ? Matinée MEDEF du 27 juin 2016
PDF
Cwin16 - Paris - blockchain
Dev smart-contract ethereum
BLISS-O3-T1%20U2%20Blockchain%20v2-FR.pptx
Blockchain et Smart Contract : de la théorie à la production
Blockchain : révolution ou évolution ?
Alphorm.com Formation Blockchain : Maîtriser les Smart Contracts
Presentation des contrats
Introduction à la Blockchain Voxxed day luxembourg
How Blockchain Met Your Team?
Formation LA BLOCKCHAIN PAR LA PRATIQUE
What's next for blockchain ? Matinée MEDEF du 27 juin 2016
Cwin16 - Paris - blockchain
Publicité

Free workshop - blockchain smart contract with solidity

  • 1. Créer des smart contract avec solidity #blockchain #ethereum #solidity
  • 3. Smart contract “Les smart contrats sont des programmes autonomes qui, une fois démarrés, exécutent automatiquement des conditions définies au préalable. Ils fonctionnement comme toute instruction conditionnelle de type « if – then ».” Blockchain France
  • 4. Solidity “Solidity is a contract-oriented, high-level language whose syntax is similar to that of JavaScript and it is designed to target the Ethereum Virtual Machine.” Solidity
  • 5. Outils Browser solidity Browser-based IDE with integrated compiler and Solidity runtime environment without server-side components. “Hello world” avec le browser solidity
  • 6. Programme du workshop Développer ces smart contract : 1. Enregistrer une chaîne de caractère sur le registre de la blockchain 2. Transfert d'Ether entre deux comptes 3. Système de vote avec procuration 4. ...création de son propre smart contract custom :)

Notes de l'éditeur

  • #6: Allez sur https://ethereum.github.io/browser-solidity/#version=soljson-v0.4.4+commit.4633f3de.js Faire une démo du hello world avec une variable et une fonction greeter() Compiler le contrat et interagir avec l’interface