Plutonomicon / cardano-transaction-lib

A Purescript library for building smart contract transactions on Cardano
https://plutonomicon.github.io/cardano-transaction-lib/
MIT License
91 stars 52 forks source link

Revise ctl-scaffold #1613

Closed euonymos closed 1 month ago

euonymos commented 3 months ago

Motivation

Many projects need to implement web API components with CTL that are supposed to be integrated within a website. A simple scaffold example is a must-have thing to promote CTL's usage. I am not sure about preserving other things that were here previously, let's discuss. Our project doesn't require them and I have doubts we can afford re-integrating them back within our budget.

Questions and Tasks

Pre-review checklist

klarkc commented 3 months ago

CTL itself should not have a scaffold; I mean, in this repository, it should instead refer to example repositories, like LovelaceAcademy/nix-templates, because you can use CTL in many different ways. Having a scaffold pushes the user to use it in a singular, optioned way that may not match their needs.

klntsky commented 1 month ago

Closing this PR with the motivation stated above