Go to file
rvcas 83c7e6aa64
feat: encode bool
2022-05-21 22:51:21 -04:00
example fix: strum serialize for sha2 function 2022-05-17 15:56:58 -04:00
src feat: encode bool 2022-05-21 22:51:21 -04:00
.gitignore init 2022-05-01 21:53:56 -04:00
Cargo.lock feat: add error and builtin 2022-05-09 02:47:21 -04:00
Cargo.toml feat: add error and builtin 2022-05-09 02:47:21 -04:00
README.md chore: small roadmap in readme 2022-05-01 22:43:53 -04:00

README.md

Neptune

Experiments with Plutus Core

Roadmap

These are generic milestones and the listed ordering is not necessariy the implementation order

  • compile plutus core into it's on chain encoding
  • reverse the on chain encoding into plutus core
  • create a higher level syntax with inspiration from
    • JS
    • ReasonML
    • Elm
    • Roc
    • Rust
  • Language Server
  • Plutus Core interpreter

Resources