Go to file
dependabot[bot] 1d60a02822 chore(deps): bump h2 from 0.3.16 to 0.3.17
Bumps [h2](https://github.com/hyperium/h2) from 0.3.16 to 0.3.17.
- [Release notes](https://github.com/hyperium/h2/releases)
- [Changelog](https://github.com/hyperium/h2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/hyperium/h2/compare/v0.3.16...v0.3.17)

---
updated-dependencies:
- dependency-name: h2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-17 00:02:44 -04:00
.github chore: disable release notes for now 2023-04-13 13:52:30 -04:00
aikup Bump versions to 1.0.0-alpha, update CHANGELOG. 2023-04-13 17:35:21 +02:00
crates fix(aiken-lang): assignment as last expr in when and if 2023-04-16 19:55:47 -04:00
examples fix: fixed how the ir was generating for expect Void, expect Bool, let Void 2023-04-12 22:37:33 -04:00
.editorconfig rename examples/tests/{a,b,c,d,e,f} into examples/acceptance_tests/00{1,2,3,4,5,6} 2022-12-14 09:45:24 +01:00
.gitattributes Add support for Nix flakes. 2023-02-07 13:16:17 +01:00
.gitignore Define 'local' gitignore for examples' packages. 2023-01-06 13:30:56 +01:00
CHANGELOG.md chore: update changelog 2023-04-16 20:44:13 -04:00
CONTRIBUTING.md fix some typos 2023-04-07 16:51:18 -04:00
Cargo.lock chore(deps): bump h2 from 0.3.16 to 0.3.17 2023-04-17 00:02:44 -04:00
Cargo.nix [create-pull-request] automated change 2023-04-16 17:53:34 -04:00
Cargo.toml chore: add cargo release metadata to toml 2023-04-13 13:34:53 -04:00
LICENSE Tweak LICENSE 2022-12-20 05:47:13 +01:00
README.md feat: new release job and some release notes 2023-02-23 18:52:56 -05:00
flake.lock Add Deno to nix. 2023-03-15 12:24:35 -04:00
flake.nix bump rustc version 2023-03-21 11:38:07 +00:00

README.md

Aiken Aiken

A modern smart contract platform for Cardano

Licence Crates.io Tests


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 --git https://github.com/aiken-lang/aiken.git

$ aiken --help

Alternatively nix builds are available via flakes.

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.


Note

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