An open API service indexing awesome lists of open source software.

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

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)