-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added important Notice about Marlowe transition
- Loading branch information
Showing
1 changed file
with
25 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,33 @@ | ||
= https://github.com/input-output-hk/marlowe-cardano[Marlowe on the Cardano Blockchain] | ||
:email: [email protected] | ||
:author: Input Output HK Limited | ||
:toc: left | ||
:reproducible: | ||
|
||
Marlowe is a platform for financial products as smart contracts. Marlowe-Cardano is | ||
an implementation of Marlowe for the Cardano blockchain, built on top of Plutus. | ||
<h2 align="center"> | ||
<a href="" target="blank_"> | ||
<img src="./doc/image/logo.svg" alt="Logo" height="75"> | ||
</a> | ||
<br> | ||
Implementation of Marlowe On Cardano (Runtime) | ||
</h2> | ||
<p align="center"> | ||
<a href="https://github.com/input-output-hk/marlowe-cardano/releases"><img src="https://img.shields.io/github/v/release/input-output-hk/marlowe-cardano?style=for-the-badge" /></a> | ||
</p> | ||
<div align="center"> | ||
<a href=""><img src="https://img.shields.io/badge/stability-beta-33bbff.svg" alt="Beta"></a> | ||
<a href="./LICENSE"><img src="https://img.shields.io/badge/License-Apache_2.0-blue.svg"></a> | ||
<a href="https://discord.com/invite/cmveaxuzBn"><img src="https://img.shields.io/discord/826816523368005654?label=Chat%20on%20Discord"></a> | ||
</div> | ||
|
||
> [!IMPORTANT] | ||
> This Marlowe repository will soon be moved to https://github.com/marlowe-lang. The new repositories will be administered by an independent vehicle, a not-for-profit organization currently being set up by the transition team.<br> | ||
> This will allow us to ensure community representation and stewardship. Future developments and support for Marlowe are transitioning to a community-driven model initially led by [Simon Thompson](https://github.com/simonjohnthompson), [Nicolas Henin](https://github.com/nhenin) and [Tomasz Rybarczyk](https://github.com/paluh). <br> | ||
> See [here](https://github.com/marlowe-lang/.github/blob/main/profile/transition.md) for details. | ||
|
||
|
||
Marlowe-Cardano is an implementation of Marlowe for the Cardano blockchain, built on top of Plutus. | ||
|
||
This repository contains: | ||
|
||
* The implementation of the Marlowe domain-specific language. | ||
* The Marlowe Runtime and Marlowe Runtime Web | ||
* The implementation of the Marlowe domain-specific language in Haskell. | ||
* Tools for working with Marlowe, including static analysis. | ||
* A selection of examples using Marlowe, including a number based on the ACTUS financial standard. | ||
* The Marlowe Playground, a web-based playground for learning and writing Marlowe Applications. | ||
[IMPORTANT] | ||
==== | ||
|