Inhoudsopgave
Wat is Plutus?
(Gr. Ploutos = rijkdom), Griekse personificatie van de rijkdom.
Wat is Cardano token?
Cardano is een open source blockchain project dat in lagen is ontwikkeld om zo financiële applicaties uit te voeren die wereldwijd door bedrijven, consumenten en overheden gebruikt kunnen worden.
Hoe werkt een Smart contract?
Een smart contract is een digitaal protocol dat ervoor zorgt dat een contract automatisch uitgevoerd wordt als overeengekomen criteria behaald worden. Smart contracts maken het mogelijk om transacties af te wikkelen, zonder dat er een derde partij nodig is om de afspraak te verifiëren of af te dwingen.
Hoe werkt Cardano staking?
Begin met een Cardano Staking Platform in 4 stappen 3 – Koop je eerste Cardano: Bepaal hoeveel Cardano je wilt kopen en maak de transactie rond voor je eerste aankoop. 4 – Laat je Cardano staan: Zet je Cardano vast of laat het in je account staan om meteen te beginnen met Cardano staking.
What programming language is Plutus written in?
Plutus draws from modern language research to provide a safe, full-stack programming environment based on Haskell, the leading functional programming language. Both the on-chain and off-chain code is written in Haskell, and Plutus smart contracts are Haskell programs.
What is the Plutus platform?
The Plutus Platform is the smart contract platform for Cardano. Plutus contracts consist of parts that run on the blockchain (on-chain code) and parts that run on a user’s machine (off-chain or client code).
How do I write a Plutus application?
When writing a Plutus application, we need to consider not only the on-chain part of the application (the Plutus Core scripts) but also the off-chain part that builds and submits transactions. The off-chain code is written in Haskell, just like the on-chain code. That way we only need to write the business logic once.
What are Plutus contracts made of?
Plutus contracts consist of parts that run on the blockchain (on-chain code) and parts that run on a user’s machine (off-chain or client code). Both the on-chain and off-chain code are written in Haskell, and Plutus smart contracts are effectively Haskell programs.