Skip to content

IntersectMBO/plutus

Folders and files

NameName
Last commit message
Last commit date
Mar 5, 2025
Mar 4, 2025
Mar 5, 2025
Mar 4, 2025
Mar 4, 2025
Mar 4, 2025
Mar 4, 2025
Mar 4, 2025
Mar 4, 2025
Mar 4, 2025
Mar 6, 2025
Mar 4, 2025
Mar 6, 2025
Mar 6, 2025
Oct 24, 2024
Sep 25, 2024
Jan 30, 2025
Mar 18, 2019
Nov 18, 2024
Jan 28, 2025
Sep 13, 2024
Sep 13, 2024
Sep 13, 2024
Nov 22, 2024
Sep 17, 2024
Sep 13, 2024
Sep 13, 2024
Oct 8, 2024
Jan 30, 2025
Sep 13, 2024
Feb 11, 2025
Feb 28, 2025
Feb 4, 2025
Feb 4, 2025
Nov 18, 2024
Nov 11, 2022

Introduction

Plutus Core is the scripting language embedded in the Cardano ledger and forms the basis of the Plutus Platform, an application development platform for developing distributed applications using the Cardano blockchain.

For more information about the projects, see the User documentation.

This repository contains:

  • The implementation, specification, and mechanized metatheory of Plutus Core

  • Plutus Tx, the compiler from Haskell to Plutus Core.

For people who want to use the project, please consult the User documentation.

Development

How to develop and contribute to the project

Run nix develop to enter the development shell and you will be presented with a list of available commands.

*Please see CONTRIBUTING for comprehensive documentation on how to contribute to the project, including development and submitting changes

How to submit an issue

Issues can be filed in the GitHub Issue tracker.

How to depend on the project from another Haskell project

The plutus libraries are published via CHaP. See the information there for how to use CHaP. After setting it up you should just be able to depend on the plutus packages as normal and cabal will find them.

Documentation

User documentation

The main documentation is located here.

The haddock documentation is located here.

The documentation for the metatheory can be found here.

Talks

Specifications and design

Academic papers

Licensing

You are free to copy, modify, and distribute this software under the terms of the Apache 2.0 license.

See the LICENSE and NOTICE files for details.