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
Copy file name to clipboardExpand all lines: .github/workflows/stale.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ jobs:
9
9
stale:
10
10
runs-on: ubuntu-22.04
11
11
steps:
12
-
- uses: actions/stale@v8
12
+
- uses: actions/stale@v9
13
13
with:
14
14
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.'
15
15
stale-pr-message: 'This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days.'
-[Engage with the community](#engage-with-the-community)
18
18
19
19
20
+
## What is Traction?
20
21
21
-
## What is Traction?
22
+
Traction is a digital wallet solution comprised of plugins layered on top of Hyperledger Aries Cloud Agent Python (ACA-Py) and streamlines the process of sending and receiving digital credentials for governments and organizations.
22
23
23
-
Traction is a digital wallet solution comprised of plugins layered on top of Hyperledger Aries Cloud Agent Python (ACA-Py) and streamlines the process of sending and receiving digital credentials for governments and organizations.
24
-
25
-
Its open-source foundation makes it easy to integrate digital trust technology into existing lines of business applications, without having to stand up, maintain and manage an instance of ACA-Py themselves. Future functionality could include machine-readable governance and more.
24
+
Its open-source foundation makes it easy to integrate digital trust technology into existing lines of business applications, without having to stand up, maintain and manage an instance of ACA-Py themselves. Future functionality could include machine-readable governance and more.
Establish your own Traction tenant in a B.C. Government sandbox to issue, hold, present, and verify digital credentials using these [setup instructions](./docs/traction-anoncreds-workshop.md).
30
+
Establish your own Traction tenant in a B.C. Government sandbox to issue, hold, present, and verify digital credentials using these [setup instructions](./docs/traction-anoncreds-workshop.md).
31
+
32
+
**Disclaimer**: On the 1st and 15th of each month, the entire sandbox gets reset and all your work will be gone.
32
33
33
-
**Disclaimer**: On the 1st and 15th of each month, the entire sandbox gets reset and all your work will be gone.
34
+
## Start using Traction
34
35
35
-
## Start using Traction
36
+
**Running Traction**: to run a local instance of traction, see the documentation in [scripts](./scripts/README.md).
36
37
37
-
**Running Traction**: to run a local instance of traction, see the documentation in [scripts](./scripts/README.md).
38
+
**Deploying Traction**: Helm charts for deploying Traction to Kubernetes: [charts](./charts/README.md).
38
39
39
-
**Deploying Traction**: Helm charts for deploying Traction to Kubernetes: [charts](./charts/README.md).
40
40
41
+
## What are the benefits of using Traction?
41
42
42
-
## What are the benefits of using Traction?
43
+
Traction makes it easier to integrate digital trust technology into existing line of business applications.
43
44
44
-
Traction makes it easier to integrate digital trust technology into existing line of business applications.
45
+
-**API-first Architecture**: Traction is designed with an API-first architecture, this RESTful API allows for integration into existing line-of-business applications already being used by organizations, the Tenant user interface is built on this API to enable adoption prior to integration and for low-use functions.
46
+
-**Enhanced Interoperability**: Hyperledger Aries makes Traction more broadly compatible with existing technologies used by governments and organizations around the world.
47
+
-**Multi-tenancy**: Rather than having multiple digital tools to integrate with organizations, one scalable instance of Traction can be used to participate in the digital trust ecosystem, control all connections, and more easily share data.
48
+
-**Higher Scalability**: Traction is open-source technology, encouraging collaborative refinement, faster release, and higher scalability.
45
49
46
-
-**API-first Architecture**: Traction is designed with an API-first architecture, this RESTful API allows for integration into existing line-of-business applications already being used by organizations, the Tenant user interface is built on this API to enable adoption prior to integration and for low-use functions.
47
-
-**Enhanced Interoperability**: Hyperledger Aries makes Traction more broadly compatible with existing technologies used by governments and organizations around the world.
48
-
-**Multi-tenancy**: Rather than having multiple digital tools to integrate with organizations, one scalable instance of Traction can be used to participate in the digital trust ecosystem, control all connections, and more easily share data.
49
-
-**Higher Scalability**: Traction is open-source technology, encouraging collaborative refinement, faster release, and higher scalability.
Traction is an open-source technology project that welcomes collaboration.
60
61
61
-
Traction is an open-source technology project that welcomes collaboration.
62
+
If you would like to contribute to Traction, please review the following:
62
63
63
-
If you would like to contribute to Traction, please review the following:
64
+
-[Contributing](./CONTRIBUTING.md)
65
+
-[Code of Conduct](./CODE_OF_CONDUCT.md)
66
+
-[Compliance](./COMPLIANCE.yaml)
64
67
65
-
-[Contributing](./CONTRIBUTING.md)
66
-
-[Code of Conduct](./CODE_OF_CONDUCT.md)
67
-
-[Compliance](./COMPLIANCE.yaml)
68
68
69
69
## Developers: devcontainers
70
70
To aid in developers, there are 2 `devcontainers`: [plugins](./plugins/.devcontainer/devcontainer.json) and [tenant-ui](./services/tenant-ui/.devcontainer/devcontainer.json).
@@ -95,7 +95,6 @@ Note that Tenant Proxy and Traction DB are started via docker compose when start
95
95
### Repository workflow
96
96
Currently authorized users can create a branch and run a pull request to merge in changes. Unauthorized can always create a fork.
97
97
98
-
99
98
#### Rebasing of a branch
100
99
```bash
101
100
git fetch --all
@@ -105,22 +104,22 @@ git rebase origin/main
105
104
git push --force
106
105
```
107
106
108
-
## Who is maintaining Traction?
107
+
## Who is maintaining Traction?
109
108
[The Province of British Columbia](https://github.com/bcgov/) is maintaining Traction as an open-source project.
110
109
111
-
Maintainer(s):
110
+
Maintainer(s):
112
111
- Jason Sherman
113
112
- Jason Syrotuck
114
113
- Lucas O'Neil
115
114
- Jamie Popkin
116
115
117
-
## How is Traction licensed?
116
+
## How is Traction licensed?
118
117
119
-
Traction is licensed under Apache License 2.0 which can be reviewed [here](./LICENSE).
118
+
Traction is licensed under Apache License 2.0 which can be reviewed [here](./LICENSE).
120
119
121
120
122
-
## Engage with the community
121
+
## Engage with the community
123
122
124
123
Connect with others
125
-
- on Discord: [EMDT Public Discord Channel](https://discord.com/channels/766403442599657522/854432442382680104)
124
+
- on Discord: [EMDT Public Discord Channel](https://discord.com/channels/766403442599657522/854432442382680104)
126
125
- for Aries discussion see the Hyperlerger Aries Github [participation section](https://github.com/hyperledger/aries#project-participation)
0 commit comments