-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
devopsAll things devops (Nix, language servers, editors, code quality etc)All things devops (Nix, language servers, editors, code quality etc)enhancementNew feature or requestNew feature or request
Description
TODO:
-
Update documentation to reflect to new tools (cc @jaredponn). See Updated
docs/haskell.md
anddocs/purescript.md
to reflect the updated frontend tools #126 -
Implement lbf-prelude-to-purescript and lbf-plutus-to-purescript clis (see
lbf-prelude-to-haskell = pkgs.writeShellScriptBin "lbf-prelude-to-haskell" '' lbf-prelude-to-purescript
andlbf-plutus-to-purescript
scripts to the frontend #121 -
Implement devShells with PlutusTx, CTL and other environments such that users can conveniently play with lbf-prelude... and lbf-plutus clis.
- I basically want to do
nix develop github:mlabs-haskell/lambda-buffers#dev-plutustx
and be able to generate the PlutusTx code withlbf-plutus-to-haskell
and then simplyghci
so users can inspect and work with generated libraries. AddingdevShells
to play with generated schema code for Haskell's Prelude and Plutus Prelude #122 - Create a dev shell for CTL
dev-ctl
to uselbf-plutus-to-purescript
. #129
- I basically want to do
Metadata
Metadata
Assignees
Labels
devopsAll things devops (Nix, language servers, editors, code quality etc)All things devops (Nix, language servers, editors, code quality etc)enhancementNew feature or requestNew feature or request
Type
Projects
Status
Done