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

chore: update links and references to Use Ink #1663

Merged
merged 8 commits into from
Nov 6, 2024
Merged
Show file tree
Hide file tree
Changes from 7 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
667 changes: 334 additions & 333 deletions CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion FILE_HEADER
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright {20\d{2}}-{20\d{2}} Use Ink (UK) Ltd.
// Copyright (C) Use Ink (UK) Ltd.
// This file is part of cargo-contract.
//
// cargo-contract is free software: you can redistribute it and/or modify
Expand Down
17 changes: 7 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
<div align="center">
<img src="https://raw.githubusercontent.com/paritytech/cargo-contract/master/.images/cargo-contract.svg" alt="cargo-contract" height="170" />
<img src="https://raw.githubusercontent.com/use-ink/cargo-contract/master/.images/cargo-contract.svg" alt="cargo-contract" height="170" />

[![CI Status][a1]][a2]
[![Latest Release][d1]][d2]
[![stack-exchange][s1]][s2]

[a1]: https://github.com/paritytech/cargo-contract/workflows/ci/badge.svg
[a2]: https://github.com/paritytech/cargo-contract/actions?query=workflow%3Aci+branch%3Amaster
[a1]: https://github.com/use-ink/cargo-contract/workflows/ci/badge.svg
[a2]: https://github.com/use-ink/cargo-contract/actions?query=workflow%3Aci+branch%3Amaster
[d1]: https://img.shields.io/crates/v/cargo-contract.svg
[d2]: https://crates.io/crates/cargo-contract
[s1]: https://img.shields.io/badge/click-white.svg?logo=StackExchange&label=ink!%20Support%20on%20StackExchange&labelColor=white&color=blue
[s2]: https://substrate.stackexchange.com/questions/tagged/ink?tab=Votes

<p align="center">

> <img src="https://raw.githubusercontent.com/paritytech/cargo-contract/master/.images/ink-squid.svg" alt="squink, the ink! mascot" style="vertical-align: middle" align="left" height="60" />`cargo-contract` is a CLI tool which helps you develop smart contracts in Parity's <a href="https://github.com/paritytech/ink">ink!</a>.<br/>ink! is a Rust [eDSL](https://wiki.haskell.org/Embedded_domain_specific_language) which allows you to write smart contracts for blockchains built on the [Substrate](https://github.com/paritytech/substrate) framework.
> <img src="https://raw.githubusercontent.com/use-ink/cargo-contract/master/.images/ink-squid.svg" alt="squink, the ink! mascot" style="vertical-align: middle" align="left" height="60" />`cargo-contract` is a CLI tool which helps you develop smart contracts for Polkadot's <a href="https://github.com/use-ink/ink">ink!</a>.<br/>ink! is a Rust [eDSL](https://wiki.haskell.org/Embedded_domain_specific_language) which allows you to write smart contracts for blockchains built on the [Substrate](https://github.com/paritytech/substrate) framework.

</p>

Expand All @@ -29,7 +29,7 @@
More relevant links:

- Find answers to your questions by joining our [Stack Exchange][s2] community
- [ink!](https://github.com/paritytech/ink) ‒ The main ink! repository with smart contract examples
- [ink!](https://github.com/use-ink/ink) ‒ The main ink! repository with smart contract examples
- [Contracts UI](https://contracts-ui.substrate.io/) ‒ Frontend for contract deployment and interaction
- [Substrate Contracts Node](https://github.com/paritytech/substrate-contracts-node) ‒ Simple Substrate blockchain which includes smart contract functionality

Expand Down Expand Up @@ -59,7 +59,7 @@ You can always update the `cargo-contract` binary to the latest version by runni

### Installation using Docker Image

If you prefer to use Docker instead we have a Docker image
If you prefer to use Docker instead, Parity has a Docker image
[available on the Docker Hub](https://hub.docker.com/r/paritytech/contracts-ci-linux):

```bash
Expand Down Expand Up @@ -108,7 +108,7 @@ e.g. `cargo contract new --help`.
Create an initial smart contract with some scaffolding code into a new
folder `my_contract` .

The contract contains the source code for the [`Flipper`](https://github.com/paritytech/ink-examples/blob/main/flipper/lib.rs)
The contract contains the source code for the [`Flipper`](https://github.com/use-ink/ink-examples/blob/main/flipper/lib.rs)
contract, which is about the simplest "smart" contract you can build ‒ a `bool` which gets flipped
from `true` to `false` through the `flip()` function.

Expand Down Expand Up @@ -193,6 +193,3 @@ In order to publish a new version of `cargo-contract`:
## License

The entire code within this repository is licensed under the [GPLv3](LICENSE).

Please [contact us](https://www.parity.io/contact/) if you have questions about
the licensing of our products.
6 changes: 1 addition & 5 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,4 @@

If you find something that can be treated as a security vulnerability, please do not use the issue tracker or discuss it in the public forum/channels, as it can cause more damage rather than giving real help to the ecosystem.

Security vulnerabilities should be reported using [this contact form](https://security-submission.parity.io/).

If you think that your report might be eligible for the Bug Bounty Program, please mark this during the submission. Please check up-to-date [Parity Bug Bounty Program rules](https://www.parity.io/bug-bounty) for more information about our Bug Bounty Program.

**Warning:** This is an unified `SECURITY.md` file for the Paritytech GitHub Organization. The presence of this file does not mean that this repository is covered by the Bug Bounty program. Please always check the Bug Bounty Program scope for the information.
Security vulnerabilities should be reported using [this contact form](https://blocksurvey.io/ink-security-vulnerability-reporting-QCfzqPF8QMqIrJUEll7yPA?v=o).
6 changes: 3 additions & 3 deletions crates/analyze/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
[package]
name = "contract-analyze"
version = "5.0.0-alpha"
authors = ["Use Ink <ink@r0gue.io>"]
authors = ["Use Ink <ink@use.ink>"]
edition = "2021"

license = "Apache-2.0"
readme = "README.md"
repository = "https://github.com/paritytech/cargo-contract"
repository = "https://github.com/use-ink/cargo-contract"
documentation = "https://docs.rs/contract-analyze"
homepage = "https://www.substrate.io/"
description = "Library determining source language for smart contracts on substrate"
keywords = ["wasm", "parity", "webassembly", "blockchain", "edsl"]
keywords = ["wasm", "ink", "webassembly", "blockchain", "edsl"]
include = ["Cargo.toml", "*.rs", "LICENSE"]

[dependencies]
Expand Down
4 changes: 2 additions & 2 deletions crates/analyze/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

Contains heuristic for determining source language for smart contract.

Currently part of [`cargo-contract`](https://github.com/paritytech/cargo-contract), the build tool for smart
contracts written in [ink!](https://github.com/paritytech/ink).
Currently part of [`cargo-contract`](https://github.com/use-ink/cargo-contract), the build tool for smart
contracts written in [ink!](https://github.com/use-ink/ink).
2 changes: 1 addition & 1 deletion crates/analyze/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2018-2023 Use Ink (UK) Ltd.
// Copyright (C) Use Ink (UK) Ltd.
// This file is part of cargo-contract.
//
// cargo-contract is free software: you can redistribute it and/or modify
Expand Down
6 changes: 3 additions & 3 deletions crates/build/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
[package]
name = "contract-build"
version = "5.0.0-alpha"
authors = ["Use Ink <ink@r0gue.io>"]
authors = ["Use Ink <ink@use.ink>"]
edition = "2021"

license = "Apache-2.0"
readme = "README.md"
repository = "https://github.com/paritytech/cargo-contract"
repository = "https://github.com/use-ink/cargo-contract"
documentation = "https://docs.rs/contract-build"
homepage = "https://www.substrate.io/"
description = "Library for building ink! smart contracts"
keywords = ["wasm", "parity", "webassembly", "blockchain", "edsl"]
keywords = ["wasm", "ink", "webassembly", "blockchain", "edsl"]
include = ["Cargo.toml", "src/**/*.rs", "README.md", "LICENSE", "build.rs", "templates", "riscv_memory_layout.ld"]

[dependencies]
Expand Down
4 changes: 2 additions & 2 deletions crates/build/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# contract-build

A crate for building [`ink!`](https://github.com/paritytech/ink) smart contracts. Used by
[`cargo-contract`](https://github.com/paritytech/cargo-contract).
A crate for building [`ink!`](https://github.com/use-ink/ink) smart contracts. Used by
[`cargo-contract`](https://github.com/use-ink/cargo-contract).

## Usage

Expand Down
2 changes: 1 addition & 1 deletion crates/build/build.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2018-2022 Use Ink (UK) Ltd.
// Copyright (C) Use Ink (UK) Ltd.
// This file is part of cargo-contract.
//
// cargo-contract is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion crates/build/src/args.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2018-2022 Use Ink (UK) Ltd.
// Copyright (C) Use Ink (UK) Ltd.
// This file is part of cargo-contract.
//
// cargo-contract is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion crates/build/src/crate_metadata.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2018-2022 Use Ink (UK) Ltd.
// Copyright (C) Use Ink (UK) Ltd.
// This file is part of cargo-contract.
//
// cargo-contract is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion crates/build/src/docker.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2018-2023 Use Ink (UK) Ltd.
// Copyright (C) Use Ink (UK) Ltd.
// This file is part of cargo-contract.
//
// cargo-contract is free software: you can redistribute it and/or modify
Expand Down
4 changes: 2 additions & 2 deletions crates/build/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2018-2024 Use Ink (UK) Ltd.
// Copyright (C) Use Ink (UK) Ltd.
// This file is part of cargo-contract.
//
// cargo-contract is free software: you can redistribute it and/or modify
Expand Down Expand Up @@ -113,7 +113,7 @@ const VERSION: &str = env!("CARGO_PKG_VERSION");
/// Ensure it is kept up-to-date when updating `cargo-contract`.
pub(crate) mod linting {
/// Toolchain used to build ink_linting:
/// https://github.com/paritytech/ink/blob/master/linting/rust-toolchain.toml
/// https://github.com/use-ink/ink/blob/master/linting/rust-toolchain.toml
pub const TOOLCHAIN_VERSION: &str = "nightly-2024-02-08";
/// Git repository with ink_linting libraries
pub const GIT_URL: &str = "https://github.com/use-ink/ink/";
Expand Down
2 changes: 1 addition & 1 deletion crates/build/src/metadata.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2018-2022 Use Ink (UK) Ltd.
// Copyright (C) Use Ink (UK) Ltd.
// This file is part of cargo-contract.
//
// cargo-contract is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion crates/build/src/new.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2018-2022 Use Ink (UK) Ltd.
// Copyright (C) Use Ink (UK) Ltd.
// This file is part of cargo-contract.
//
// cargo-contract is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion crates/build/src/post_process_wasm.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2018-2024 Use Ink (UK) Ltd.
// Copyright (C) Use Ink (UK) Ltd.
// This file is part of cargo-contract.
//
// cargo-contract is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion crates/build/src/tests.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2018-2022 Use Ink (UK) Ltd.
// Copyright (C) Use Ink (UK) Ltd.
// This file is part of cargo-contract.
//
// cargo-contract is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion crates/build/src/util/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2018-2022 Use Ink (UK) Ltd.
// Copyright (C) Use Ink (UK) Ltd.
// This file is part of cargo-contract.
//
// cargo-contract is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion crates/build/src/util/tests.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2018-2022 Use Ink (UK) Ltd.
// Copyright (C) Use Ink (UK) Ltd.
// This file is part of cargo-contract.
//
// cargo-contract is free software: you can redistribute it and/or modify
Expand Down
4 changes: 2 additions & 2 deletions crates/build/src/validate_wasm.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2018-2022 Use Ink (UK) Ltd.
// Copyright (C) Use Ink (UK) Ltd.
// This file is part of cargo-contract.
//
// cargo-contract is free software: you can redistribute it and/or modify
Expand Down Expand Up @@ -37,7 +37,7 @@ const INK_ENFORCE_ERR: &str = "__ink_enforce_error_";
/// # Important Note
///
/// This is a copy of the equivalent type in ink!, which currently resides
/// [here](https://github.com/paritytech/ink/blob/master/crates/lang/codegen/src/generator/cross_calling.rs).
/// [here](https://github.com/use-ink/ink/blob/master/crates/lang/codegen/src/generator/cross_calling.rs).
/// This type must be compatible with the ink! version in order to decode
/// the error encoded in the marker.
#[derive(scale::Encode, scale::Decode)]
Expand Down
2 changes: 1 addition & 1 deletion crates/build/src/wasm_opt.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2018-2022 Use Ink (UK) Ltd.
// Copyright (C) Use Ink (UK) Ltd.
// This file is part of cargo-contract.
//
// cargo-contract is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion crates/build/src/workspace/manifest.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2018-2022 Use Ink (UK) Ltd.
// Copyright (C) Use Ink (UK) Ltd.
// This file is part of cargo-contract.
//
// cargo-contract is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion crates/build/src/workspace/metadata.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2018-2022 Use Ink (UK) Ltd.
// Copyright (C) Use Ink (UK) Ltd.
// This file is part of cargo-contract.
//
// cargo-contract is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion crates/build/src/workspace/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2018-2022 Use Ink (UK) Ltd.
// Copyright (C) Use Ink (UK) Ltd.
// This file is part of cargo-contract.
//
// cargo-contract is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion crates/build/src/workspace/profile.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2018-2022 Use Ink (UK) Ltd.
// Copyright (C) Use Ink (UK) Ltd.
// This file is part of cargo-contract.
//
// cargo-contract is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion crates/build/templates/generate-metadata/_Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "metadata-gen"
version = "0.1.0"
authors = ["Use Ink <ink@r0gue.io>"]
authors = ["Use Ink <ink@use.ink>"]
edition = "2021"
publish = false

Expand Down
8 changes: 4 additions & 4 deletions crates/cargo-contract/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
[package]
name = "cargo-contract"
version = "5.0.0-alpha"
authors = ["Use Ink <ink@r0gue.io>"]
authors = ["Use Ink <ink@use.ink>"]
build = "build.rs"
edition = "2021"

license = "GPL-3.0"
readme = "README.md"
repository = "https://github.com/paritytech/cargo-contract"
repository = "https://github.com/use-ink/cargo-contract"
documentation = "https://docs.substrate.io/tutorials/v3/ink-workshop/pt1/"
homepage = "https://www.parity.io/"
homepage = "https://use.ink"
description = "Setup and deployment tool for developing Wasm based smart contracts via ink!"
keywords = ["wasm", "parity", "webassembly", "blockchain", "edsl"]
keywords = ["wasm", "ink", "webassembly", "blockchain", "edsl"]
categories = ["command-line-utilities", "development-tools::build-utils", "development-tools::cargo-plugins"]
include = [
"Cargo.toml", "src/**/*.rs", "README.md", "LICENSE", "build.rs",
Expand Down
2 changes: 1 addition & 1 deletion crates/cargo-contract/build.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2018-2022 Use Ink (UK) Ltd.
// Copyright (C) Use Ink (UK) Ltd.
// This file is part of cargo-contract.
//
// cargo-contract is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion crates/cargo-contract/src/cmd/build.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2018-2022 Use Ink (UK) Ltd.
// Copyright (C) Use Ink (UK) Ltd.
// This file is part of cargo-contract.
//
// cargo-contract is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion crates/cargo-contract/src/cmd/call.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2018-2023 Use Ink (UK) Ltd.
// Copyright (C) Use Ink (UK) Ltd.
// This file is part of cargo-contract.
//
// cargo-contract is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion crates/cargo-contract/src/cmd/decode.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2018-2020 Use Ink (UK) Ltd.
// Copyright (C) Use Ink (UK) Ltd.
// This file is part of cargo-contract.
//
// cargo-contract is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion crates/cargo-contract/src/cmd/encode.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2018-2023 Use Ink (UK) Ltd.
// Copyright (C) Use Ink (UK) Ltd.
// This file is part of cargo-contract.
//
// cargo-contract is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion crates/cargo-contract/src/cmd/info.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2018-2023 Use Ink (UK) Ltd.
// Copyright (C) Use Ink (UK) Ltd.
// This file is part of cargo-contract.
//
// cargo-contract is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion crates/cargo-contract/src/cmd/instantiate.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2018-2023 Use Ink (UK) Ltd.
// Copyright (C) Use Ink (UK) Ltd.
// This file is part of cargo-contract.
//
// cargo-contract is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion crates/cargo-contract/src/cmd/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2018-2023 Use Ink (UK) Ltd.
// Copyright (C) Use Ink (UK) Ltd.
// This file is part of cargo-contract.
//
// cargo-contract is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion crates/cargo-contract/src/cmd/remove.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2018-2023 Use Ink (UK) Ltd.
// Copyright (C) Use Ink (UK) Ltd.
// This file is part of cargo-contract.
//
// cargo-contract is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion crates/cargo-contract/src/cmd/storage.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2018-2023 Use Ink (UK) Ltd.
// Copyright (C) Use Ink (UK) Ltd.
// This file is part of cargo-contract.
//
// cargo-contract is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion crates/cargo-contract/src/cmd/upload.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2018-2023 Use Ink (UK) Ltd.
// Copyright (C) Use Ink (UK) Ltd.
// This file is part of cargo-contract.
//
// cargo-contract is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion crates/cargo-contract/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2018-2022 Use Ink (UK) Ltd.
// Copyright (C) Use Ink (UK) Ltd.
// This file is part of cargo-contract.
//
// cargo-contract is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion crates/cargo-contract/tests/decode.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2018-2020 Use Ink (UK) Ltd.
// Copyright (C) Use Ink (UK) Ltd.
// This file is part of cargo-contract.
//
// cargo-contract is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion crates/cargo-contract/tests/encode.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2018-2020 Use Ink (UK) Ltd.
// Copyright (C) Use Ink (UK) Ltd.
// This file is part of cargo-contract.
//
// cargo-contract is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion crates/cargo-contract/tests/verify.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2018-2020 Use Ink (UK) Ltd.
// Copyright (C) Use Ink (UK) Ltd.
// This file is part of cargo-contract.
//
// cargo-contract is free software: you can redistribute it and/or modify
Expand Down
Loading
Loading