Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Polkadot Support Disclaimer and Update CI Badge Link #19

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<img src="https://raw.githubusercontent.com/hyperledger/solang/main/docs/hl_solang_horizontal-color.svg" alt="Solang Logo" width="75%" />

[![Discord](https://img.shields.io/discord/905194001349627914?logo=Hyperledger&style=plastic)](https://discord.gg/hyperledger)
[![CI](https://img.shields.io/github/workflow/status/hyperledger/solang-aqd/CI?label=CI&logo=GitHub)](https://github.com/hyperledger/solang-aqd/actions)
[![CI](https://img.shields.io/github/actions/workflow/status/hyperledger/solang-aqd/test.yml?label=Aqd%20CI)](https://github.com/hyperledger/solang-aqd/actions)
[![License](https://img.shields.io/github/license/hyperledger/solang.svg)](LICENSE)
</div>

Expand All @@ -13,6 +13,8 @@ It provides a user-friendly interface with commands for deploying smart contract

Whether you're developing on Solana or Polkadot, `Aqd` simplifies your smart contract interactions.

> :warning: Note: Aqd currently does not support Polkadot smart contract interactions due to dependencies on unreleased cargo-contract / ink! versions. For additional information, refer to issue [#3](https://github.com/hyperledger/solang-aqd/issues/3).

## Usage
### Installation
You can install Aqd using `cargo` :
Expand Down
Loading