Go to file
rvcas 984c253f31
feat: rename to aiken and add e2e tests for uplc
2022-06-11 23:22:24 -04:00
crates feat: rename to aiken and add e2e tests for uplc 2022-06-11 23:22:24 -04:00
.gitignore feat: rename to aiken and add e2e tests for uplc 2022-06-11 23:22:24 -04:00
Cargo.lock feat: rename to aiken and add e2e tests for uplc 2022-06-11 23:22:24 -04:00
Cargo.toml chore: switch to a mono repo 2022-05-22 12:40:52 -04:00
README.md feat: rename to aiken and add e2e tests for uplc 2022-06-11 23:22:24 -04:00

README.md

AIKEN

A cardano smart contract language and toolchain

Roadmap

These are generic milestones and the listed ordering is not necessariy the implementation order or full scope.

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

Resources