You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 29, 2024. It is now read-only.
The Indy SDK has been deprecated in favor of the Indy and Aries shared libraries. Please use the following libraries and projects to replace your use of the Indy SDK.
A secure (encrypted at rest) storage and a key management service suitable for use with [Hyperledger Aries] agents and possibly other digital trust agents. Askar is a replacement implementation (with lessons learned!) of the [indy-wallet] part of the [Hyperledger Indy SDK]. Askar has been demonstrated to be more performant and stable than the Indy SDK when under comparable load.
Rust library and reference implementation of the [Anoncreds V1.0 specification](https://hyperledger.github.io/anoncreds-spec/). Supporting ledger agnostic anoncreds.
This is the official SDK for [Hyperledger Indy](https://www.hyperledger.org/projects),
4
25
which provides a distributed-ledger-based foundation for [self-sovereign identity](https://sovrin.org). Indy provides a software ecosystem for private, secure, and powerful identity, and the Indy SDK enables clients for it.
5
26
The major artifact of the SDK is a C-callable
@@ -83,12 +104,12 @@ These wrappers are currently in **experimental** state and it is not part of off
83
104
##### Example use
84
105
- For the main workflow example check [VCX Python demo](https://github.com/hyperledger/indy-sdk/tree/master/vcx/wrappers/python3/demo).
85
106
- Another libvcx example is available as [VCX NodeJS demo](https://github.com/hyperledger/indy-sdk/tree/master/vcx/wrappers/node#run-demo).
86
-
- For mobile see [iOS Demo project](https://github.com/sktston/vcx-demo-ios)
107
+
- For mobile see [iOS Demo project](https://github.com/sktston/vcx-demo-ios)
which enables asynchronous communication between 2 parties.
112
+
which enables asynchronous communication between 2 parties.
92
113
-[Dummy Cloud Agent](/vcx/dummy-cloud-agent/README.md) is simple implementation of VCX compatible Cloud Agent.
93
114
The main purpose of this implementation is VCX testing, demos and documentation of VCX protocol.
94
115
-[NodeVCXAgency](https://github.com/AbsaOSS/vcxagencynode) is alternative implementation in NodeJS.
@@ -192,7 +213,7 @@ that may be need for your applications.
192
213
193
214
{library} must be replaced with libindy, libnullpay or libvcx.
194
215
195
-
[How to use instructions.](https://github.com/hyperledger/indy-sdk/blob/master/docs/build-guides/android-build.md#usage)
216
+
[How to use instructions.](https://github.com/hyperledger/indy-sdk/blob/master/docs/build-guides/android-build.md#usage)
196
217
197
218
{release channel} must be replaced with rc or stable to define corresponded release channel.
198
219
See section "Release channels" for more details.
@@ -226,15 +247,15 @@ See section "Release channels" for more details.
226
247
*`lib` - contains library binaries (static and dynamic).
227
248
*`library.a`
228
249
*`library.dylib`
229
-
250
+
230
251
5. Install dependent libraries: libsodium, zeromq, openssl. The dependent libraries should match the version with what you can find from ``otool -L libindy.dylib``.
231
252
232
-
You need add the path to lib folder to LIBRARY_PATH environment variable.
233
-
253
+
You need add the path to lib folder to LIBRARY_PATH environment variable.
254
+
234
255
{library} must be replaced with libindy, libnullpay, libvcx or indy-cli to define corresponded library.
235
256
236
257
{release channel} must be replaced with master, rc or stable to define corresponded release channel.
237
-
258
+
238
259
## How to build Indy SDK from source
239
260
240
261
*[Ubuntu based distributions (Ubuntu 16.04)](docs/build-guides/ubuntu-build.md)
@@ -322,7 +343,7 @@ Docker machine needs to be rebooted after these changes.
322
343
323
344
## Wrappers documentation
324
345
325
-
The following [wrappers](docs/architecture/language-bindings.md) are tested and complete.
346
+
The following [wrappers](docs/architecture/language-bindings.md) are tested and complete.
326
347
327
348
There is also active work on a wrapper for Go; visit
328
349
[#indy-sdk on Rocket.Chat](https://chat.hyperledger.org/channel/indy-sdk) for
@@ -333,7 +354,7 @@ details.
333
354
334
355
## How to migrate
335
356
The documents that provide necessary information for Libindy migrations.
0 commit comments