Skip to content

Commit 1ea90cf

Browse files
docs(experience): Update Readme, point to new repo locations (#198)
2 parents 2eea7a2 + 1ba214c commit 1ea90cf

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![Coverage Status](https://coveralls.io/repos/github/input-output-hk/atala-prism-wallet-sdk-swift/badge.svg?branch=main)](https://coveralls.io/github/input-output-hk/atala-prism-wallet-sdk-swift?branch=main)
22

3-
# Welcome to Edge agent Swift SDK
3+
# Welcome to Identus Swift SDK
44

55
The following will explain how to use the SDK in your project, how to prepare your development environment if you wish to contribute and some basic considerations around the project.
66

@@ -13,15 +13,15 @@ This SDK provides a library and documentation for developers to build Apple conn
1313
Identus is a self-sovereign identity (SSI) platform and service suite for verifiable data and digital identity. Built on Cardano, it offers the core infrastructure for issuing DIDs (Decentralized identifiers) and verifiable credentials alongside tools and frameworks to help expand your ecosystem.
1414
The complete platform is separated into multiple repositories:
1515

16-
* [edge-agent-sdk-swift](https://github.com/hyperledger/identus-edge-agent-sdk-swift/) - Repo that implements Edge Agent for Apple platforms in Swift.
17-
* [edge-agent-wallet-sdk-ts](https://github.com/hyperledger/identus-edge-agent-sdk-ts/) - Repo that implements Edge Agent for Browser and NodeJS platforms in Typescript.
18-
* [edge-agent-wallet-sdk-kmp](https://github.com/hyperledger/identus-edge-agent-sdk-kmp/) - Repo that implements Edge Agent for Android and JVM platforms in Kotlin Multi-Platform.
19-
* [identus-cloud-agent](https://github.com/hyperledger/identus-cloud-agent/) - Repo that contains the platform Building Blocks.
20-
* [mediator](https://github.com/hyperledger/identus-mediator/) - Repo for DIDComm V2 Mediator
16+
* [sdk-swift](https://github.com/hyperledger-identus/sdk-swift/) - Repo that implements Edge Agent for Apple platforms in Swift.
17+
* [sdk-ts](https://github.com/hyperledger-identus/sdk-ts/) - Repo that implements Edge Agent for Browser and NodeJS platforms in Typescript.
18+
* [sdk-kmp](https://github.com/hyperledger-identus/sdk-kmp/) - Repo that implements Edge Agent for Android and JVM platforms in Kotlin Multi-Platform.
19+
* [cloud-agent](https://github.com/hyperledger-identus/cloud-agent/) - Repo that contains the platform Building Blocks.
20+
* [mediator](https://github.com/hyperledger-identus/mediator/) - Repo for DIDComm V2 Mediator
2121

2222
### Modules / APIs
2323

24-
Edge Agent Swift SDK provides the following building blocks to create, manage and resolve decentralized identifiers; issue, manage and verify verifiable credentials; establish and manage trusted, peer-to-peer connections and interactions between DIDs; and store, manage, and recover verifiable data linked to DIDs.
24+
Identus Swift SDK provides the following building blocks to create, manage and resolve decentralized identifiers; issue, manage and verify verifiable credentials; establish and manage trusted, peer-to-peer connections and interactions between DIDs; and store, manage, and recover verifiable data linked to DIDs.
2525

2626
* __Apollo__: Building block that provides a suite of cryptographic operations.
2727
* __Castor__: Building block that provides a suite of DID operations in a user-controlled manner.
@@ -34,7 +34,7 @@ Edge Agent Swift SDK provides the following building blocks to create, manage an
3434

3535
### Setup
3636

37-
To get started with the Edge Agent Swift SDK, you can set up the SDK and create a new project or integrate the SDK into an existing project. Before you start, make sure you have the following installed on your development machine:
37+
To get started with the Identus Swift SDK, you can set up the SDK and create a new project or integrate the SDK into an existing project. Before you start, make sure you have the following installed on your development machine:
3838

3939
- Xcode 13.4 or later
4040
- MacOS 12 or later
@@ -45,7 +45,7 @@ To get started with the Edge Agent Swift SDK, you can set up the SDK and create
4545
To integrate the SDK into an existing project, you can use the Swift Package Manager, distributed with Xcode.
4646

4747
1. Open your project in Xcode and select **File > Swift Packages > Add Package Dependency**.
48-
2. Enter the URL for the SDK for Swift Package Manager GitHub repo (`https://github.com/hyperledger/identus-edge-agent-sdk-swift/`) into the search bar and click **Next**.
48+
2. Enter the URL for the SDK for Swift Package Manager GitHub repo (`https://github.com/hyperledger-identus/sdk-swift/`) into the search bar and click **Next**.
4949
3. You'll see the repository rules for which version of the SDK you want Swift Package Manager to install. Choose the first rule, **Version**, and select **Up to Next Minor** as it will use the latest compatible version of the dependency that can be detected from the `main` branch, then click **Next**.
5050

5151
### Swift Package Manager

0 commit comments

Comments
 (0)