/awesome-plutus

Creative Commons Zero v1.0 UniversalCC0-1.0

Awesome Plutus Awesome

A curated list of amazingly awesome Plutus libraries, resources and shiny things.

Plutus is the new smart contract language for the Cardano blockchain.

This is intended to give the first waves of Plutus developers the best and most comprehensive information and tools for using plutus as fast as possible.

FAQ

Q: Where can I find haskell libraries I can use with plutus. A: We recommend https://hoogle.haskell.org - which allows you to search for functions by type. Please keep in mind that Plutus on-chain code will only support a subset of haskell. You might also want to take a look at awesome-haskell

Q: How can I write/run plutus code today? A: (As of may 19, 2021) - currently plutus does not have a public test net, plutus can run in a simulated chain using the Plutus Application backend, or PAB, which is available in the plutus monorepo.

Official

Community Tutorials

Videos

Code Examples

  • Plutus Use Cases - the first toy applications developed in plutus as proof of concept for industrial projects. a great reference including example test suites

Testing

the plutus monorepo currently provides two libraries that can be used to write effective tests for your plutus contract:

  • Wallet Emulator - can easily run tests in an emulated environment.
  • PAB Simulator - can easily run tests or live interaction via http with a simulated local blockchain which supports Plutus

Formal Specification Documents