Cardano Academy
Search…
Cardano Academy
Plutus Pioneer Program
Setting up Plutus Playground
1. Installing Nix
2. Cloning Plutus Repository
3. Starting Plutus Playground
How do I run "cabal build" / "cabal repl"?
How to get VSCode autocomplete working?
Cardano CLI Testnet
Setting up Cardano Node
Configuring Cardano CLI
Generating Payment Keys and Address
Minting Native tokens
Cardano CLI Mainnet
Setting up Cardano Node
deprecated
Installing GHC and Cabal [Deprecated]
Powered By
GitBook
2. Cloning Plutus Repository
Clone Plutus source code
1
git
clone https://github.com/input-output-hk/plutus.git
2
cd
plutus
Copied!
If you already cloned this repository earlier, please run
git pull
to make sure your source code is up to date.
1
git
pull
Copied!
In this tutorial, we are using the version with commit hash
3746610e53654a1167aeb4c6294c6096d16b0502
1
git
checkout 3746610e53654a1167aeb4c6294c6096d16b0502
Copied!
Now we can continue to the next step.
Previous
1. Installing Nix
Next
3. Starting Plutus Playground
Last modified
1yr ago
Copy link