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
* hyperledger and vcx renaming, remove coc, maintainers
Signed-off-by: George Mulhearn <gmulhearn@anonyome.com>
* add authors
Signed-off-by: George Mulhearn <gmulhearn@anonyome.com>
* trigger CI
Signed-off-by: George Mulhearn <gmulhearn@anonyome.com>
* trigger CI
Signed-off-by: George Mulhearn <gmulhearn@anonyome.com>
---------
Signed-off-by: George Mulhearn <gmulhearn@anonyome.com>
Co-authored-by: George Mulhearn <gmulhearn@anonyome.com>
[](https://chat.hyperledger.org/channel/aries)
5
+
[](https://discord.com/channels/1022962884864643214/1344319756324311123)
6
6
7
7
The repository contains Rust crates to build
8
8
9
-
-[Aries](https://github.com/hyperledger/aries-rfcs/) based applications (mobile, server, anything, ...),
9
+
-[Aries](https://github.com/decentralized-identity/aries-rfcs) based applications (mobile, server, anything, ...),
10
10
-[DIDComm](https://didcomm.org/) related components.
11
11
12
12
## Aries implementation
@@ -18,13 +18,13 @@ The repository contains Rust crates to build
18
18
-[`aries_vcx_wallet`](aries/aries_vcx_wallet) - Interfaces for interaction with wallets.
19
19
-[`agents`](aries/agents) - Aries agents built on top of `aries_vcx`.
20
20
21
-
## Did document implementation
21
+
## DID Core implementation
22
22
23
23
-[`did_doc`](did_core/did_doc) - Building and parsing [DID Documents](https://w3c.github.io/did-core/)
24
+
-[`did_parser`](did_core/did_parser_nom) - Building and parsing [DIDs](https://w3c.github.io/did-core/)
24
25
25
-
## Did methods implementation
26
+
## DID Method implementations
26
27
27
-
-[`did_parser`](did_core/did_parser_nom) - Building and parsing [DIDs](https://w3c.github.io/did-core/)
@@ -38,21 +38,21 @@ Do you have a question ❓Are you considering using our components? 🚀 We'll b
38
38
39
39
There's 2 best way to reach us:
40
40
41
-
- Leave us message on `aries-vcx`[discord](https://discord.com/channels/905194001349627914/955480822675308604) channel.
42
-
- Join our Zoom community calls. Biweekly Tuesdays @ 11:00 pm UTC via Zoom, find more details on [wiki](https://wiki.hyperledger.org/display/ARIES/Community+calls)
41
+
- Leave us message on `vcx`[discord](https://discord.com/channels/1022962884864643214/1344319756324311123) channel.
42
+
- Join our Zoom community calls. Biweekly Tuesdays @ 11:00 pm UTC via Zoom, find more details on [wiki](https://lf-openwallet-foundation.atlassian.net/wiki/spaces/VCX1/pages/119767052/VCX+Community+Calls)
43
43
44
44
## Versioning & releases
45
45
46
46
- Crates are not yet published on crates.io. You can consume crates as github-type Cargo dependency.
47
47
- All releases have currently major version `0`
48
48
- We bump minor version on releases containing new features, significant refactors or breaking changes.
49
49
- We bump patch version if release only contains fixes or smaller refactoring.
50
-
- See [releases](https://github.com/hyperledger/aries-vcx/releases) page.
50
+
- See [releases](https://github.com/openwallet-foundation/vcx/releases) page.
51
51
- MSRV 1.81 - Crates are known to be stable with atleast Rust version 1.81
52
52
53
53
# Contributions
54
54
55
-
Contributions are very welcome! If you have questions or issues, please let us know on [Discord](https://chat.hyperledger.org/channel/aries) or at our [bi-weekly community call](https://wiki.hyperledger.org/display/ARIES/Community+calls).
55
+
Contributions are very welcome! If you have questions or issues, please let us know on [Discord](https://discord.com/channels/1022962884864643214/1344319756324311123) or at our [bi-weekly community call](https://lf-openwallet-foundation.atlassian.net/wiki/spaces/VCX1/pages/119767052/VCX+Community+Calls).
Copy file name to clipboardExpand all lines: aries/agents/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,6 @@
2
2
3
3
This directory contains some of Rust agents built on top of the `aries_vcx` crate:
4
4
5
-
-[`aries-vcx-agent`](./aries-vcx-agent) - aries agent library used to build our cross-framework testing [backchannel](https://github.com/hyperledger/aries-agent-test-harness/tree/main/aries-backchannels/aries-vcx). Not intended for production use. A new Aries VCX Framework is in development to provide simple, easy to use, and production ready functions for use.
5
+
-[`aries-vcx-agent`](./aries-vcx-agent) - aries agent library used to build our cross-framework testing [backchannel](https://github.com/openwallet-foundation/owl-agent-test-harness/tree/main/aries-backchannels/aries-vcx). Not intended for production use. A new VCX Framework is in development to provide simple, easy to use, and production ready functions for use.
6
6
-[`mediator`](./mediator) - didcomm mediator service
7
7
-[`mobile-demo`](./mobile_demo) - android mobile app demo created using UniFFI bindings for aries-vcx library
Copy file name to clipboardExpand all lines: aries/agents/aath-backchannel/readme.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
# Aries VCX Backchannel for Aries Agent Test Harness
2
2
This crate contains a Rust server implementing an "Aries Agent Test Harness Backchannel", using [aries-vcx](../../aries_vcx/README.md) as the core implementation.
3
-
The implementation is an actix server, with HTTP APIs compliant with the [AATH backchannel](https://github.com/hyperledger/aries-agent-test-harness).
3
+
The implementation is an actix server, with HTTP APIs compliant with the [AATH backchannel](https://github.com/openwallet-foundation/owl-agent-test-harness).
4
4
5
5
This directory also contains a [dockerfile](Dockerfile.aries-vcx), which when ran as a container, will run the server on port 9020, compatible with integration
6
-
into the AATH setup. Aries-VCX CI also builds and publishes this image, where it is then [consumed in the AATH](https://github.com/hyperledger/aries-agent-test-harness/tree/main/aries-backchannels/aries-vcx).
6
+
into the AATH setup. Aries-VCX CI also builds and publishes this image, where it is then [consumed in the AATH](https://github.com/openwallet-foundation/owl-agent-test-harness/tree/main/aries-backchannels/aries-vcx).
7
7
8
8
The AATH scripts will spin up multiple of these backchannel simulatenously using the images, and test them against one another; (vcx<->vcx, vcx<->acapy, etc).
9
9
@@ -15,7 +15,7 @@ For sake of better DX, the following steps can be used as a starting point for p
15
15
A general rule of thumb, is to make sure the AATH backchannel works against itself before testing against other agents (e.g. acapy).
16
16
17
17
Use the following to run 2 VCX AATH instances and test them with specific test suites in the AATH:
18
-
1. clone the [AATH repo](https://github.com/hyperledger/aries-agent-test-harness/tree/main)
18
+
1. clone the [AATH repo](https://github.com/openwallet-foundation/owl-agent-test-harness/tree/main)
19
19
2. in the root of the AATH repo, start the standard AATH services (ledger, DID resolver, tails server): `./manage start`. If this fails due to von service, you may have to build von seperately first: `./manage service build von-network`
20
20
3. from within this directory (aries/agent/aath-backchannel), run the server twice, on port 9020 and 9030, with config to use the AATH components (in two different terminals, leave them running):
21
21
1.`LEDGER_URL=http://localhost:9000 GENESIS_FILE=resource/indypool.txn cargo run -- -p 9020`,
@@ -24,11 +24,11 @@ Use the following to run 2 VCX AATH instances and test them with specific test s
6. run specific tests between the two agents, using the `behave` CLI with it's tagging system. e.g. `behave -D Faber=http://0.0.0.0:9020 -D Acme=http://0.0.0.0:9020 -D Bob=http://0.0.0.0:9030 -t @T001-RFC0160` to run the first RFC0160 (connection) test. Check behave docs for more details.
26
26
1. e.g. run a test with ledger operations: `behave -D Faber=http://0.0.0.0:9020 -D Acme=http://0.0.0.0:9020 -D Bob=http://0.0.0.0:9030 -t @T001-RFC0036`
27
-
2. e.g. to simulate the ariesvcx-ariesvcx "runset" defined in the aath test suite `behave -D Faber=http://0.0.0.0:9020 -D Acme=http://0.0.0.0:9020 -D Bob=http://0.0.0.0:9030 -t @RFC0036,@RFC0037,@RFC0160,@RFC0023,@RFC0793 -t ~@wip -t ~@RFC0434 -t ~@RFC0453 -t ~@RFC0211 -t ~@DIDExchangeConnection -t ~@Transport_Ws`. See the `TEST_SCOPE` of [test-harness-ariesvcx-ariesvcx.yml](https://github.com/hyperledger/aries-agent-test-harness/blob/main/.github/workflows/test-harness-ariesvcx-ariesvcx.yml) for the latest.
27
+
2. e.g. to simulate the ariesvcx-ariesvcx "runset" defined in the aath test suite `behave -D Faber=http://0.0.0.0:9020 -D Acme=http://0.0.0.0:9020 -D Bob=http://0.0.0.0:9030 -t @RFC0036,@RFC0037,@RFC0160,@RFC0023,@RFC0793 -t ~@wip -t ~@RFC0434 -t ~@RFC0453 -t ~@RFC0211 -t ~@DIDExchangeConnection -t ~@Transport_Ws`. See the `TEST_SCOPE` of [test-harness-ariesvcx-ariesvcx.yml](https://github.com/openwallet-foundation/owl-agent-test-harness/blob/main/.github/workflows/test-harness-ariesvcx-ariesvcx.yml) for the latest.
28
28
29
29
## VCX AATH to ACAPy AATH Testing
30
30
To test the a VCX AATH instance against another agent, such as ACApy, the following modified steps can be followed:
31
-
1. clone the [AATH repo](https://github.com/hyperledger/aries-agent-test-harness/tree/main)
31
+
1. clone the [AATH repo](https://github.com/openwallet-foundation/owl-agent-test-harness/tree/main)
32
32
2. in the root of the AATH repo, start the standard AATH services (ledger, DID resolver, tails server) AND an ACApy agent on port 9030 (Bob agent): `AGENT_PUBLIC_ENDPOINT=http://localhost:9032 ./manage start -b acapy-main`. If this fails, you may have to build acapy-main seperately first `./manage build -a acapy-main`
33
33
3. from within this directory (aries/agent/aath-backchannel), run the server on port 9020, with config to use the AATH components:
34
34
1.`DOCKERHOST=host.docker.internal LEDGER_URL=http://localhost:9000 GENESIS_FILE=resource/indypool.txn cargo run -- -p 9020`
0 commit comments