Macbook (Intel)
More details, please see Macbook (M1)
Step 1. Install Nix
Step 2. Restart terminal
Step 3. Edit the /etc/nix/nix.conf file
Step 4. Be sure these lines are all inside the file
Step 5. Restart computer
Step 6. Clone the plutus apps repo
Step 7. Go to plutus directory
Step 8. Build the plutus playground
Step 8.1. Build server
Step 8.2. Build client
Step 9. Fire up nix-shell
This may take a while first time around.
Step 10. Start plutus server
Step 11. Fire up a second nix-shell (i.e., in a second terminal)
This should now be quicker since all hooks are up to date.
Step 12. Update npm
You may have to run this command using sudo.
Step 13. Start plutus client
Step 14. That's it. Open your browser and navigate to https://localhost:8009/ to compile and evaluate your hello plutus.
This guide copy-paste from Tilman Dingler's github.
Last updated