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 refs #69

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ jobs:
uses: baptiste0928/cargo-install@21a18ba3bf4a184d1804e8b759930d3471b1c941 # v2.2.0
with:
crate: cargo-contract
git: https://github.com/paritytech/cargo-contract.git
git: https://github.com/use-ink/cargo-contract.git
cache-key: ${{ matrix.platform }}

- name: Install cargo-dylint
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ Have a look at the different examples to better understand how to use ink! to bu

### Can I add a new example here?

Please don't add them here, but create a Pull Request to the `integration-tests/public` folder in [the ink! repository](https://github.com/paritytech/ink) instead.
Please don't add them here, but create a Pull Request to the `integration-tests/public` folder in [the ink! repository](https://github.com/use-ink/ink) instead.
The content of that folder is synchronized with this repository on new releases.

## Preparation

For building the example smart contracts found in this folder you will need to have [`cargo-contract`](https://github.com/paritytech/cargo-contract) installed.
For building the example smart contracts found in this folder you will need to have [`cargo-contract`](https://github.com/use-ink/cargo-contract) installed.

```sh
cargo install cargo-contract --force
Expand Down
2 changes: 1 addition & 1 deletion basic-contract-caller/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "basic-contract-caller"
version = "5.0.0"
authors = ["Parity Technologies <[email protected]>"]
authors = ["Use Ink <[email protected]>"]
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion basic-contract-caller/frontend/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function App() {
return (
<InkLayout
className='md:py-12 md:p-6 p-4 h-screen flex items-center justify-center'
animationSrc='https://raw.githubusercontent.com/paritytech/ink-workshop/d819d10a35b2ac3d2bff4f77a96701a527b3ad3a/frontend/public/dark-sea-creatures.json'
animationSrc='https://raw.githubusercontent.com/use-ink/ink-workshop/d819d10a35b2ac3d2bff4f77a96701a527b3ad3a/frontend/public/dark-sea-creatures.json'
>
<div className='flex flex-col justify-center items-center gap-3 h-full'>
<Card className='p-6 flex flex-col w-full max-w-md backdrop-blur-sm bg-opacity-70'>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"name": "basic_contract_caller",
"version": "4.2.0",
"authors": [
"Parity Technologies <[email protected]>"
"Use Ink <[email protected]>"
]
},
"spec": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"name": "other_contract",
"version": "4.2.0",
"authors": [
"Parity Technologies <[email protected]>"
"Use Ink <[email protected]>"
]
},
"spec": {
Expand Down
2 changes: 1 addition & 1 deletion basic-contract-caller/other-contract/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "other-contract"
version = "5.0.0"
authors = ["Parity Technologies <[email protected]>"]
authors = ["Use Ink <[email protected]>"]
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion call-runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "call-runtime"
version = "5.0.0"
authors = ["Parity Technologies <[email protected]>"]
authors = ["Use Ink <[email protected]>"]
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion combined-extension/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "combined_extension"
version = "5.0.0"
authors = ["Parity Technologies <[email protected]>"]
authors = ["Use Ink <[email protected]>"]
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion conditional-compilation/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "conditional-compilation"
version = "5.0.0"
authors = ["Parity Technologies <[email protected]>"]
authors = ["Use Ink <[email protected]>"]
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion contract-storage/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "contract-storage"
version = "5.0.0"
authors = ["Parity Technologies <[email protected]>"]
authors = ["Use Ink <[email protected]>"]
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion contract-terminate/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "contract_terminate"
version = "5.0.0"
authors = ["Parity Technologies <[email protected]>"]
authors = ["Use Ink <[email protected]>"]
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion contract-terminate/frontend/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function App() {
return (
<InkLayout
className='md:py-12 md:p-6 p-4 h-screen flex items-center justify-center'
animationSrc='https://raw.githubusercontent.com/paritytech/ink-workshop/d819d10a35b2ac3d2bff4f77a96701a527b3ad3a/frontend/public/dark-sea-creatures.json'
animationSrc='https://raw.githubusercontent.com/use-ink/ink-workshop/d819d10a35b2ac3d2bff4f77a96701a527b3ad3a/frontend/public/dark-sea-creatures.json'
>
<Card className='mx-auto p-6 flex flex-col w-full max-w-xl backdrop-blur-sm bg-opacity-70'>
<h1 className='text-2xl font-bold'>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"name": "contract_terminate",
"version": "4.2.0",
"authors": [
"Parity Technologies <[email protected]>"
"Use Ink <[email protected]>"
]
},
"spec": {
Expand Down
2 changes: 1 addition & 1 deletion contract-transfer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "contract_transfer"
version = "5.0.0"
authors = ["Parity Technologies <[email protected]>"]
authors = ["Use Ink <[email protected]>"]
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion contract-transfer/frontend/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function App() {
return (
<InkLayout
className='md:py-12 md:p-6 p-4 h-screen flex items-center justify-center'
animationSrc='https://raw.githubusercontent.com/paritytech/ink-workshop/d819d10a35b2ac3d2bff4f77a96701a527b3ad3a/frontend/public/dark-sea-creatures.json'
animationSrc='https://raw.githubusercontent.com/use-ink/ink-workshop/d819d10a35b2ac3d2bff4f77a96701a527b3ad3a/frontend/public/dark-sea-creatures.json'
>
<div className='flex flex-col justify-center items-center h-full'>
<Card className='mx-auto p-6 flex flex-col w-full max-w-md backdrop-blur-sm bg-opacity-70'>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"name": "contract_transfer",
"version": "4.2.0",
"authors": [
"Parity Technologies <[email protected]>"
"Use Ink <[email protected]>"
]
},
"spec": {
Expand Down
2 changes: 1 addition & 1 deletion cross-contract-calls/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "cross-contract-calls"
version = "5.0.0"
authors = ["Parity Technologies <[email protected]>"]
authors = ["Use Ink <[email protected]>"]
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion cross-contract-calls/other-contract/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "other-contract"
version = "5.0.0"
authors = ["Parity Technologies <[email protected]>"]
authors = ["Use Ink <[email protected]>"]
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion custom-allocator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "custom-allocator"
version = "5.0.0"
authors = ["Parity Technologies <[email protected]>"]
authors = ["Use Ink <[email protected]>"]
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion custom-environment/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "custom-environment"
version = "5.0.0"
authors = ["Parity Technologies <[email protected]>"]
authors = ["Use Ink <[email protected]>"]
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion dns/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "dns"
version = "5.0.0"
authors = ["Parity Technologies <[email protected]>"]
authors = ["Use Ink <[email protected]>"]
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion dns/frontend/src/dns.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"name": "dns",
"version": "4.3.0",
"authors": [
"Parity Technologies <[email protected]>"
"Use Ink <[email protected]>"
]
},
"spec": {
Expand Down
2 changes: 1 addition & 1 deletion e2e-call-runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "e2e_call_runtime"
version = "5.0.0"
authors = ["Parity Technologies <[email protected]>"]
authors = ["Use Ink <[email protected]>"]
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion e2e-runtime-only-backend/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "e2e-runtime-only-backend"
version = "5.0.0"
authors = ["Parity Technologies <[email protected]>"]
authors = ["Use Ink <[email protected]>"]
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion erc1155/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "erc1155"
version = "5.0.0"
authors = ["Parity Technologies <[email protected]>"]
authors = ["Use Ink <[email protected]>"]
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion erc20/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "erc20"
version = "5.0.0"
authors = ["Parity Technologies <[email protected]>"]
authors = ["Use Ink <[email protected]>"]
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion erc20/frontend/assets/erc20.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"name": "erc20",
"version": "4.2.0",
"authors": [
"Parity Technologies <[email protected]>"
"Use Ink <[email protected]>"
]
},
"spec": {
Expand Down
2 changes: 1 addition & 1 deletion erc20/frontend/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function App() {
return (
<InkLayout
className='md:py-12 md:p-6 p-4 h-screen flex items-center justify-center'
animationSrc='https://raw.githubusercontent.com/paritytech/ink-workshop/d819d10a35b2ac3d2bff4f77a96701a527b3ad3a/frontend/public/dark-sea-creatures.json'
animationSrc='https://raw.githubusercontent.com/use-ink/ink-workshop/d819d10a35b2ac3d2bff4f77a96701a527b3ad3a/frontend/public/dark-sea-creatures.json'
>
<DeployerProvider
{...{
Expand Down
2 changes: 1 addition & 1 deletion erc721/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "erc721"
version = "5.0.0"
authors = ["Parity Technologies <[email protected]>"]
authors = ["Use Ink <[email protected]>"]
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion erc721/frontend/assets/erc721.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"name": "erc721",
"version": "4.2.0",
"authors": [
"Parity Technologies <[email protected]>"
"Use Ink <[email protected]>"
]
},
"spec": {
Expand Down
2 changes: 1 addition & 1 deletion erc721/frontend/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function App() {
return (
<InkLayout
className='md:py-12 md:p-6 p-4 h-screen flex items-center justify-center'
animationSrc='https://raw.githubusercontent.com/paritytech/ink-workshop/d819d10a35b2ac3d2bff4f77a96701a527b3ad3a/frontend/public/dark-sea-creatures.json'
animationSrc='https://raw.githubusercontent.com/use-ink/ink-workshop/d819d10a35b2ac3d2bff4f77a96701a527b3ad3a/frontend/public/dark-sea-creatures.json'
>
<DeployerProvider
{...{
Expand Down
2 changes: 1 addition & 1 deletion events/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "events"
version = "5.0.0"
authors = ["Parity Technologies <[email protected]>"]
authors = ["Use Ink <[email protected]>"]
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion flipper/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "flipper"
version = "5.0.0"
authors = ["Parity Technologies <[email protected]>"]
authors = ["Use Ink <[email protected]>"]
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion flipper/frontend/src/flipper.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"name": "flipper",
"version": "4.2.0",
"authors": [
"Parity Technologies <[email protected]>"
"Use Ink <[email protected]>"
]
},
"spec": {
Expand Down
2 changes: 1 addition & 1 deletion incrementer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "incrementer"
version = "5.0.0"
authors = ["Parity Technologies <[email protected]>"]
authors = ["Use Ink <[email protected]>"]
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion incrementer/frontend/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function App() {
return (
<InkLayout
className='md:py-12 md:p-6 p-4 h-screen flex items-center justify-center'
animationSrc='https://raw.githubusercontent.com/paritytech/ink-workshop/d819d10a35b2ac3d2bff4f77a96701a527b3ad3a/frontend/public/dark-sea-creatures.json'
animationSrc='https://raw.githubusercontent.com/use-ink/ink-workshop/d819d10a35b2ac3d2bff4f77a96701a527b3ad3a/frontend/public/dark-sea-creatures.json'
>
<Card className='mx-auto p-6 flex flex-col w-full max-w-md backdrop-blur-sm bg-opacity-70'>
<h1 className='text-2xl font-bold'>
Expand Down
2 changes: 1 addition & 1 deletion incrementer/frontend/src/assets/incrementer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"name": "incrementer",
"version": "4.2.0",
"authors": [
"Parity Technologies <[email protected]>"
"Use Ink <[email protected]>"
]
},
"spec": {
Expand Down
2 changes: 1 addition & 1 deletion lazyvec/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "lazyvec-integration-tests"
version = "5.0.0"
authors = ["Parity Technologies <[email protected]>"]
authors = ["Use Ink <[email protected]>"]
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion mapping/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "mapping-integration-tests"
version = "5.0.0"
authors = ["Parity Technologies <[email protected]>"]
authors = ["Use Ink <[email protected]>"]
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion multi-contract-caller/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "multi-contract-caller"
version = "5.0.0"
authors = ["Parity Technologies <[email protected]>"]
authors = ["Use Ink <[email protected]>"]
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion multi-contract-caller/accumulator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "accumulator"
version = "5.0.0"
authors = ["Parity Technologies <[email protected]>"]
authors = ["Use Ink <[email protected]>"]
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion multi-contract-caller/adder/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "adder"
version = "5.0.0"
authors = ["Parity Technologies <[email protected]>"]
authors = ["Use Ink <[email protected]>"]
edition = "2021"

[dependencies]
Expand Down
Loading
Loading