https://github.com/hebilicious/plutus-guide
A guide for Plutus
https://github.com/hebilicious/plutus-guide
Last synced: 3 months ago
JSON representation
A guide for Plutus
- Host: GitHub
- URL: https://github.com/hebilicious/plutus-guide
- Owner: Hebilicious
- License: mit
- Created: 2022-05-21T14:42:06.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-05T08:57:07.000Z (over 2 years ago)
- Last Synced: 2025-02-23T09:29:13.845Z (over 1 year ago)
- Language: Dockerfile
- Size: 6.84 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Plutus Guide
[WIP] A guide for Plutus ...
## List of useful links
### Docs
- [Environment Setup](https://developers.cardano.org/docs/get-started/installing-cardano-node/#overview) (GHC, cabal, libsodium, llvm)
- [Cardano official Docs](https://docs.cardano.org/plutus/learn-about-plutus)
- [Cardano developper Docs](https://developers.cardano.org/docs/smart-contracts/plutus)
- [Plutus official Docs](https://plutus.readthedocs.io/en/latest/index.html)
- [API Docs](https://playground.plutus.iohkdev.io/doc/haddock/)
### IOG Repositories
- [Plutus](https://github.com/input-output-hk/plutus)
- [Plutus Apps](https://github.com/input-output-hk/plutus-apps)
- [Plutus Starter](https://github.com/input-output-hk/plutus-starter)
- [Pioneer Program](https://github.com/input-output-hk/plutus-pioneer-program)
- [Cardano-node Reference](https://github.com/input-output-hk/cardano-node/blob/master/doc/reference/plutus/plutus-spending-script-example.md)
- [Cardano Ledger Specs](https://github.com/input-output-hk/cardano-ledger)
### Community
#### Repositories
- [Plutonomicon](https://github.com/Plutonomicon/plutonomicon)
- [Plutarch](https://github.com/Plutonomicon/plutarch/)
- [Plutus Community](https://github.com/input-output-hk/plutus-community)
#### YouTube
- [Plutus Oriented Haskell](https://www.youtube.com/playlist?list=PLckjwRWdD3JToFKE3qzVEI-VhbzVnoJui)