Go to file
KtorZ bc785673b2
Fix compilation errors for the newly introduce test & add type inference.
Tests are basically functions for which the return type should unify with bool. In principle, the type checker could also check that a test function has no arguments but, a test function with arguments wouldn't parse in the first place; feels a bit hacky but it works when considering the pipeline as a whole.

  Note that the code generation is still to be done.
2022-12-08 19:24:20 -05:00
.github replace OSX with macOS in the issue template 2022-11-12 13:08:13 -05:00
assets chore: add more assets 2022-09-06 20:14:27 -04:00
book Add UPLC support for 'ProtoList' & 'ProtoPair' constants 2022-12-03 10:16:16 -05:00
crates Fix compilation errors for the newly introduce test & add type inference. 2022-12-08 19:24:20 -05:00
examples/sample Fix compilation errors for the newly introduce test & add type inference. 2022-12-08 19:24:20 -05:00
.editorconfig Add .editorconfig, covering only *.ak file for now. 2022-11-10 15:39:42 +01:00
.gitignore feat: start when expressions 2022-12-05 14:18:44 -05:00
CHANGELOG.md chore: update changelog 2022-11-23 00:33:51 -05:00
CONTRIBUTING.md update contribution docs 2022-12-08 14:27:19 -05:00
Cargo.lock feat: parser improvements 2022-12-04 21:12:29 -05:00
Cargo.toml fix: include return type in one function def 2022-10-04 16:32:32 -04:00
LICENSE Create LICENSE 2022-06-14 18:47:40 -04:00
README.md Update readme to include fresh rustup start 2022-12-08 08:59:05 -05:00
bonnie.toml feat: add bonnie 2022-11-22 21:11:24 -05:00

README.md

Aiken Aiken

Cardano smart contract language and toolchain

Licence Crates.io Rust Build mdBook Build


QuickStart

Prerequisites

For now you'll need rust installed, see rustup.

Getting started

In case you have fresh installation of rustup you might need to do:


rustup install stable

$ cargo install aiken

$ aiken --help

How to use

For more information please see the user manual.

Roadmap

Aiken defines its roadmap using Github Milestones. The roadmap isn't set in stone, but gives a high-level overview of where the project is headed for.

Contributing

Want to contribute? See CONTRIBUTING.md to know how.

Acknowledgment

We'd like to give a special thanks to @nkz for creating the logo and giving us the idea to name the project Aiken.


Note

The name comes from Howard Aiken, an American physicist and a pioneer in computing.