diff --git a/README.md b/README.md index f0d22f7c..2f5aede1 100644 --- a/README.md +++ b/README.md @@ -7,27 +7,36 @@

A modern smart contract platform for Cardano

-[![Licence](https://img.shields.io/github/license/aiken-lang/aiken)](https://github.com/aiken-lang/aiken/blob/main/LICENSE) -[![Crates.io](https://img.shields.io/crates/v/aiken)](https://crates.io/crates/aiken) -[![Tests](https://github.com/aiken-lang/aiken/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/aiken-lang/aiken/actions/workflows/tests.yml) +[![Licence](https://img.shields.io/github/license/aiken-lang/aiken?style=for-the-badge)](https://github.com/aiken-lang/aiken/blob/main/LICENSE) +[![Tests](https://img.shields.io/github/actions/workflow/status/aiken-lang/aiken/tests.yml?style=for-the-badge)](https://github.com/aiken-lang/aiken/actions/workflows/tests.yml) +[![Twitter/X](https://img.shields.io/badge/Follow%20us-@aiken__eng-blue?logo=x&style=for-the-badge)](https://x.com/aiken_eng) + +[![Crates.io](https://img.shields.io/crates/v/aiken?style=for-the-badge)](https://crates.io/crates/aiken) +[![NPM](https://img.shields.io/npm/v/%40aiken-lang%2Faiken?style=for-the-badge)](https://www.npmjs.com/package/@aiken-lang/aiken)
-## Installation +## Getting Started -- [Linux/MacOS](https://aiken-lang.org/installation-instructions#linux--macos) -- [Windows](https://aiken-lang.org/installation-instructions#windows) -- [nix](https://aiken-lang.org/installation-instructions#from-nix-flakes-linux--macos-only) +- [Installation instructions](https://aiken-lang.org/installation-instructions) -### How to use +- [Online playground](https://play.aiken-lang.org/) -For more information please see the [user manual](https://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). + ## Stats ![Alt](https://repobeats.axiom.co/api/embed/c93f72d2f0dd8cac82fc230ea97fa23787b32978.svg "Repobeats analytics image")