Skip to content

Commit

Permalink
build: disable md link check for the-plutus-scaffold
Browse files Browse the repository at this point in the history
  • Loading branch information
errfrom committed Jul 6, 2023
1 parent fe138b0 commit 70e3356
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions doc/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<!-- markdown-link-check-disable -->
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.
<!-- markdown-link-check-enable -->

A new project can be initialized as follows:

Expand Down
2 changes: 1 addition & 1 deletion nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ let
# sandbox, so we can just use node instead
# (idea taken from `plutus-playground-client`)
''
cd ${project}
cp -r ${project}/* .
ln -sfn $NODE_PATH node_modules
${nodejs}/bin/node --enable-source-maps -e 'import("./output/${testMain}/index.js").then(m => m.main())'
touch $out
Expand Down

0 comments on commit 70e3356

Please sign in to comment.