diff --git a/proposals/plutus-starter.md b/proposals/plutus-starter.md new file mode 100644 index 0000000..bdf43e4 --- /dev/null +++ b/proposals/plutus-starter.md @@ -0,0 +1,16 @@ +# Proposal: Restore Maintenance for Plutus-Starter + + +## Thesis - What should be done and why is this valuable for Cardano Developers? + +`Docker` is recognized as the default containerization tool for the broader developer ecosystem across all languages, the amount of training and availability of tools makes it ubiquitous. + +If cardano wishes to encourage developer adoption and reduce friction for dApp developers, providing up-to-date docker containers to run the cardano node and compile plutus dependencies is critical. + +IOG used to maintain the [Plutus-starter](https://github.com/input-output-hk/plutus-starter) repository with a corresponding docker image, which can be used to build dependencies and start compiling plutus scripts. Unfortunately the last commit is from July, 2022 and the docker image is unusable. + +We suggest that the plutus-starter docker image receive an update to ensure it can be used to successfully build and run Plutus v2 scripts. Additionally, documenting how to run the Cardano node included in the docker image, both against a public testnet or a local private network would be of incredible value to beginnners. + +## Sponsor + +- currently no sponsor, however since the preceeding work was done by the IOG plutus-apps team, this proposal is directed at IOG