From ae88ea6dedbd16bedaa9a59b8e03f421bef53913 Mon Sep 17 00:00:00 2001 From: Dzmitry Shuysky Date: Thu, 6 Jul 2023 17:40:47 +0200 Subject: [PATCH] build: disable md link check for `the-plutus-scaffold` --- doc/getting-started.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/getting-started.md b/doc/getting-started.md index f758fa8472..dc354275a9 100644 --- a/doc/getting-started.md +++ b/doc/getting-started.md @@ -38,7 +38,9 @@ Then, add `https://public-plutonomicon.cachix.org` and `public-plutonomicon.cach The easiest way to create a new CTL project is to use our `ctl-scaffold` flake template. This lives in the CTL repo -- you can have a look [here](../templates/ctl-scaffold). It contains a simple, yet complete, flakes-based scaffolding project with example `outputs` for a CTL project, including its runtime. + Alternatively, consider [the-plutus-scaffold](https://github.com/mlabs-haskell/the-plutus-scaffold) flake template. It's a scaffold built on top of the above mentioned `ctl-scaffold`, but includes a react based frontend and a haskell onchain additionaly. It's more of a demo application, than a minimal working example. + A new project can be initialized as follows: