Skip to content

Commit a4ec611

Browse files
committed
docs: change github org from hyperledger to hyperledger-cacti
The diff here came to be by doing a simple search & replace repo-wise where "https://github.com/hyperledger/cacti/" got replaced with "https://github.com/hyperledger-cacti/cacti/" Signed-off-by: Peter Somogyvari <[email protected]>
1 parent 32c242a commit a4ec611

File tree

107 files changed

+205
-205
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

107 files changed

+205
-205
lines changed

Diff for: CONTRIBUTING.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,16 @@ First things first, please review the [Hyperledger Code of Conduct](https://wiki
2929
There are many ways to contribute to Hyperledger Cacti, both as a user and as a developer.
3030

3131
As a user, this can include:
32-
* [Making Feature/Enhancement Proposals](https://github.com/hyperledger/cacti/issues/new?assignees=&labels=enhancement&template=feature_request.md&title=)
33-
* [Reporting bugs](https://github.com/hyperledger/cacti/issues/new?assignees=&labels=bug&template=bug_report.md&title=)
32+
* [Making Feature/Enhancement Proposals](https://github.com/hyperledger-cacti/cacti/issues/new?assignees=&labels=enhancement&template=feature_request.md&title=)
33+
* [Reporting bugs](https://github.com/hyperledger-cacti/cacti/issues/new?assignees=&labels=bug&template=bug_report.md&title=)
3434

3535
As a developer:
36-
* if you only have a little time, consider picking up a [“help-wanted”](https://github.com/hyperledger/cacti/labels/help%20wanted) or ["good-first-issue"](https://github.com/hyperledger/cacti/labels/good%20first%20issue) task
36+
* if you only have a little time, consider picking up a [“help-wanted”](https://github.com/hyperledger-cacti/cacti/labels/help%20wanted) or ["good-first-issue"](https://github.com/hyperledger-cacti/cacti/labels/good%20first%20issue) task
3737
* If you can commit to full-time development, then please contact us on our [Discord channel](https://discord.com/channels/905194001349627914/908379338716631050) to work through logistics!
3838

3939
We welcome contributions to this project in many forms, whether it is to fix a bug, improve the documentation, add a new feature, or add support for any new DLT platform.
4040

41-
Please familiarize yourself with the [documentation](https://hyperledger.github.io/cacti/). In particular, review the [vision and design methodology](https://hyperledger.github.io/cacti/vision/) and [system architecture](https://hyperledger.github.io/cacti/architecture/). Follow the tutorial instructions to test the [Cactus](https://hyperledger.github.io/cacti/cactus/introduction/) and [Weaver](https://hyperledger.github.io/cacti/weaver/introduction/) features respectively. (For a deeper understanding of the Weaver design and specifications, also check out the [Weaver RFCs](https://github.com/hyperledger/cacti/tree/main/weaver/rfcs).)
41+
Please familiarize yourself with the [documentation](https://hyperledger-cacti.github.io/cacti/). In particular, review the [vision and design methodology](https://hyperledger-cacti.github.io/cacti/vision/) and [system architecture](https://hyperledger-cacti.github.io/cacti/architecture/). Follow the tutorial instructions to test the [Cactus](https://hyperledger-cacti.github.io/cacti/cactus/introduction/) and [Weaver](https://hyperledger-cacti.github.io/cacti/weaver/introduction/) features respectively. (For a deeper understanding of the Weaver design and specifications, also check out the [Weaver RFCs](https://github.com/hyperledger-cacti/cacti/tree/main/weaver/rfcs).)
4242

4343
## Git Know How / Reading List
4444

Diff for: README-cactus.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Once the last command has finished executing, open link printed on the console w
5353
## Documentation
5454

5555
* [Project Wiki](https://wiki.hyperledger.org/display/cactus): Schedule and logs of the maintainer meetings
56-
* [Understanding and Using](https://hyperledger.github.io/cacti/cactus/introduction/): Description of components and instructions for usage and testing
56+
* [Understanding and Using](https://hyperledger-cacti.github.io/cacti/cactus/introduction/): Description of components and instructions for usage and testing
5757
* [Whitepaper](./whitepaper/whitepaper.md): The official document on Cactus design specifications (_Note_: this is deprecated. We are working on a new version.)
5858
* [Contributing](./CONTRIBUTING.md): How to get from an idea to an approved pull request
5959
* [Build](./BUILD.md): Instructions on how to set up the project for development

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The current Cacti code base contains the legacy Cactus and Weaver source code in
2929

3030
## Documentation
3131

32-
See the official [Hyperledger Cacti documentation](https://hyperledger.github.io/cacti/) to get all your questions answered about the project, to get started with setup, testing, and evaluation, and to get hands-on with code and configurations. Here, you can find separate (and specific) instructions for getting started with running and experimenting with [Cactus modules](https://hyperledger.github.io/cacti/cactus/introduction/) and [Weaver modules](https://hyperledger.github.io/cacti/weaver/introduction/) respectively.
32+
See the official [Hyperledger Cacti documentation](https://hyperledger-cacti.github.io/cacti/) to get all your questions answered about the project, to get started with setup, testing, and evaluation, and to get hands-on with code and configurations. Here, you can find separate (and specific) instructions for getting started with running and experimenting with [Cactus modules](https://hyperledger-cacti.github.io/cacti/cactus/introduction/) and [Weaver modules](https://hyperledger-cacti.github.io/cacti/weaver/introduction/) respectively.
3333

3434
## Roadmap
3535

Diff for: RELEASE_MANAGEMENT.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ yarn build:dev
4040

4141
- Do note the `.` as the last parameter in last two commands.
4242

43-
- The `./tools/weaver-update-version.sh` automation script seems slightly buggy at the moment so you'll have to manually update `./weaver/core/relay/Cargo.toml` yourself. See this comment for an example: https://github.com/hyperledger/cacti/pull/3427#discussion_r1686850372
43+
- The `./tools/weaver-update-version.sh` automation script seems slightly buggy at the moment so you'll have to manually update `./weaver/core/relay/Cargo.toml` yourself. See this comment for an example: https://github.com/hyperledger-cacti/cacti/pull/3427#discussion_r1686850372
4444

4545
- Double check that all of the package dependencies were updated from the previous
4646
version to the new one because lerna usually fails to do that for `devDependency` parts

Diff for: docs/docs/cactus/ledger-browser/developer-guide/overview.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ Currently, applications must be included in the ledger-browser source code and b
99
## Guidelines
1010

1111
- Use React functional components.
12-
- Use TypeScript and adhere to the [global Cacti linter requirements](https://github.com/hyperledger/cacti/blob/main/.eslintrc.js).
13-
- Whenever possible, utilize [MaterialUI](https://mui.com/) and [common UI components](https://github.com/hyperledger/cacti/tree/main/packages/cacti-ledger-browser/src/main/typescript/components/ui).
14-
- Use [PageTitle](https://github.com/hyperledger/cacti/tree/main/packages/cacti-ledger-browser/src/main/typescript/components/ui/PageTitle.tsx) as main page title.
15-
- Use [PageTitleWithGoBack](https://github.com/hyperledger/cacti/tree/main/packages/cacti-ledger-browser/src/main/typescript/components/ui/PageTitleWithGoBack.tsx) as subpage title (it has arrow attached for going back).
16-
- Use [NotificationContext](https://github.com/hyperledger/cacti/blob/main/packages/cacti-ledger-browser/src/main/typescript/common/context/NotificationContext.tsx) for displaying Pop-Up windows with notifications (info, success, error, etc..).
12+
- Use TypeScript and adhere to the [global Cacti linter requirements](https://github.com/hyperledger-cacti/cacti/blob/main/.eslintrc.js).
13+
- Whenever possible, utilize [MaterialUI](https://mui.com/) and [common UI components](https://github.com/hyperledger-cacti/cacti/tree/main/packages/cacti-ledger-browser/src/main/typescript/components/ui).
14+
- Use [PageTitle](https://github.com/hyperledger-cacti/cacti/tree/main/packages/cacti-ledger-browser/src/main/typescript/components/ui/PageTitle.tsx) as main page title.
15+
- Use [PageTitleWithGoBack](https://github.com/hyperledger-cacti/cacti/tree/main/packages/cacti-ledger-browser/src/main/typescript/components/ui/PageTitleWithGoBack.tsx) as subpage title (it has arrow attached for going back).
16+
- Use [NotificationContext](https://github.com/hyperledger-cacti/cacti/blob/main/packages/cacti-ledger-browser/src/main/typescript/common/context/NotificationContext.tsx) for displaying Pop-Up windows with notifications (info, success, error, etc..).
1717
- App routes are defined using [react-router-dom](https://reactrouter.com/en/main).
1818
- Use [react-query](https://tanstack.com/query/v3) for fetching data, `QueryClientProvider` is already available in the application.

Diff for: docs/docs/cactus/ledger-browser/plugin-apps/app-patterns.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This page presents different patterns that some plugin applications follow. Whil
44

55
## Browser App / Persistence Plugin Apps
66

7-
These applications rely heavily on the existence of Cacti persistence plugins, such as [cactus-plugin-persistence-ethereum](https://github.com/hyperledger/cacti/tree/main/packages/cactus-plugin-persistence-ethereum) or [cactus-plugin-persistence-fabric](https://github.com/hyperledger/cacti/tree/main/packages/cactus-plugin-persistence-fabric).
7+
These applications rely heavily on the existence of Cacti persistence plugins, such as [cactus-plugin-persistence-ethereum](https://github.com/hyperledger-cacti/cacti/tree/main/packages/cactus-plugin-persistence-ethereum) or [cactus-plugin-persistence-fabric](https://github.com/hyperledger-cacti/cacti/tree/main/packages/cactus-plugin-persistence-fabric).
88

99
As the name suggests, persistence plugins store the ledger state in an SQL database (e.g., PostgreSQL managed by Supabase). They synchronize all blocks, transactions, token operations, etc., into the database for later use and push new data as it arrives.
1010

Diff for: docs/docs/cactus/ledger-browser/plugin-apps/ethereum-browser.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ Additionally, you'll need a `PostgreSQL connection string` to start the persiste
2222

2323
##### Expose custom schema
2424

25-
Fabric data is stored in a custom schema named `ethereum`. To access this data from our GUI application, you need to ensure the schema is exposed. If you're using our [supabase-all-in-one](https://github.com/hyperledger/cacti/tree/main/tools/docker/supabase-all-in-one) image, all application schemas, including `ethereum`, are already exposed, so you can skip this step. However, if you're using Supabase Cloud, you'll need to go to the [API settings](https://supabase.com/dashboard/project/_/settings/api) and add `ethereum` to the `Exposed schemas` list.
25+
Fabric data is stored in a custom schema named `ethereum`. To access this data from our GUI application, you need to ensure the schema is exposed. If you're using our [supabase-all-in-one](https://github.com/hyperledger-cacti/cacti/tree/main/tools/docker/supabase-all-in-one) image, all application schemas, including `ethereum`, are already exposed, so you can skip this step. However, if you're using Supabase Cloud, you'll need to go to the [API settings](https://supabase.com/dashboard/project/_/settings/api) and add `ethereum` to the `Exposed schemas` list.
2626

2727
For more details, refer to [the full guide on custom schemas](https://supabase.com/docs/guides/api/using-custom-schemas) (note that the necessary SQL code has already been executed during the persistence plugin schema setup).
2828

2929
#### Ethereum Ledger (Optional)
3030

31-
This step is optional as you can use any running Ethereum ledger. However, for testing purposes, you may use our [geth-all-in-one](https://github.com/hyperledger/cacti/tree/main/tools/docker/geth-all-in-one). To start it, execute the following commands from the root of your project:
31+
This step is optional as you can use any running Ethereum ledger. However, for testing purposes, you may use our [geth-all-in-one](https://github.com/hyperledger-cacti/cacti/tree/main/tools/docker/geth-all-in-one). To start it, execute the following commands from the root of your project:
3232

3333
```shell
3434
# Build
@@ -40,7 +40,7 @@ docker run --rm --name geth_aio_testnet --detach -p 8545:8545 -p 8546:8546 cactu
4040

4141
### Persistence Plugin
4242

43-
Follow the instructions in the [plugin README file](https://github.com/hyperledger/cacti/tree/main/packages/cactus-plugin-persistence-ethereum).
43+
Follow the instructions in the [plugin README file](https://github.com/hyperledger-cacti/cacti/tree/main/packages/cactus-plugin-persistence-ethereum).
4444

4545
To quickly set up the plugin for your Ethereum ledger, run the sample setup script:
4646

Diff for: docs/docs/cactus/ledger-browser/plugin-apps/fabric-browser.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ Additionally, you'll need a `PostgreSQL connection string` to start the persiste
2121

2222
##### Expose custom schema
2323

24-
Fabric data is stored in a custom schema named `fabric`. To access this data from our GUI application, you need to ensure the schema is exposed. If you're using our [supabase-all-in-one](https://github.com/hyperledger/cacti/tree/main/tools/docker/supabase-all-in-one) image, all application schemas, including `fabric`, are already exposed, so you can skip this step. However, if you're using Supabase Cloud, you'll need to go to the [API settings](https://supabase.com/dashboard/project/_/settings/api) and add `fabric` to the `Exposed schemas` list.
24+
Fabric data is stored in a custom schema named `fabric`. To access this data from our GUI application, you need to ensure the schema is exposed. If you're using our [supabase-all-in-one](https://github.com/hyperledger-cacti/cacti/tree/main/tools/docker/supabase-all-in-one) image, all application schemas, including `fabric`, are already exposed, so you can skip this step. However, if you're using Supabase Cloud, you'll need to go to the [API settings](https://supabase.com/dashboard/project/_/settings/api) and add `fabric` to the `Exposed schemas` list.
2525

2626
For more details, refer to [the full guide on custom schemas](https://supabase.com/docs/guides/api/using-custom-schemas) (note that the necessary SQL code has already been executed during the persistence plugin schema setup).
2727

2828
#### Fabric Ledger (Optional)
2929

30-
This step is optional as you can use any running Fabric ledger. However, for testing purposes, you may use our [fabric-all-in-one](https://github.com/hyperledger/cacti/tree/main/tools/docker/fabric-all-in-one). To start it, execute the following commands from the root of your project:
30+
This step is optional as you can use any running Fabric ledger. However, for testing purposes, you may use our [fabric-all-in-one](https://github.com/hyperledger-cacti/cacti/tree/main/tools/docker/fabric-all-in-one). To start it, execute the following commands from the root of your project:
3131

3232
```shell
3333
# Build
@@ -39,7 +39,7 @@ docker run --detach --privileged --publish-all --name faio2x-testnet faio2x
3939

4040
### Persistence Plugin
4141

42-
Follow the instructions in the [plugin README file](https://github.com/hyperledger/cacti/tree/main/packages/cactus-plugin-persistence-fabric).
42+
Follow the instructions in the [plugin README file](https://github.com/hyperledger-cacti/cacti/tree/main/packages/cactus-plugin-persistence-fabric).
4343

4444
To quickly set up the plugin for your Fabric ledger, run the complete setup script:
4545

Diff for: docs/docs/cactus/whitepaper.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Hyperledger Cactus White Paper
22
======================================================================================
33

4-
The white paper is presently undergoing a revision. Please visit the [repository](https://github.com/hyperledger/cacti/blob/main/whitepaper/whitepaper.md) for updates.
4+
The white paper is presently undergoing a revision. Please visit the [repository](https://github.com/hyperledger-cacti/cacti/blob/main/whitepaper/whitepaper.md) for updates.
55

66
[Previous](contributing.md "Contributing") [Next](regulatory-and-industry-initiatives-reading-list.md "Regulatory and Industry Initiatives Reading List")
77

Diff for: docs/docs/contact-us.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ You can contact us or seek help through the following channels:
66
* Cacti contributors: [https://discord.com/channels/905194001349627914/908379338716631050](https://discord.com/channels/905194001349627914/908379338716631050)
77
* Hyperledger: [https://discord.com/invite/hyperledger](https://discord.com/invite/hyperledger)
88

9-
The maintainers are [listed](https://github.com/hyperledger/cacti/blob/main/MAINTAINERS.md) in the GitHub repository.
9+
The maintainers are [listed](https://github.com/hyperledger-cacti/cacti/blob/main/MAINTAINERS.md) in the GitHub repository.

Diff for: docs/docs/contributing/how-to-contribute.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# How to Contribute
22

3-
The Hyperledger Cacti repository contains [specific instructions](https://github.com/hyperledger/cacti/blob/main/CONTRIBUTING.md) for contributing to that project.
3+
The Hyperledger Cacti repository contains [specific instructions](https://github.com/hyperledger-cacti/cacti/blob/main/CONTRIBUTING.md) for contributing to that project.
44

55
In this section, you will find generic instructions and guidelines for contributing to any Hyperledger project.
66

Diff for: docs/docs/contributing/reporting-a-bug.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ When reporting an issue, please provide as much detail as possible about how to
1111
* Actual results
1212
* Expected results
1313

14-
[issue tracker]: https://github.com/hyperledger/cacti/issues
14+
[issue tracker]: https://github.com/hyperledger-cacti/cacti/issues

Diff for: docs/docs/contributing/requesting-a-change.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This guide is our best effort to explain the criteria and reasoning behind our
1212
decisions when evaluating change requests and considering them for
1313
implementation.
1414

15-
[issue tracker]: https://github.com/hyperledger/cacti/issues
15+
[issue tracker]: https://github.com/hyperledger-cacti/cacti/issues
1616

1717
## Before creating an issue
1818

Diff for: docs/docs/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ Client libraries and examples are provided in the following languages: JavaScrip
2424

2525
* [Vision](./vision.md)
2626
* [Architecture](./architecture.md)
27-
* [Cactus whitepaper](https://github.com/hyperledger/cacti/blob/main/whitepaper/whitepaper.md)
28-
* [Weaver RFCs](https://github.com/hyperledger/cacti/tree/main/weaver/rfcs)
27+
* [Cactus whitepaper](https://github.com/hyperledger-cacti/cacti/blob/main/whitepaper/whitepaper.md)
28+
* [Weaver RFCs](https://github.com/hyperledger-cacti/cacti/tree/main/weaver/rfcs)
2929
* [Running pipelines with Cactus packages](./cactus/)
3030
* [Running pipelines with Weaver packages](./weaver/)
3131
* [Open API Specifications](./references/openapi/index.md)

Diff for: docs/docs/references/specs.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
The two legacy projects that Cacti is comprised of have independent sets of design and interface specifications, including examples of usage, as follows:
44

5-
- **Cactus**: See the official [Cactus whitepaper](https://github.com/hyperledger/cacti/tree/main/whitepaper/whitepaper.md) for technical designs and usage.
6-
- **Weaver**: See the official [Weaver RFCs](https://github.com/hyperledger/cacti/tree/main/weaver/rfcs/) for technical designs and interface specifications.
5+
- **Cactus**: See the official [Cactus whitepaper](https://github.com/hyperledger-cacti/cacti/tree/main/whitepaper/whitepaper.md) for technical designs and usage.
6+
- **Weaver**: See the official [Weaver RFCs](https://github.com/hyperledger-cacti/cacti/tree/main/weaver/rfcs/) for technical designs and interface specifications.
77

88
!!! note
99

Diff for: docs/docs/use-cases.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Use Cases and Applications for Cacti
22

3-
This page is under construction. While we are working on it, you can find compelling examples and sample code [here](https://github.com/hyperledger/cacti/blob/main/whitepaper/whitepaper.md), [here](./weaver/user-stories/), [here](https://github.com/hyperledger/cacti/tree/main/examples), and [here](https://github.com/hyperledger/cacti/tree/main/weaver/samples).
3+
This page is under construction. While we are working on it, you can find compelling examples and sample code [here](https://github.com/hyperledger-cacti/cacti/blob/main/whitepaper/whitepaper.md), [here](./weaver/user-stories/), [here](https://github.com/hyperledger-cacti/cacti/tree/main/examples), and [here](https://github.com/hyperledger-cacti/cacti/tree/main/weaver/samples).

Diff for: docs/docs/vision.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ The present (initial) version of the Cacti code base is simply an aggregation of
1818

1919
## Project Roadmap
2020

21-
You can find the project roadmap in the [GitHub repository](https://github.com/hyperledger/cacti/blob/main/ROADMAP.md).
21+
You can find the project roadmap in the [GitHub repository](https://github.com/hyperledger-cacti/cacti/blob/main/ROADMAP.md).

0 commit comments

Comments
 (0)