Skip to content

Commit

Permalink
refactor: update links and text
Browse files Browse the repository at this point in the history
Signed-off-by: Karim Stekelenburg <karim@animo.id>
  • Loading branch information
karimStekelenburg committed Jan 28, 2024
1 parent 607ae7b commit f728a1e
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions guides/ecosystem/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,39 +4,37 @@ The Credo ecosystem includes various components that are spread across multiple

## Repositories

Currently, Credo is composed out of three separate repositories:
Currently, Credo is composed out of two separate repositories:

1. [Credo](https://github.com/hyperledger/aries-framework-javascript)
2. [Credo Extensions](https://github.com/hyperledger/aries-framework-javascript-ext)
3. [Aries Mobile Agent React Native (Bifold)](https://github.com/hyperledger/aries-mobile-agent-react-native)
1. [Credo](https://github.com/openwallet-foundation/credo-ts)
2. [Credo Extensions](https://github.com/openwallet-foundation/credo-ts-ext)

In addition, there are several open-source applications and building blocks built on top of Credo. One example is [Aries Mobile Agent React Native (Bifold)](https://github.com/hyperledger/aries-mobile-agent-react-native), which is a white-label mobile wallet you can use to bootstrap your own custom wallet.

## Documentation

You can find their documentation here:

1. [Credo](https://credo.js.org/guides)
1. [Credo (core)](https://credo.js.org/guides)
2. [Credo Extensions](https://credo.js.org/guides/extensions)
3. [Aries Mobile Agent React Native (Bifold)](https://github.com/hyperledger/aries-mobile-agent-react-native/blob/main/README.md)

### Credo

Aries Framework JavaScript (AFJ) is at the core of the Credo ecosystem. AFJ provides all the functionality related to cryptography, storage, messaging and more that is required
Credo (core) is at the core of the Credo ecosystem. AFJ provides all the functionality related to cryptography, storage, messaging and more that is required

## Contributing in the Credo Ecosystem

Consider attending our weekly meetings to become aware of the current development cadence.

- [Aries Framework JS Meeting](https://wiki.hyperledger.org/display/ARIES/Framework+JS+Meetings)
- [Aries Bifold Meeting](https://wiki.hyperledger.org/display/ARIES/Aries+Bifold+User+Group)
- [Credo Working Group Meeting](https://github.com/openwallet-foundation/credo-ts/wiki/Meeting-Information)
- [Aries Working Group Meeting](https://wiki.hyperledger.org/display/ARIES/Aries+Working+Group)

### Developer Contributions

Each project maintains its own CONTRIBUTING guidance:

- [AFJ CONTRIBUTING.md](https://github.com/hyperledger/aries-framework-javascript/blob/main/CONTRIBUTING.md)
- [AFJ-Ext CONTRIBUTING.md](https://github.com/hyperledger/aries-framework-javascript-ext/blob/main/CONTRIBUTING.md)
- [Aries Bifold CONTRIBUTING](https://github.com/hyperledger/aries-mobile-agent-react-native/blob/main/CONTRIBUTING)
- [Credo CONTRIBUTING.md](https://github.com/openwallet-foundation/credo-ts/blob/main/CONTRIBUTING.md)
- [Credo Extensions CONTRIBUTING.md](https://github.com/openwallet-foundation/credo-ts-ext/blob/main/CONTRIBUTING.md)

Each project has a significant set of developer conventions, checklists, templates, and actions to provide guidance and boundaries for a contribution.
Consider looking at previous issues and their corresponding PRs to get a sense of the latest.

0 comments on commit f728a1e

Please sign in to comment.