Skip to content
/ plutus Public
forked from IntersectMBO/plutus

The Plutus language reference implementation and tools

Notifications You must be signed in to change notification settings

vagoum/plutus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plutus Platform for Cardano

This repository contains the various components and some documentation for the Plutus Platform, providing smart contract functionality for the Cardano blockchain.

Building

default.nix defines a package set containing all the packages in this repository. These can be built directly. For example:

nix build -f default.nix language-plutus-core

The Plutus Core specification is also built this way, as the attribute plutus-core-spec.

Docs

Docs are built by hydra. The latest docs for plutus core master branch can be found at https://hydra.iohk.io/job/serokell/plutus/language-plutus-core.x86_64-linux/latest

You can also build the docs yourself locally. For example:

nix build -f default.nix language-plutus-core.doc

About

The Plutus language reference implementation and tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Haskell 58.8%
  • TeX 34.1%
  • JavaScript 2.1%
  • PLSQL 1.7%
  • Nix 1.3%
  • Logos 0.8%
  • Other 1.2%