43 lines
1.9 KiB
Markdown
43 lines
1.9 KiB
Markdown
<div align="center">
|
|
<picture>
|
|
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/aiken-lang/branding/main/assets/logo-light.png">
|
|
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/aiken-lang/branding/main/assets/logo-dark.png">
|
|
<img alt="Aiken" src="https://raw.githubusercontent.com/aiken-lang/branding/main/assets/logo-dark.png" height="150">
|
|
</picture>
|
|
<hr />
|
|
<h2 align="center" style="border-bottom: none">A modern smart contract platform for Cardano</h2>
|
|
|
|
[](https://github.com/aiken-lang/aiken/blob/main/LICENSE)
|
|
[](https://github.com/aiken-lang/aiken/actions/workflows/tests.yml)
|
|
[](https://x.com/aiken_eng)
|
|
|
|
[](https://crates.io/crates/aiken)
|
|
[](https://www.npmjs.com/package/@aiken-lang/aiken)
|
|
|
|
<hr/>
|
|
</div>
|
|
|
|
## Getting Started
|
|
|
|
- [Installation instructions](https://aiken-lang.org/installation-instructions)
|
|
|
|
- [Online playground](https://play.aiken-lang.org/)
|
|
|
|
- [Beginner checklist](https://aiken-lang.org/fundamentals/getting-started#checklist)
|
|
|
|
### Hello, World!
|
|
|
|
Wanna get started right-away? Complete the [_Hello, World!_ tutorial](https://aiken-lang.org/example--hello-world/basics)!
|
|
|
|
## Contributing
|
|
|
|
Want to contribute? See [CONTRIBUTING.md](./CONTRIBUTING.md) to know how.
|
|
|
|
## Changelog
|
|
|
|
Be on top of any updates using the [CHANGELOG](https://github.com/aiken-lang/aiken/blob/main/CHANGELOG.md) and the [Project Tracking](https://github.com/orgs/aiken-lang/projects/2/views/1).
|
|
|
|
> [!NOTE]
|
|
>
|
|
> The name comes from [Howard Aiken](https://en.wikipedia.org/wiki/Howard_H._Aiken), an American physicist and a pioneer in computing.
|